@charset "UTF-8";
/* ! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 2, app/assets/stylesheets/bootstrap.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 3, app/assets/stylesheets/bootstrap.css */
body {
  margin: 0;
}

/* line 4, app/assets/stylesheets/bootstrap.css */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 5, app/assets/stylesheets/bootstrap.css */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 6, app/assets/stylesheets/bootstrap.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 7, app/assets/stylesheets/bootstrap.css */
[hidden], template {
  display: none;
}

/* line 8, app/assets/stylesheets/bootstrap.css */
a {
  background-color: transparent;
}

/* line 9, app/assets/stylesheets/bootstrap.css */
a:active, a:hover {
  outline: 0;
}

/* line 10, app/assets/stylesheets/bootstrap.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 11, app/assets/stylesheets/bootstrap.css */
b, strong {
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/bootstrap.css */
dfn {
  font-style: italic;
}

/* line 13, app/assets/stylesheets/bootstrap.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 14, app/assets/stylesheets/bootstrap.css */
mark {
  background: #ff0;
  color: #000;
}

/* line 15, app/assets/stylesheets/bootstrap.css */
small {
  font-size: 80%;
}

/* line 16, app/assets/stylesheets/bootstrap.css */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 17, app/assets/stylesheets/bootstrap.css */
sup {
  top: -0.5em;
}

/* line 18, app/assets/stylesheets/bootstrap.css */
sub {
  bottom: -0.25em;
}

/* line 19, app/assets/stylesheets/bootstrap.css */
img {
  border: 0;
}

/* line 20, app/assets/stylesheets/bootstrap.css */
svg:not(:root) {
  overflow: hidden;
}

/* line 21, app/assets/stylesheets/bootstrap.css */
figure {
  margin: 1em 40px;
}

/* line 22, app/assets/stylesheets/bootstrap.css */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 23, app/assets/stylesheets/bootstrap.css */
pre {
  overflow: auto;
}

/* line 24, app/assets/stylesheets/bootstrap.css */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 25, app/assets/stylesheets/bootstrap.css */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 26, app/assets/stylesheets/bootstrap.css */
button {
  overflow: visible;
}

/* line 27, app/assets/stylesheets/bootstrap.css */
button, select {
  text-transform: none;
}

/* line 28, app/assets/stylesheets/bootstrap.css */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 29, app/assets/stylesheets/bootstrap.css */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 30, app/assets/stylesheets/bootstrap.css */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 31, app/assets/stylesheets/bootstrap.css */
input {
  line-height: normal;
}

/* line 32, app/assets/stylesheets/bootstrap.css */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 33, app/assets/stylesheets/bootstrap.css */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 34, app/assets/stylesheets/bootstrap.css */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 35, app/assets/stylesheets/bootstrap.css */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 36, app/assets/stylesheets/bootstrap.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 37, app/assets/stylesheets/bootstrap.css */
legend {
  border: 0;
  padding: 0;
}

/* line 38, app/assets/stylesheets/bootstrap.css */
textarea {
  overflow: auto;
}

/* line 39, app/assets/stylesheets/bootstrap.css */
optgroup {
  font-weight: bold;
}

/* line 40, app/assets/stylesheets/bootstrap.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 41, app/assets/stylesheets/bootstrap.css */
td, th {
  padding: 0;
}

/* ! Source:https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 44, app/assets/stylesheets/bootstrap.css */
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 45, app/assets/stylesheets/bootstrap.css */
  a, a:visited {
    text-decoration: underline;
  }
  /* line 46, app/assets/stylesheets/bootstrap.css */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 47, app/assets/stylesheets/bootstrap.css */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 48, app/assets/stylesheets/bootstrap.css */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  /* line 49, app/assets/stylesheets/bootstrap.css */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 50, app/assets/stylesheets/bootstrap.css */
  thead {
    display: table-header-group;
  }
  /* line 51, app/assets/stylesheets/bootstrap.css */
  tr, img {
    page-break-inside: avoid;
  }
  /* line 52, app/assets/stylesheets/bootstrap.css */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 53, app/assets/stylesheets/bootstrap.css */
  h2, h3 {
    page-break-after: avoid;
  }
  /* line 54, app/assets/stylesheets/bootstrap.css */
  select {
    background: #fff !important;
  }
  /* line 55, app/assets/stylesheets/bootstrap.css */
  .navbar {
    display: none;
  }
  /* line 56, app/assets/stylesheets/bootstrap.css */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 57, app/assets/stylesheets/bootstrap.css */
  .label {
    border: 1px solid #000;
  }
  /* line 58, app/assets/stylesheets/bootstrap.css */
  .table {
    border-collapse: collapse !important;
  }
  /* line 59, app/assets/stylesheets/bootstrap.css */
  .table td, .table th {
    background-color: #fff !important;
  }
  /* line 60, app/assets/stylesheets/bootstrap.css */
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* line 63, app/assets/stylesheets/bootstrap.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 64, app/assets/stylesheets/bootstrap.css */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 65, app/assets/stylesheets/bootstrap.css */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 66, app/assets/stylesheets/bootstrap.css */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #f7f7f7;
}

/* line 67, app/assets/stylesheets/bootstrap.css */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 68, app/assets/stylesheets/bootstrap.css */
a {
  color: #0096FF;
  text-decoration: none;
}

/* line 69, app/assets/stylesheets/bootstrap.css */
a:hover, a:focus {
  color: #1778a2;
  text-decoration: underline;
}

/* line 70, app/assets/stylesheets/bootstrap.css */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 71, app/assets/stylesheets/bootstrap.css */
figure {
  margin: 0;
}

/* line 72, app/assets/stylesheets/bootstrap.css */
img {
  vertical-align: middle;
}

/* line 73, app/assets/stylesheets/bootstrap.css */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 74, app/assets/stylesheets/bootstrap.css */
.img-rounded {
  border-radius: 6px;
}

/* line 75, app/assets/stylesheets/bootstrap.css */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 76, app/assets/stylesheets/bootstrap.css */
.img-circle {
  border-radius: 50%;
}

/* line 77, app/assets/stylesheets/bootstrap.css */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 78, app/assets/stylesheets/bootstrap.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 79, app/assets/stylesheets/bootstrap.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 80, app/assets/stylesheets/bootstrap.css */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 81, app/assets/stylesheets/bootstrap.css */
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;
}

/* line 82, app/assets/stylesheets/bootstrap.css */
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

/* line 83, app/assets/stylesheets/bootstrap.css */
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%;
}

/* line 84, app/assets/stylesheets/bootstrap.css */
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 85, app/assets/stylesheets/bootstrap.css */
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%;
}

/* line 86, app/assets/stylesheets/bootstrap.css */
h1, .h1 {
  font-size: 36px;
}

/* line 87, app/assets/stylesheets/bootstrap.css */
h2, .h2 {
  font-size: 30px;
}

/* line 88, app/assets/stylesheets/bootstrap.css */
h3, .h3 {
  font-size: 20px;
}

/* line 89, app/assets/stylesheets/bootstrap.css */
h4, .h4 {
  font-size: 18px;
}

/* line 90, app/assets/stylesheets/bootstrap.css */
h5, .h5 {
  font-size: 14px;
}

/* line 91, app/assets/stylesheets/bootstrap.css */
h6, .h6 {
  font-size: 12px;
}

/* line 92, app/assets/stylesheets/bootstrap.css */
p {
  margin: 0 0 8px;
}

/* line 93, app/assets/stylesheets/bootstrap.css */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 95, app/assets/stylesheets/bootstrap.css */
  .lead {
    font-size: 21px;
  }
}

/* line 97, app/assets/stylesheets/bootstrap.css */
small, .small {
  font-size: 85%;
}

/* line 98, app/assets/stylesheets/bootstrap.css */
mark, .mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 99, app/assets/stylesheets/bootstrap.css */
.text-left {
  text-align: left;
}

/* line 100, app/assets/stylesheets/bootstrap.css */
.text-right {
  text-align: right;
}

/* line 101, app/assets/stylesheets/bootstrap.css */
.text-center {
  text-align: center;
}

/* line 102, app/assets/stylesheets/bootstrap.css */
.text-justify {
  text-align: justify;
}

/* line 103, app/assets/stylesheets/bootstrap.css */
.text-nowrap {
  white-space: nowrap;
}

/* line 104, app/assets/stylesheets/bootstrap.css */
.text-lowercase {
  text-transform: lowercase;
}

/* line 105, app/assets/stylesheets/bootstrap.css */
.text-uppercase {
  text-transform: uppercase;
}

/* line 106, app/assets/stylesheets/bootstrap.css */
.text-capitalize {
  text-transform: capitalize;
}

/* line 107, app/assets/stylesheets/bootstrap.css */
.text-muted {
  color: #999;
}

/* line 108, app/assets/stylesheets/bootstrap.css */
.text-primary {
  color: #0096FF;
}

/* line 109, app/assets/stylesheets/bootstrap.css */
a.text-primary:hover {
  color: #1a89b8;
}

/* line 110, app/assets/stylesheets/bootstrap.css */
.text-success {
  color: #3c763d;
}

/* line 111, app/assets/stylesheets/bootstrap.css */
a.text-success:hover {
  color: #2b542c;
}

/* line 112, app/assets/stylesheets/bootstrap.css */
.text-info {
  color: #31708f;
}

/* line 113, app/assets/stylesheets/bootstrap.css */
a.text-info:hover {
  color: #245269;
}

/* line 114, app/assets/stylesheets/bootstrap.css */
.text-warning {
  color: #8a6d3b;
}

/* line 115, app/assets/stylesheets/bootstrap.css */
a.text-warning:hover {
  color: #66512c;
}

/* line 116, app/assets/stylesheets/bootstrap.css */
.text-danger {
  color: #a94442;
}

/* line 117, app/assets/stylesheets/bootstrap.css */
a.text-danger:hover {
  color: #843534;
}

/* line 118, app/assets/stylesheets/bootstrap.css */
.bg-primary {
  color: #fff;
}

/* line 119, app/assets/stylesheets/bootstrap.css */
.bg-primary {
  background-color: #0096FF;
}

/* line 120, app/assets/stylesheets/bootstrap.css */
a.bg-primary:hover {
  background-color: #1a89b8;
}

/* line 121, app/assets/stylesheets/bootstrap.css */
.bg-success {
  background-color: #dff0d8;
}

/* line 122, app/assets/stylesheets/bootstrap.css */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 123, app/assets/stylesheets/bootstrap.css */
.bg-info {
  background-color: #d9edf7;
}

/* line 124, app/assets/stylesheets/bootstrap.css */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 125, app/assets/stylesheets/bootstrap.css */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 126, app/assets/stylesheets/bootstrap.css */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 127, app/assets/stylesheets/bootstrap.css */
.bg-danger {
  background-color: #f2dede;
}

/* line 128, app/assets/stylesheets/bootstrap.css */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 129, app/assets/stylesheets/bootstrap.css */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 130, app/assets/stylesheets/bootstrap.css */
ul, ol {
  margin: 0;
  padding: 0;
}

/* line 131, app/assets/stylesheets/bootstrap.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 132, app/assets/stylesheets/bootstrap.css */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 133, app/assets/stylesheets/bootstrap.css */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 134, app/assets/stylesheets/bootstrap.css */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 135, app/assets/stylesheets/bootstrap.css */
dt, dd {
  line-height: 1.42857;
}

/* line 136, app/assets/stylesheets/bootstrap.css */
dt {
  font-weight: bold;
}

/* line 137, app/assets/stylesheets/bootstrap.css */
dd {
  margin-left: 0;
}

/* line 138, app/assets/stylesheets/bootstrap.css */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

/* line 139, app/assets/stylesheets/bootstrap.css */
.dl-horizontal dd:after {
  clear: both;
}

/* line 140, app/assets/stylesheets/bootstrap.css */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 141, app/assets/stylesheets/bootstrap.css */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 142, app/assets/stylesheets/bootstrap.css */
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 143, app/assets/stylesheets/bootstrap.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 144, app/assets/stylesheets/bootstrap.css */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 145, app/assets/stylesheets/bootstrap.css */
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 146, app/assets/stylesheets/bootstrap.css */
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

/* line 147, app/assets/stylesheets/bootstrap.css */
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 148, app/assets/stylesheets/bootstrap.css */
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

/* line 149, app/assets/stylesheets/bootstrap.css */
.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: '';
}

/* line 150, app/assets/stylesheets/bootstrap.css */
.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: '\00A0 \2014';
}

/* line 151, app/assets/stylesheets/bootstrap.css */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 152, app/assets/stylesheets/bootstrap.css */
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 153, app/assets/stylesheets/bootstrap.css */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 154, app/assets/stylesheets/bootstrap.css */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 155, app/assets/stylesheets/bootstrap.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 156, app/assets/stylesheets/bootstrap.css */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 157, app/assets/stylesheets/bootstrap.css */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 158, app/assets/stylesheets/bootstrap.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 159, app/assets/stylesheets/bootstrap.css */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 160, app/assets/stylesheets/bootstrap.css */
.container:before, .container:after {
  content: " ";
  display: table;
}

/* line 161, app/assets/stylesheets/bootstrap.css */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 163, app/assets/stylesheets/bootstrap.css */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 166, app/assets/stylesheets/bootstrap.css */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 169, app/assets/stylesheets/bootstrap.css */
  .container {
    width: 1170px;
  }
}

/* line 171, app/assets/stylesheets/bootstrap.css */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 172, app/assets/stylesheets/bootstrap.css */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

/* line 173, app/assets/stylesheets/bootstrap.css */
.container-fluid:after {
  clear: both;
}

/* line 174, app/assets/stylesheets/bootstrap.css */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 175, app/assets/stylesheets/bootstrap.css */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 176, app/assets/stylesheets/bootstrap.css */
.row:after {
  clear: both;
}

/* line 177, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 178, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 179, app/assets/stylesheets/bootstrap.css */
.col-xs-1 {
  width: 8.33333%;
}

/* line 180, app/assets/stylesheets/bootstrap.css */
.col-xs-2 {
  width: 16.66667%;
}

/* line 181, app/assets/stylesheets/bootstrap.css */
.col-xs-3 {
  width: 25%;
}

/* line 182, app/assets/stylesheets/bootstrap.css */
.col-xs-4 {
  width: 33.33333%;
}

/* line 183, app/assets/stylesheets/bootstrap.css */
.col-xs-5 {
  width: 41.66667%;
}

/* line 184, app/assets/stylesheets/bootstrap.css */
.col-xs-6 {
  width: 50%;
}

/* line 185, app/assets/stylesheets/bootstrap.css */
.col-xs-7 {
  width: 58.33333%;
}

/* line 186, app/assets/stylesheets/bootstrap.css */
.col-xs-8 {
  width: 66.66667%;
}

/* line 187, app/assets/stylesheets/bootstrap.css */
.col-xs-9 {
  width: 75%;
}

/* line 188, app/assets/stylesheets/bootstrap.css */
.col-xs-10 {
  width: 83.33333%;
}

/* line 189, app/assets/stylesheets/bootstrap.css */
.col-xs-11 {
  width: 91.66667%;
}

/* line 190, app/assets/stylesheets/bootstrap.css */
.col-xs-12 {
  width: 100%;
}

/* line 191, app/assets/stylesheets/bootstrap.css */
.col-xs-pull-0 {
  right: auto;
}

/* line 192, app/assets/stylesheets/bootstrap.css */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 193, app/assets/stylesheets/bootstrap.css */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 194, app/assets/stylesheets/bootstrap.css */
.col-xs-pull-3 {
  right: 25%;
}

/* line 195, app/assets/stylesheets/bootstrap.css */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 196, app/assets/stylesheets/bootstrap.css */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 197, app/assets/stylesheets/bootstrap.css */
.col-xs-pull-6 {
  right: 50%;
}

/* line 198, app/assets/stylesheets/bootstrap.css */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 199, app/assets/stylesheets/bootstrap.css */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 200, app/assets/stylesheets/bootstrap.css */
.col-xs-pull-9 {
  right: 75%;
}

/* line 201, app/assets/stylesheets/bootstrap.css */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 202, app/assets/stylesheets/bootstrap.css */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 203, app/assets/stylesheets/bootstrap.css */
.col-xs-pull-12 {
  right: 100%;
}

/* line 204, app/assets/stylesheets/bootstrap.css */
.col-xs-push-0 {
  left: auto;
}

/* line 205, app/assets/stylesheets/bootstrap.css */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 206, app/assets/stylesheets/bootstrap.css */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 207, app/assets/stylesheets/bootstrap.css */
.col-xs-push-3 {
  left: 25%;
}

/* line 208, app/assets/stylesheets/bootstrap.css */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 209, app/assets/stylesheets/bootstrap.css */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 210, app/assets/stylesheets/bootstrap.css */
.col-xs-push-6 {
  left: 50%;
}

/* line 211, app/assets/stylesheets/bootstrap.css */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 212, app/assets/stylesheets/bootstrap.css */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 213, app/assets/stylesheets/bootstrap.css */
.col-xs-push-9 {
  left: 75%;
}

/* line 214, app/assets/stylesheets/bootstrap.css */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 215, app/assets/stylesheets/bootstrap.css */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 216, app/assets/stylesheets/bootstrap.css */
.col-xs-push-12 {
  left: 100%;
}

/* line 217, app/assets/stylesheets/bootstrap.css */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 218, app/assets/stylesheets/bootstrap.css */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 219, app/assets/stylesheets/bootstrap.css */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 220, app/assets/stylesheets/bootstrap.css */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 221, app/assets/stylesheets/bootstrap.css */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 222, app/assets/stylesheets/bootstrap.css */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 223, app/assets/stylesheets/bootstrap.css */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 224, app/assets/stylesheets/bootstrap.css */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 225, app/assets/stylesheets/bootstrap.css */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 226, app/assets/stylesheets/bootstrap.css */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 227, app/assets/stylesheets/bootstrap.css */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 228, app/assets/stylesheets/bootstrap.css */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 229, app/assets/stylesheets/bootstrap.css */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 231, app/assets/stylesheets/bootstrap.css */
  .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;
  }
  /* line 232, app/assets/stylesheets/bootstrap.css */
  .col-sm-1 {
    width: 8.33333%;
  }
  /* line 233, app/assets/stylesheets/bootstrap.css */
  .col-sm-2 {
    width: 16.66667%;
  }
  /* line 234, app/assets/stylesheets/bootstrap.css */
  .col-sm-3 {
    width: 25%;
  }
  /* line 235, app/assets/stylesheets/bootstrap.css */
  .col-sm-4 {
    width: 33.33333%;
  }
  /* line 236, app/assets/stylesheets/bootstrap.css */
  .col-sm-5 {
    width: 41.66667%;
  }
  /* line 237, app/assets/stylesheets/bootstrap.css */
  .col-sm-6 {
    width: 50%;
  }
  /* line 238, app/assets/stylesheets/bootstrap.css */
  .col-sm-7 {
    width: 58.33333%;
  }
  /* line 239, app/assets/stylesheets/bootstrap.css */
  .col-sm-8 {
    width: 66.66667%;
  }
  /* line 240, app/assets/stylesheets/bootstrap.css */
  .col-sm-9 {
    width: 75%;
  }
  /* line 241, app/assets/stylesheets/bootstrap.css */
  .col-sm-10 {
    width: 83.33333%;
  }
  /* line 242, app/assets/stylesheets/bootstrap.css */
  .col-sm-11 {
    width: 91.66667%;
  }
  /* line 243, app/assets/stylesheets/bootstrap.css */
  .col-sm-12 {
    width: 100%;
  }
  /* line 244, app/assets/stylesheets/bootstrap.css */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 245, app/assets/stylesheets/bootstrap.css */
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  /* line 246, app/assets/stylesheets/bootstrap.css */
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  /* line 247, app/assets/stylesheets/bootstrap.css */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 248, app/assets/stylesheets/bootstrap.css */
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  /* line 249, app/assets/stylesheets/bootstrap.css */
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  /* line 250, app/assets/stylesheets/bootstrap.css */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 251, app/assets/stylesheets/bootstrap.css */
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  /* line 252, app/assets/stylesheets/bootstrap.css */
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  /* line 253, app/assets/stylesheets/bootstrap.css */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 254, app/assets/stylesheets/bootstrap.css */
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  /* line 255, app/assets/stylesheets/bootstrap.css */
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  /* line 256, app/assets/stylesheets/bootstrap.css */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 257, app/assets/stylesheets/bootstrap.css */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 258, app/assets/stylesheets/bootstrap.css */
  .col-sm-push-1 {
    left: 8.33333%;
  }
  /* line 259, app/assets/stylesheets/bootstrap.css */
  .col-sm-push-2 {
    left: 16.66667%;
  }
  /* line 260, app/assets/stylesheets/bootstrap.css */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 261, app/assets/stylesheets/bootstrap.css */
  .col-sm-push-4 {
    left: 33.33333%;
  }
  /* line 262, app/assets/stylesheets/bootstrap.css */
  .col-sm-push-5 {
    left: 41.66667%;
  }
  /* line 263, app/assets/stylesheets/bootstrap.css */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 264, app/assets/stylesheets/bootstrap.css */
  .col-sm-push-7 {
    left: 58.33333%;
  }
  /* line 265, app/assets/stylesheets/bootstrap.css */
  .col-sm-push-8 {
    left: 66.66667%;
  }
  /* line 266, app/assets/stylesheets/bootstrap.css */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 267, app/assets/stylesheets/bootstrap.css */
  .col-sm-push-10 {
    left: 83.33333%;
  }
  /* line 268, app/assets/stylesheets/bootstrap.css */
  .col-sm-push-11 {
    left: 91.66667%;
  }
  /* line 269, app/assets/stylesheets/bootstrap.css */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 270, app/assets/stylesheets/bootstrap.css */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 271, app/assets/stylesheets/bootstrap.css */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 272, app/assets/stylesheets/bootstrap.css */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 273, app/assets/stylesheets/bootstrap.css */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 274, app/assets/stylesheets/bootstrap.css */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 275, app/assets/stylesheets/bootstrap.css */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 276, app/assets/stylesheets/bootstrap.css */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 277, app/assets/stylesheets/bootstrap.css */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 278, app/assets/stylesheets/bootstrap.css */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 279, app/assets/stylesheets/bootstrap.css */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 280, app/assets/stylesheets/bootstrap.css */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 281, app/assets/stylesheets/bootstrap.css */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 282, app/assets/stylesheets/bootstrap.css */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 285, app/assets/stylesheets/bootstrap.css */
  .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;
  }
  /* line 286, app/assets/stylesheets/bootstrap.css */
  .col-md-1 {
    width: 8.33333%;
  }
  /* line 287, app/assets/stylesheets/bootstrap.css */
  .col-md-2 {
    width: 16.66667%;
  }
  /* line 288, app/assets/stylesheets/bootstrap.css */
  .col-md-3 {
    width: 25%;
  }
  /* line 289, app/assets/stylesheets/bootstrap.css */
  .col-md-4 {
    width: 33.33333%;
  }
  /* line 290, app/assets/stylesheets/bootstrap.css */
  .col-md-5 {
    width: 41.66667%;
  }
  /* line 291, app/assets/stylesheets/bootstrap.css */
  .col-md-6 {
    width: 50%;
  }
  /* line 292, app/assets/stylesheets/bootstrap.css */
  .col-md-7 {
    width: 58.33333%;
  }
  /* line 293, app/assets/stylesheets/bootstrap.css */
  .col-md-8 {
    width: 66.66667%;
  }
  /* line 294, app/assets/stylesheets/bootstrap.css */
  .col-md-9 {
    width: 75%;
  }
  /* line 295, app/assets/stylesheets/bootstrap.css */
  .col-md-10 {
    width: 83.33333%;
  }
  /* line 296, app/assets/stylesheets/bootstrap.css */
  .col-md-11 {
    width: 91.66667%;
  }
  /* line 297, app/assets/stylesheets/bootstrap.css */
  .col-md-12 {
    width: 100%;
  }
  /* line 298, app/assets/stylesheets/bootstrap.css */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 299, app/assets/stylesheets/bootstrap.css */
  .col-md-pull-1 {
    right: 8.33333%;
  }
  /* line 300, app/assets/stylesheets/bootstrap.css */
  .col-md-pull-2 {
    right: 16.66667%;
  }
  /* line 301, app/assets/stylesheets/bootstrap.css */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 302, app/assets/stylesheets/bootstrap.css */
  .col-md-pull-4 {
    right: 33.33333%;
  }
  /* line 303, app/assets/stylesheets/bootstrap.css */
  .col-md-pull-5 {
    right: 41.66667%;
  }
  /* line 304, app/assets/stylesheets/bootstrap.css */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 305, app/assets/stylesheets/bootstrap.css */
  .col-md-pull-7 {
    right: 58.33333%;
  }
  /* line 306, app/assets/stylesheets/bootstrap.css */
  .col-md-pull-8 {
    right: 66.66667%;
  }
  /* line 307, app/assets/stylesheets/bootstrap.css */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 308, app/assets/stylesheets/bootstrap.css */
  .col-md-pull-10 {
    right: 83.33333%;
  }
  /* line 309, app/assets/stylesheets/bootstrap.css */
  .col-md-pull-11 {
    right: 91.66667%;
  }
  /* line 310, app/assets/stylesheets/bootstrap.css */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 311, app/assets/stylesheets/bootstrap.css */
  .col-md-push-0 {
    left: auto;
  }
  /* line 312, app/assets/stylesheets/bootstrap.css */
  .col-md-push-1 {
    left: 8.33333%;
  }
  /* line 313, app/assets/stylesheets/bootstrap.css */
  .col-md-push-2 {
    left: 16.66667%;
  }
  /* line 314, app/assets/stylesheets/bootstrap.css */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 315, app/assets/stylesheets/bootstrap.css */
  .col-md-push-4 {
    left: 33.33333%;
  }
  /* line 316, app/assets/stylesheets/bootstrap.css */
  .col-md-push-5 {
    left: 41.66667%;
  }
  /* line 317, app/assets/stylesheets/bootstrap.css */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 318, app/assets/stylesheets/bootstrap.css */
  .col-md-push-7 {
    left: 58.33333%;
  }
  /* line 319, app/assets/stylesheets/bootstrap.css */
  .col-md-push-8 {
    left: 66.66667%;
  }
  /* line 320, app/assets/stylesheets/bootstrap.css */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 321, app/assets/stylesheets/bootstrap.css */
  .col-md-push-10 {
    left: 83.33333%;
  }
  /* line 322, app/assets/stylesheets/bootstrap.css */
  .col-md-push-11 {
    left: 91.66667%;
  }
  /* line 323, app/assets/stylesheets/bootstrap.css */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 324, app/assets/stylesheets/bootstrap.css */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 325, app/assets/stylesheets/bootstrap.css */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 326, app/assets/stylesheets/bootstrap.css */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 327, app/assets/stylesheets/bootstrap.css */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 328, app/assets/stylesheets/bootstrap.css */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 329, app/assets/stylesheets/bootstrap.css */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 330, app/assets/stylesheets/bootstrap.css */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 331, app/assets/stylesheets/bootstrap.css */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 332, app/assets/stylesheets/bootstrap.css */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 333, app/assets/stylesheets/bootstrap.css */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 334, app/assets/stylesheets/bootstrap.css */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 335, app/assets/stylesheets/bootstrap.css */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 336, app/assets/stylesheets/bootstrap.css */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 339, app/assets/stylesheets/bootstrap.css */
  .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;
  }
  /* line 340, app/assets/stylesheets/bootstrap.css */
  .col-lg-1 {
    width: 8.33333%;
  }
  /* line 341, app/assets/stylesheets/bootstrap.css */
  .col-lg-2 {
    width: 16.66667%;
  }
  /* line 342, app/assets/stylesheets/bootstrap.css */
  .col-lg-3 {
    width: 25%;
  }
  /* line 343, app/assets/stylesheets/bootstrap.css */
  .col-lg-4 {
    width: 33.33333%;
  }
  /* line 344, app/assets/stylesheets/bootstrap.css */
  .col-lg-5 {
    width: 41.66667%;
  }
  /* line 345, app/assets/stylesheets/bootstrap.css */
  .col-lg-6 {
    width: 50%;
  }
  /* line 346, app/assets/stylesheets/bootstrap.css */
  .col-lg-7 {
    width: 58.33333%;
  }
  /* line 347, app/assets/stylesheets/bootstrap.css */
  .col-lg-8 {
    width: 66.66667%;
  }
  /* line 348, app/assets/stylesheets/bootstrap.css */
  .col-lg-9 {
    width: 75%;
  }
  /* line 349, app/assets/stylesheets/bootstrap.css */
  .col-lg-10 {
    width: 83.33333%;
  }
  /* line 350, app/assets/stylesheets/bootstrap.css */
  .col-lg-11 {
    width: 91.66667%;
  }
  /* line 351, app/assets/stylesheets/bootstrap.css */
  .col-lg-12 {
    width: 100%;
  }
  /* line 352, app/assets/stylesheets/bootstrap.css */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 353, app/assets/stylesheets/bootstrap.css */
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  /* line 354, app/assets/stylesheets/bootstrap.css */
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  /* line 355, app/assets/stylesheets/bootstrap.css */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 356, app/assets/stylesheets/bootstrap.css */
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  /* line 357, app/assets/stylesheets/bootstrap.css */
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  /* line 358, app/assets/stylesheets/bootstrap.css */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 359, app/assets/stylesheets/bootstrap.css */
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  /* line 360, app/assets/stylesheets/bootstrap.css */
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  /* line 361, app/assets/stylesheets/bootstrap.css */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 362, app/assets/stylesheets/bootstrap.css */
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  /* line 363, app/assets/stylesheets/bootstrap.css */
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  /* line 364, app/assets/stylesheets/bootstrap.css */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 365, app/assets/stylesheets/bootstrap.css */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 366, app/assets/stylesheets/bootstrap.css */
  .col-lg-push-1 {
    left: 8.33333%;
  }
  /* line 367, app/assets/stylesheets/bootstrap.css */
  .col-lg-push-2 {
    left: 16.66667%;
  }
  /* line 368, app/assets/stylesheets/bootstrap.css */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 369, app/assets/stylesheets/bootstrap.css */
  .col-lg-push-4 {
    left: 33.33333%;
  }
  /* line 370, app/assets/stylesheets/bootstrap.css */
  .col-lg-push-5 {
    left: 41.66667%;
  }
  /* line 371, app/assets/stylesheets/bootstrap.css */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 372, app/assets/stylesheets/bootstrap.css */
  .col-lg-push-7 {
    left: 58.33333%;
  }
  /* line 373, app/assets/stylesheets/bootstrap.css */
  .col-lg-push-8 {
    left: 66.66667%;
  }
  /* line 374, app/assets/stylesheets/bootstrap.css */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 375, app/assets/stylesheets/bootstrap.css */
  .col-lg-push-10 {
    left: 83.33333%;
  }
  /* line 376, app/assets/stylesheets/bootstrap.css */
  .col-lg-push-11 {
    left: 91.66667%;
  }
  /* line 377, app/assets/stylesheets/bootstrap.css */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 378, app/assets/stylesheets/bootstrap.css */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 379, app/assets/stylesheets/bootstrap.css */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 380, app/assets/stylesheets/bootstrap.css */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 381, app/assets/stylesheets/bootstrap.css */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 382, app/assets/stylesheets/bootstrap.css */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 383, app/assets/stylesheets/bootstrap.css */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 384, app/assets/stylesheets/bootstrap.css */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 385, app/assets/stylesheets/bootstrap.css */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 386, app/assets/stylesheets/bootstrap.css */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 387, app/assets/stylesheets/bootstrap.css */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 388, app/assets/stylesheets/bootstrap.css */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 389, app/assets/stylesheets/bootstrap.css */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 390, app/assets/stylesheets/bootstrap.css */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 392, app/assets/stylesheets/bootstrap.css */
table {
  background-color: transparent;
}

/* line 393, app/assets/stylesheets/bootstrap.css */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 394, app/assets/stylesheets/bootstrap.css */
th {
  text-align: left;
}

/* line 395, app/assets/stylesheets/bootstrap.css */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 396, app/assets/stylesheets/bootstrap.css */
.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.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 397, app/assets/stylesheets/bootstrap.css */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 398, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 399, app/assets/stylesheets/bootstrap.css */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 400, app/assets/stylesheets/bootstrap.css */
.table .table {
  background-color: #f7f7f7;
}

/* line 401, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 402, app/assets/stylesheets/bootstrap.css */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 403, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 404, app/assets/stylesheets/bootstrap.css */
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 405, app/assets/stylesheets/bootstrap.css */
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

/* line 406, app/assets/stylesheets/bootstrap.css */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 407, app/assets/stylesheets/bootstrap.css */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 408, app/assets/stylesheets/bootstrap.css */
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 409, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 410, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 411, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 412, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 413, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 414, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 415, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 416, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 417, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 418, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 419, app/assets/stylesheets/bootstrap.css */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 421, app/assets/stylesheets/bootstrap.css */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 422, app/assets/stylesheets/bootstrap.css */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 423, app/assets/stylesheets/bootstrap.css */
  .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;
  }
  /* line 424, app/assets/stylesheets/bootstrap.css */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 425, app/assets/stylesheets/bootstrap.css */
  .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;
  }
  /* line 426, app/assets/stylesheets/bootstrap.css */
  .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;
  }
  /* line 427, app/assets/stylesheets/bootstrap.css */
  .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;
  }
}

/* line 429, app/assets/stylesheets/bootstrap.css */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 430, app/assets/stylesheets/bootstrap.css */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 431, app/assets/stylesheets/bootstrap.css */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 432, app/assets/stylesheets/bootstrap.css */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 433, app/assets/stylesheets/bootstrap.css */
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 434, app/assets/stylesheets/bootstrap.css */
input[type="file"] {
  display: block;
}

/* line 435, app/assets/stylesheets/bootstrap.css */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 436, app/assets/stylesheets/bootstrap.css */
select[multiple], select[size] {
  height: auto;
}

/* line 437, app/assets/stylesheets/bootstrap.css */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 438, app/assets/stylesheets/bootstrap.css */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 439, app/assets/stylesheets/bootstrap.css */
.form-control, body.pages.index .form-control,
body.hashtags .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 440, app/assets/stylesheets/bootstrap.css */
.form-control:focus, body.pages.index .form-control:focus,
body.hashtags .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 441, app/assets/stylesheets/bootstrap.css */
.form-control::-moz-placeholder, body.pages.index .form-control::-moz-placeholder,
body.hashtags .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 442, app/assets/stylesheets/bootstrap.css */
.form-control:-ms-input-placeholder, body.pages.index .form-control:-ms-input-placeholder,
body.hashtags .form-control:-ms-input-placeholder {
  color: #999;
}

/* line 443, app/assets/stylesheets/bootstrap.css */
.form-control::-webkit-input-placeholder, body.pages.index .form-control::-webkit-input-placeholder,
body.hashtags .form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 444, app/assets/stylesheets/bootstrap.css */
.form-control[disabled], body.pages.index .form-control[disabled],
body.hashtags .form-control[disabled], .form-control[readonly], body.pages.index .form-control[readonly],
body.hashtags .form-control[readonly], fieldset[disabled] .form-control, fieldset[disabled] body.pages.index .form-control, body.pages.index fieldset[disabled] .form-control,
fieldset[disabled] body.hashtags .form-control,
body.hashtags fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 445, app/assets/stylesheets/bootstrap.css */
textarea.form-control, body.pages.index textarea.form-control,
body.hashtags textarea.form-control {
  height: auto;
}

/* line 446, app/assets/stylesheets/bootstrap.css */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 448, app/assets/stylesheets/bootstrap.css */
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 34px;
  }
  /* line 449, app/assets/stylesheets/bootstrap.css */
  input.input-sm[type="date"], .input-group-sm > input.form-control[type="date"], body.pages.index .input-group-sm > .form-control[type="date"],
body.hashtags .input-group-sm > .form-control[type="date"], .input-group-sm > input.input-group-addon[type="date"], .input-group-sm > .input-group-btn > input.btn[type="date"], input.input-sm[type="time"], .input-group-sm > input.form-control[type="time"], body.pages.index .input-group-sm > .form-control[type="time"],
body.hashtags .input-group-sm > .form-control[type="time"], .input-group-sm > input.input-group-addon[type="time"], .input-group-sm > .input-group-btn > input.btn[type="time"], input.input-sm[type="datetime-local"], .input-group-sm > input.form-control[type="datetime-local"], body.pages.index .input-group-sm > .form-control[type="datetime-local"],
body.hashtags .input-group-sm > .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.input-sm[type="month"], .input-group-sm > input.form-control[type="month"], body.pages.index .input-group-sm > .form-control[type="month"],
body.hashtags .input-group-sm > .form-control[type="month"], .input-group-sm > input.input-group-addon[type="month"], .input-group-sm > .input-group-btn > input.btn[type="month"] {
    line-height: 30px;
  }
  /* line 450, app/assets/stylesheets/bootstrap.css */
  input.input-lg[type="date"], .input-group-lg > input.form-control[type="date"], body.pages.index .input-group-lg > .form-control[type="date"],
body.hashtags .input-group-lg > .form-control[type="date"], .input-group-lg > input.input-group-addon[type="date"], .input-group-lg > .input-group-btn > input.btn[type="date"], input.input-lg[type="time"], .input-group-lg > input.form-control[type="time"], body.pages.index .input-group-lg > .form-control[type="time"],
body.hashtags .input-group-lg > .form-control[type="time"], .input-group-lg > input.input-group-addon[type="time"], .input-group-lg > .input-group-btn > input.btn[type="time"], input.input-lg[type="datetime-local"], .input-group-lg > input.form-control[type="datetime-local"], body.pages.index .input-group-lg > .form-control[type="datetime-local"],
body.hashtags .input-group-lg > .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.input-lg[type="month"], .input-group-lg > input.form-control[type="month"], body.pages.index .input-group-lg > .form-control[type="month"],
body.hashtags .input-group-lg > .form-control[type="month"], .input-group-lg > input.input-group-addon[type="month"], .input-group-lg > .input-group-btn > input.btn[type="month"] {
    line-height: 46px;
  }
}

/* line 452, app/assets/stylesheets/bootstrap.css */
.form-group {
  margin-bottom: 15px;
}

/* line 453, app/assets/stylesheets/bootstrap.css */
.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 454, app/assets/stylesheets/bootstrap.css */
.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  display: block;
}

/* line 455, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 456, app/assets/stylesheets/bootstrap.css */
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

/* line 457, app/assets/stylesheets/bootstrap.css */
.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 458, app/assets/stylesheets/bootstrap.css */
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 459, app/assets/stylesheets/bootstrap.css */
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input.disabled[type="checkbox"], fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 461, app/assets/stylesheets/bootstrap.css */
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 463, app/assets/stylesheets/bootstrap.css */
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 465, app/assets/stylesheets/bootstrap.css */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 466, app/assets/stylesheets/bootstrap.css */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, body.pages.index .input-group-lg > .form-control-static.form-control,
body.hashtags .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, body.pages.index .input-group-sm > .form-control-static.form-control,
body.hashtags .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;
}

/* line 467, app/assets/stylesheets/bootstrap.css */
.input-sm, .input-group-sm > .form-control, body.pages.index .input-group-sm > .form-control,
body.hashtags .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .form-group-sm .form-control, .form-group-sm body.pages.index .form-control, body.pages.index .form-group-sm .form-control,
.form-group-sm body.hashtags .form-control,
body.hashtags .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 468, app/assets/stylesheets/bootstrap.css */
select.input-sm, .input-group-sm > select.form-control, body.pages.index .input-group-sm > select.form-control,
body.hashtags .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn, .form-group-sm .form-control, .form-group-sm body.pages.index .form-control, body.pages.index .form-group-sm .form-control,
.form-group-sm body.hashtags .form-control,
body.hashtags .form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

/* line 469, app/assets/stylesheets/bootstrap.css */
textarea.input-sm, .input-group-sm > textarea.form-control, body.pages.index .input-group-sm > textarea.form-control,
body.hashtags .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, .form-group-sm .form-control, .form-group-sm body.pages.index .form-control, body.pages.index .form-group-sm .form-control,
.form-group-sm body.hashtags .form-control,
body.hashtags .form-group-sm .form-control, select.input-sm[multiple], .input-group-sm > select.form-control[multiple], body.pages.index .input-group-sm > .form-control[multiple],
body.hashtags .input-group-sm > .form-control[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > .input-group-btn > select.btn[multiple], .form-group-sm .form-control {
  height: auto;
}

/* line 470, app/assets/stylesheets/bootstrap.css */
.input-lg, .input-group-lg > .form-control, body.pages.index .input-group-lg > .form-control,
body.hashtags .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .form-group-lg .form-control, .form-group-lg body.pages.index .form-control, body.pages.index .form-group-lg .form-control,
.form-group-lg body.hashtags .form-control,
body.hashtags .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 471, app/assets/stylesheets/bootstrap.css */
select.input-lg, .input-group-lg > select.form-control, body.pages.index .input-group-lg > select.form-control,
body.hashtags .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn, .form-group-lg .form-control, .form-group-lg body.pages.index .form-control, body.pages.index .form-group-lg .form-control,
.form-group-lg body.hashtags .form-control,
body.hashtags .form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}

/* line 472, app/assets/stylesheets/bootstrap.css */
textarea.input-lg, .input-group-lg > textarea.form-control, body.pages.index .input-group-lg > textarea.form-control,
body.hashtags .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, .form-group-lg .form-control, .form-group-lg body.pages.index .form-control, body.pages.index .form-group-lg .form-control,
.form-group-lg body.hashtags .form-control,
body.hashtags .form-group-lg .form-control, select.input-lg[multiple], .input-group-lg > select.form-control[multiple], body.pages.index .input-group-lg > .form-control[multiple],
body.hashtags .input-group-lg > .form-control[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > .input-group-btn > select.btn[multiple], .form-group-lg .form-control {
  height: auto;
}

/* line 473, app/assets/stylesheets/bootstrap.css */
.has-feedback {
  position: relative;
}

/* line 474, app/assets/stylesheets/bootstrap.css */
.has-feedback .form-control, .has-feedback body.pages.index .form-control, body.pages.index .has-feedback .form-control,
.has-feedback body.hashtags .form-control,
body.hashtags .has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 475, app/assets/stylesheets/bootstrap.css */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 476, app/assets/stylesheets/bootstrap.css */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, body.pages.index .input-group-lg > .form-control + .form-control-feedback,
body.hashtags .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 {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 477, app/assets/stylesheets/bootstrap.css */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, body.pages.index .input-group-sm > .form-control + .form-control-feedback,
body.hashtags .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 {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 478, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 479, app/assets/stylesheets/bootstrap.css */
.has-success .form-control, .has-success body.pages.index .form-control, body.pages.index .has-success .form-control,
.has-success body.hashtags .form-control,
body.hashtags .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);
}

/* line 480, app/assets/stylesheets/bootstrap.css */
.has-success .form-control:focus, .has-success body.pages.index .form-control:focus, body.pages.index .has-success .form-control:focus,
.has-success body.hashtags .form-control:focus,
body.hashtags .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;
}

/* line 481, app/assets/stylesheets/bootstrap.css */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 482, app/assets/stylesheets/bootstrap.css */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 483, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 484, app/assets/stylesheets/bootstrap.css */
.has-warning .form-control, .has-warning body.pages.index .form-control, body.pages.index .has-warning .form-control,
.has-warning body.hashtags .form-control,
body.hashtags .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);
}

/* line 485, app/assets/stylesheets/bootstrap.css */
.has-warning .form-control:focus, .has-warning body.pages.index .form-control:focus, body.pages.index .has-warning .form-control:focus,
.has-warning body.hashtags .form-control:focus,
body.hashtags .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;
}

/* line 486, app/assets/stylesheets/bootstrap.css */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 487, app/assets/stylesheets/bootstrap.css */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 488, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 489, app/assets/stylesheets/bootstrap.css */
.has-error .form-control, .has-error body.pages.index .form-control, body.pages.index .has-error .form-control,
.has-error body.hashtags .form-control,
body.hashtags .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);
}

/* line 490, app/assets/stylesheets/bootstrap.css */
.has-error .form-control:focus, .has-error body.pages.index .form-control:focus, body.pages.index .has-error .form-control:focus,
.has-error body.hashtags .form-control:focus,
body.hashtags .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;
}

/* line 491, app/assets/stylesheets/bootstrap.css */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 492, app/assets/stylesheets/bootstrap.css */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 493, app/assets/stylesheets/bootstrap.css */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 494, app/assets/stylesheets/bootstrap.css */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 495, app/assets/stylesheets/bootstrap.css */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 497, app/assets/stylesheets/bootstrap.css */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 498, app/assets/stylesheets/bootstrap.css */
  .form-inline .form-control, .form-inline body.pages.index .form-control, body.pages.index .form-inline .form-control,
.form-inline body.hashtags .form-control,
body.hashtags .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 499, app/assets/stylesheets/bootstrap.css */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 500, app/assets/stylesheets/bootstrap.css */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 501, app/assets/stylesheets/bootstrap.css */
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control, .form-inline .input-group body.pages.index .form-control, body.pages.index .form-inline .input-group .form-control,
.form-inline .input-group body.hashtags .form-control,
body.hashtags .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 502, app/assets/stylesheets/bootstrap.css */
  .form-inline .input-group > .form-control, .form-inline body.pages.index .input-group > .form-control, body.pages.index .form-inline .input-group > .form-control,
.form-inline body.hashtags .input-group > .form-control,
body.hashtags .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 503, app/assets/stylesheets/bootstrap.css */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 504, app/assets/stylesheets/bootstrap.css */
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 505, app/assets/stylesheets/bootstrap.css */
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 506, app/assets/stylesheets/bootstrap.css */
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 507, app/assets/stylesheets/bootstrap.css */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 509, app/assets/stylesheets/bootstrap.css */
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 510, app/assets/stylesheets/bootstrap.css */
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

/* line 511, app/assets/stylesheets/bootstrap.css */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 512, app/assets/stylesheets/bootstrap.css */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

/* line 513, app/assets/stylesheets/bootstrap.css */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 515, app/assets/stylesheets/bootstrap.css */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

/* line 517, app/assets/stylesheets/bootstrap.css */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 519, app/assets/stylesheets/bootstrap.css */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}

@media (min-width: 768px) {
  /* line 522, app/assets/stylesheets/bootstrap.css */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

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

/* line 525, app/assets/stylesheets/bootstrap.css */
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 526, app/assets/stylesheets/bootstrap.css */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 527, app/assets/stylesheets/bootstrap.css */
.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);
}

/* line 528, app/assets/stylesheets/bootstrap.css */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 529, app/assets/stylesheets/bootstrap.css */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 530, app/assets/stylesheets/bootstrap.css */
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 531, app/assets/stylesheets/bootstrap.css */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}

/* line 532, app/assets/stylesheets/bootstrap.css */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 533, app/assets/stylesheets/bootstrap.css */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 534, app/assets/stylesheets/bootstrap.css */
.btn-primary, .btn-basic {
  color: #fff;
  background-color: #0096FF;
  border-color: #1d99ce;
}

/* line 535, app/assets/stylesheets/bootstrap.css */
.btn-primary:hover, .btn-basic:hover, .btn-primary:focus, .btn-basic:focus, .btn-primary.focus, .focus.btn-basic, .btn-primary:active, .btn-basic:active, .btn-primary.active, .active.btn-basic, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.btn-basic {
  color: #fff;
  background-color: #1a89b8;
  border-color: #167199;
}

/* line 536, app/assets/stylesheets/bootstrap.css */
.btn-primary:active, .btn-basic:active, .btn-primary.active, .active.btn-basic, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.btn-basic {
  background-image: none;
}

/* line 537, app/assets/stylesheets/bootstrap.css */
.btn-primary.disabled, .disabled.btn-basic, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-basic[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-basic, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #0096FF;
  border-color: #1d99ce;
}

/* line 538, app/assets/stylesheets/bootstrap.css */
.btn-primary .badge, .btn-basic .badge {
  color: #0096FF;
  background-color: #fff;
}

/* line 539, app/assets/stylesheets/bootstrap.css */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 540, app/assets/stylesheets/bootstrap.css */
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 541, app/assets/stylesheets/bootstrap.css */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}

/* line 542, app/assets/stylesheets/bootstrap.css */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 543, app/assets/stylesheets/bootstrap.css */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 544, app/assets/stylesheets/bootstrap.css */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 545, app/assets/stylesheets/bootstrap.css */
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 546, app/assets/stylesheets/bootstrap.css */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}

/* line 547, app/assets/stylesheets/bootstrap.css */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 548, app/assets/stylesheets/bootstrap.css */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 549, app/assets/stylesheets/bootstrap.css */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 550, app/assets/stylesheets/bootstrap.css */
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 551, app/assets/stylesheets/bootstrap.css */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}

/* line 552, app/assets/stylesheets/bootstrap.css */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 553, app/assets/stylesheets/bootstrap.css */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 554, app/assets/stylesheets/bootstrap.css */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 555, app/assets/stylesheets/bootstrap.css */
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 556, app/assets/stylesheets/bootstrap.css */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}

/* line 557, app/assets/stylesheets/bootstrap.css */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 558, app/assets/stylesheets/bootstrap.css */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 559, app/assets/stylesheets/bootstrap.css */
.btn-link, body.pages.index .btn-link,
body.hashtags .btn-link {
  color: #0096FF;
  font-weight: normal;
  border-radius: 0;
}

/* line 560, app/assets/stylesheets/bootstrap.css */
.btn-link, body.pages.index .btn-link,
body.hashtags .btn-link, .btn-link:active,
body.hashtags .btn-link:active, .btn-link.active,
body.hashtags .active.btn-link, .btn-link[disabled],
body.hashtags .btn-link[disabled], fieldset[disabled] .btn-link,
fieldset[disabled] body.hashtags .btn-link,
body.hashtags fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 561, app/assets/stylesheets/bootstrap.css */
.btn-link, body.pages.index .btn-link,
body.hashtags .btn-link, .btn-link:hover,
body.hashtags .btn-link:hover, .btn-link:focus,
body.hashtags .btn-link:focus, .btn-link:active,
body.hashtags .btn-link:active {
  border-color: transparent;
}

/* line 562, app/assets/stylesheets/bootstrap.css */
.btn-link:hover, body.pages.index .btn-link:hover,
body.hashtags .btn-link:hover, .btn-link:focus, body.pages.index .btn-link:focus,
body.hashtags .btn-link:focus {
  color: #1778a2;
  text-decoration: underline;
  background-color: transparent;
}

/* line 563, app/assets/stylesheets/bootstrap.css */
.btn-link[disabled]:hover, body.pages.index .btn-link[disabled]:hover,
body.hashtags .btn-link[disabled]:hover, .btn-link[disabled]:focus, body.pages.index .btn-link[disabled]:focus,
body.hashtags .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 564, app/assets/stylesheets/bootstrap.css */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 565, app/assets/stylesheets/bootstrap.css */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 566, app/assets/stylesheets/bootstrap.css */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 567, app/assets/stylesheets/bootstrap.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 568, app/assets/stylesheets/bootstrap.css */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 569, app/assets/stylesheets/bootstrap.css */
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
  width: 100%;
}

/* line 570, app/assets/stylesheets/bootstrap.css */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 571, app/assets/stylesheets/bootstrap.css */
.fade.in {
  opacity: 1;
}

/* line 572, app/assets/stylesheets/bootstrap.css */
.collapse {
  display: none;
  visibility: hidden;
}

/* line 573, app/assets/stylesheets/bootstrap.css */
.collapse.in {
  display: block;
  visibility: visible;
}

/* line 574, app/assets/stylesheets/bootstrap.css */
tr.collapse.in {
  display: table-row;
}

/* line 575, app/assets/stylesheets/bootstrap.css */
tbody.collapse.in {
  display: table-row-group;
}

/* line 576, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 577, app/assets/stylesheets/bootstrap.css */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 578, app/assets/stylesheets/bootstrap.css */
.dropdown {
  position: relative;
}

/* line 579, app/assets/stylesheets/bootstrap.css */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 580, app/assets/stylesheets/bootstrap.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 80px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  background-clip: padding-box;
}

/* line 581, app/assets/stylesheets/bootstrap.css */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 582, app/assets/stylesheets/bootstrap.css */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 583, app/assets/stylesheets/bootstrap.css */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 14px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 584, app/assets/stylesheets/bootstrap.css */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff !important;
  background-color: #0096FF;
}

/* line 585, app/assets/stylesheets/bootstrap.css */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #0096FF;
  text-decoration: none;
  outline: 0;
  background-color: #fff;
}

/* line 586, app/assets/stylesheets/bootstrap.css */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 587, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 588, app/assets/stylesheets/bootstrap.css */
.open > .dropdown-menu {
  display: block;
}

/* line 589, app/assets/stylesheets/bootstrap.css */
.open > a {
  outline: 0;
}

/* line 590, app/assets/stylesheets/bootstrap.css */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 591, app/assets/stylesheets/bootstrap.css */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 592, app/assets/stylesheets/bootstrap.css */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 593, app/assets/stylesheets/bootstrap.css */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 594, app/assets/stylesheets/bootstrap.css */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 595, app/assets/stylesheets/bootstrap.css */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

/* line 596, app/assets/stylesheets/bootstrap.css */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 598, app/assets/stylesheets/bootstrap.css */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 599, app/assets/stylesheets/bootstrap.css */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 601, app/assets/stylesheets/bootstrap.css */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 602, app/assets/stylesheets/bootstrap.css */
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 603, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 604, app/assets/stylesheets/bootstrap.css */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 605, app/assets/stylesheets/bootstrap.css */
.btn-toolbar {
  margin-left: -5px;
}

/* line 606, app/assets/stylesheets/bootstrap.css */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

/* line 607, app/assets/stylesheets/bootstrap.css */
.btn-toolbar:after {
  clear: both;
}

/* line 608, app/assets/stylesheets/bootstrap.css */
.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

/* line 609, app/assets/stylesheets/bootstrap.css */
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 610, app/assets/stylesheets/bootstrap.css */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 611, app/assets/stylesheets/bootstrap.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 612, app/assets/stylesheets/bootstrap.css */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 613, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 614, app/assets/stylesheets/bootstrap.css */
.btn-group > .btn-group {
  float: left;
}

/* line 615, app/assets/stylesheets/bootstrap.css */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 616, app/assets/stylesheets/bootstrap.css */
.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 617, app/assets/stylesheets/bootstrap.css */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 618, app/assets/stylesheets/bootstrap.css */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 619, app/assets/stylesheets/bootstrap.css */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 620, app/assets/stylesheets/bootstrap.css */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 621, app/assets/stylesheets/bootstrap.css */
.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);
}

/* line 622, app/assets/stylesheets/bootstrap.css */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 623, app/assets/stylesheets/bootstrap.css */
.btn .caret {
  margin-left: 0;
}

/* line 624, app/assets/stylesheets/bootstrap.css */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 625, app/assets/stylesheets/bootstrap.css */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 626, app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 627, app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

/* line 628, app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 629, app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 630, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 631, app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 632, app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 633, app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 634, app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 635, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 636, app/assets/stylesheets/bootstrap.css */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 637, app/assets/stylesheets/bootstrap.css */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 638, app/assets/stylesheets/bootstrap.css */
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 639, app/assets/stylesheets/bootstrap.css */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 640, app/assets/stylesheets/bootstrap.css */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 641, app/assets/stylesheets/bootstrap.css */
[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;
}

/* line 642, app/assets/stylesheets/bootstrap.css */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 643, app/assets/stylesheets/bootstrap.css */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 644, app/assets/stylesheets/bootstrap.css */
.input-group .form-control, .input-group body.pages.index .form-control, body.pages.index .input-group .form-control,
.input-group body.hashtags .form-control,
body.hashtags .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 645, app/assets/stylesheets/bootstrap.css */
.input-group-addon, .input-group-btn, .input-group .form-control, .input-group body.pages.index .form-control, body.pages.index .input-group .form-control,
.input-group body.hashtags .form-control,
body.hashtags .input-group .form-control {
  display: table-cell;
}

/* line 646, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 647, app/assets/stylesheets/bootstrap.css */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 648, app/assets/stylesheets/bootstrap.css */
.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 #ccc;
  border-radius: 4px;
}

/* line 649, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 650, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 651, app/assets/stylesheets/bootstrap.css */
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 652, app/assets/stylesheets/bootstrap.css */
.input-group .form-control:first-child, .input-group body.pages.index .form-control:first-child, body.pages.index .input-group .form-control:first-child,
.input-group body.hashtags .form-control:first-child,
body.hashtags .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;
}

/* line 653, app/assets/stylesheets/bootstrap.css */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 654, app/assets/stylesheets/bootstrap.css */
.input-group .form-control:last-child, .input-group body.pages.index .form-control:last-child, body.pages.index .input-group .form-control:last-child,
.input-group body.hashtags .form-control:last-child,
body.hashtags .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;
}

/* line 655, app/assets/stylesheets/bootstrap.css */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 656, app/assets/stylesheets/bootstrap.css */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 657, app/assets/stylesheets/bootstrap.css */
.input-group-btn > .btn {
  position: relative;
}

/* line 658, app/assets/stylesheets/bootstrap.css */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 659, app/assets/stylesheets/bootstrap.css */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 660, app/assets/stylesheets/bootstrap.css */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 661, app/assets/stylesheets/bootstrap.css */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 662, app/assets/stylesheets/bootstrap.css */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 663, app/assets/stylesheets/bootstrap.css */
.nav:before, .nav:after {
  content: " ";
  display: table;
}

/* line 664, app/assets/stylesheets/bootstrap.css */
.nav:after {
  clear: both;
}

/* line 665, app/assets/stylesheets/bootstrap.css */
.nav > li {
  position: relative;
  display: block;
}

/* line 666, app/assets/stylesheets/bootstrap.css */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
}

/* line 667, app/assets/stylesheets/bootstrap.css */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #fff;
}

/* line 668, app/assets/stylesheets/bootstrap.css */
.nav > li.disabled > a {
  color: #777777;
}

/* line 669, app/assets/stylesheets/bootstrap.css */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 670, app/assets/stylesheets/bootstrap.css */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #fff;
  border-color: #0096FF;
}

/* line 671, app/assets/stylesheets/bootstrap.css */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 672, app/assets/stylesheets/bootstrap.css */
.nav > li > a > img {
  max-width: none;
}

/* line 673, app/assets/stylesheets/bootstrap.css */
.nav-tabs {
  border-bottom: 1px solid #e0e0e0;
}

/* line 674, app/assets/stylesheets/bootstrap.css */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 675, app/assets/stylesheets/bootstrap.css */
.nav-tabs > li > a {
  margin-right: -1px;
  line-height: 1.42857;
  border: 1px solid #e0e0e0;
  color: #888;
  background-color: #f7f7f7;
}

/* line 676, app/assets/stylesheets/bootstrap.css */
.nav-tabs > li > a em {
  color: #333;
}

/* line 677, app/assets/stylesheets/bootstrap.css */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #e0e0e0;
}

/* line 678, app/assets/stylesheets/bootstrap.css */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 679, app/assets/stylesheets/bootstrap.css */
.nav-pills > li {
  float: left;
  text-align: left;
}

/* line 680, app/assets/stylesheets/bootstrap.css */
.nav-pills > li.divider a {
  border-bottom: 1px solid #ebebeb;
}

/* line 681, app/assets/stylesheets/bootstrap.css */
.nav-pills > li > a {
  border-radius: 0;
  color: #999;
  padding: 15px 0;
}

/* line 682, app/assets/stylesheets/bootstrap.css */
.nav-pills > li > a:hover {
  box-shadow: inset -2px 0 0 #0096FF;
  color: #0096FF;
  background-color: #f7f7f7;
}

/* line 683, app/assets/stylesheets/bootstrap.css */
.nav-pills > li > a .icon {
  margin-right: 24px;
}

/* line 684, app/assets/stylesheets/bootstrap.css */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 685, app/assets/stylesheets/bootstrap.css */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  box-shadow: inset -2px 0 0 #0096FF;
  color: #0096FF;
  background-color: #f7f7f7;
}

/* line 686, app/assets/stylesheets/bootstrap.css */
.nav-stacked > li {
  float: none;
}

/* line 687, app/assets/stylesheets/bootstrap.css */
.nav-stacked > li + li {
  margin-left: 0;
}

/* line 688, app/assets/stylesheets/bootstrap.css */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 689, app/assets/stylesheets/bootstrap.css */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 690, app/assets/stylesheets/bootstrap.css */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 691, app/assets/stylesheets/bootstrap.css */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 693, app/assets/stylesheets/bootstrap.css */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 694, app/assets/stylesheets/bootstrap.css */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 696, app/assets/stylesheets/bootstrap.css */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 697, app/assets/stylesheets/bootstrap.css */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: -1px;
  border-radius: 0;
}

/* line 698, app/assets/stylesheets/bootstrap.css */
.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) {
  /* line 700, app/assets/stylesheets/bootstrap.css */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
  }
  /* line 701, app/assets/stylesheets/bootstrap.css */
  .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: #fff;
  }
}

/* line 703, app/assets/stylesheets/bootstrap.css */
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}

/* line 704, app/assets/stylesheets/bootstrap.css */
.tab-content > .active {
  display: block;
  visibility: visible;
}

/* line 705, app/assets/stylesheets/bootstrap.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 706, app/assets/stylesheets/bootstrap.css */
.navbar {
  position: relative;
  min-height: 66px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

/* line 707, app/assets/stylesheets/bootstrap.css */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

/* line 708, app/assets/stylesheets/bootstrap.css */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 710, app/assets/stylesheets/bootstrap.css */
  .navbar {
    border-radius: 4px;
  }
}

/* line 712, app/assets/stylesheets/bootstrap.css */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

/* line 713, app/assets/stylesheets/bootstrap.css */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 715, app/assets/stylesheets/bootstrap.css */
  .navbar-header {
    float: left;
  }
}

/* line 717, app/assets/stylesheets/bootstrap.css */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 718, app/assets/stylesheets/bootstrap.css */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

/* line 719, app/assets/stylesheets/bootstrap.css */
.navbar-collapse:after {
  clear: both;
}

/* line 720, app/assets/stylesheets/bootstrap.css */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 722, app/assets/stylesheets/bootstrap.css */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 723, app/assets/stylesheets/bootstrap.css */
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 724, app/assets/stylesheets/bootstrap.css */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 725, app/assets/stylesheets/bootstrap.css */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 727, app/assets/stylesheets/bootstrap.css */
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 729, app/assets/stylesheets/bootstrap.css */
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 731, app/assets/stylesheets/bootstrap.css */
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 733, app/assets/stylesheets/bootstrap.css */
  .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 735, app/assets/stylesheets/bootstrap.css */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 737, app/assets/stylesheets/bootstrap.css */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 739, app/assets/stylesheets/bootstrap.css */
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 741, app/assets/stylesheets/bootstrap.css */
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 743, app/assets/stylesheets/bootstrap.css */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 744, app/assets/stylesheets/bootstrap.css */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 745, app/assets/stylesheets/bootstrap.css */
.navbar-brand {
  float: left;
  padding: 23px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 66px;
  margin-right: 8px;
}

/* line 746, app/assets/stylesheets/bootstrap.css */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 747, app/assets/stylesheets/bootstrap.css */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 749, app/assets/stylesheets/bootstrap.css */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 751, app/assets/stylesheets/bootstrap.css */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 752, app/assets/stylesheets/bootstrap.css */
.navbar-toggle:focus {
  outline: 0;
}

/* line 753, app/assets/stylesheets/bootstrap.css */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 754, app/assets/stylesheets/bootstrap.css */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 756, app/assets/stylesheets/bootstrap.css */
  .navbar-toggle {
    display: none;
  }
}

/* line 758, app/assets/stylesheets/bootstrap.css */
.navbar-nav {
  margin: 11.5px -15px;
}

/* line 759, app/assets/stylesheets/bootstrap.css */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 761, app/assets/stylesheets/bootstrap.css */
  .nav-pills > li.divider a {
    border-bottom: none;
  }
  /* line 762, app/assets/stylesheets/bootstrap.css */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 763, app/assets/stylesheets/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 764, app/assets/stylesheets/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 765, app/assets/stylesheets/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 768, app/assets/stylesheets/bootstrap.css */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 769, app/assets/stylesheets/bootstrap.css */
  .navbar-nav > li {
    float: left;
  }
  /* line 770, app/assets/stylesheets/bootstrap.css */
  .navbar-nav > li > a {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}

/* line 772, app/assets/stylesheets/bootstrap.css */
.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: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  /* line 774, app/assets/stylesheets/bootstrap.css */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 775, app/assets/stylesheets/bootstrap.css */
  .navbar-form .form-control, .navbar-form body.pages.index .form-control, body.pages.index .navbar-form .form-control,
.navbar-form body.hashtags .form-control,
body.hashtags .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 776, app/assets/stylesheets/bootstrap.css */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 777, app/assets/stylesheets/bootstrap.css */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 778, app/assets/stylesheets/bootstrap.css */
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control, .navbar-form .input-group body.pages.index .form-control, body.pages.index .navbar-form .input-group .form-control,
.navbar-form .input-group body.hashtags .form-control,
body.hashtags .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 779, app/assets/stylesheets/bootstrap.css */
  .navbar-form .input-group > .form-control, .navbar-form body.pages.index .input-group > .form-control, body.pages.index .navbar-form .input-group > .form-control,
.navbar-form body.hashtags .input-group > .form-control,
body.hashtags .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 780, app/assets/stylesheets/bootstrap.css */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 781, app/assets/stylesheets/bootstrap.css */
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 782, app/assets/stylesheets/bootstrap.css */
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 783, app/assets/stylesheets/bootstrap.css */
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 784, app/assets/stylesheets/bootstrap.css */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 787, app/assets/stylesheets/bootstrap.css */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 788, app/assets/stylesheets/bootstrap.css */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 791, app/assets/stylesheets/bootstrap.css */
  .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;
  }
}

/* line 793, app/assets/stylesheets/bootstrap.css */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 794, app/assets/stylesheets/bootstrap.css */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 795, app/assets/stylesheets/bootstrap.css */
.navbar-btn {
  margin-top: 16px;
  margin-bottom: 16px;
}

/* line 796, app/assets/stylesheets/bootstrap.css */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 18px;
  margin-bottom: 18px;
}

/* line 797, app/assets/stylesheets/bootstrap.css */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 22px;
  margin-bottom: 22px;
}

/* line 798, app/assets/stylesheets/bootstrap.css */
.navbar-text {
  margin-top: 23px;
  margin-bottom: 23px;
}

@media (min-width: 768px) {
  /* line 800, app/assets/stylesheets/bootstrap.css */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 803, app/assets/stylesheets/bootstrap.css */
  .navbar-left {
    float: left !important;
  }
  /* line 804, app/assets/stylesheets/bootstrap.css */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 805, app/assets/stylesheets/bootstrap.css */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 807, app/assets/stylesheets/bootstrap.css */
.navbar-default {
  background-color: #0096FF;
  border-color: #1c94c7;
}

/* line 808, app/assets/stylesheets/bootstrap.css */
.navbar-default .navbar-brand {
  color: #fff;
}

/* line 809, app/assets/stylesheets/bootstrap.css */
.navbar-default .navbar-brand .mobile {
  display: none;
}

/* line 810, app/assets/stylesheets/bootstrap.css */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}

/* line 811, app/assets/stylesheets/bootstrap.css */
.navbar-default .navbar-text {
  color: #fff;
}

/* line 812, app/assets/stylesheets/bootstrap.css */
.navbar-default .navbar-nav > li > a {
  color: #fff;
}

/* line 813, app/assets/stylesheets/bootstrap.css */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff !important;
  background-color: transparent;
}

/* line 814, app/assets/stylesheets/bootstrap.css */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #2998c7;
}

/* line 815, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 816, app/assets/stylesheets/bootstrap.css */
.navbar-default .navbar-toggle {
  border-color: #2998c7;
}

/* line 817, app/assets/stylesheets/bootstrap.css */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #2998c7;
}

/* line 818, app/assets/stylesheets/bootstrap.css */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 819, app/assets/stylesheets/bootstrap.css */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #1c94c7;
}

/* line 820, app/assets/stylesheets/bootstrap.css */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #2998c7;
  color: #fff;
}

/* line 823, app/assets/stylesheets/bootstrap.css */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}

/* line 824, app/assets/stylesheets/bootstrap.css */
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff !important;
  background-color: transparent;
}

/* line 825, app/assets/stylesheets/bootstrap.css */
.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: #fff;
  background-color: #2998c7;
}

/* line 826, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 827, app/assets/stylesheets/bootstrap.css */
.navbar-default .navbar-link {
  color: #fff;
}

/* line 828, app/assets/stylesheets/bootstrap.css */
.navbar-default .navbar-link:hover {
  color: #fff !important;
}

/* line 829, app/assets/stylesheets/bootstrap.css */
.navbar-default .btn-link, .navbar-default body.pages.index .btn-link, body.pages.index .navbar-default .btn-link,
.navbar-default body.hashtags .btn-link,
body.hashtags .navbar-default .btn-link {
  color: #fff;
}

/* line 830, app/assets/stylesheets/bootstrap.css */
.navbar-default .btn-link:hover, .navbar-default body.pages.index .btn-link:hover, body.pages.index .navbar-default .btn-link:hover,
.navbar-default body.hashtags .btn-link:hover,
body.hashtags .navbar-default .btn-link:hover, .navbar-default .btn-link:focus, .navbar-default body.pages.index .btn-link:focus, body.pages.index .navbar-default .btn-link:focus,
.navbar-default body.hashtags .btn-link:focus,
body.hashtags .navbar-default .btn-link:focus {
  color: #fff !important;
}

/* line 831, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 832, app/assets/stylesheets/bootstrap.css */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 833, app/assets/stylesheets/bootstrap.css */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 834, app/assets/stylesheets/bootstrap.css */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 835, app/assets/stylesheets/bootstrap.css */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 836, app/assets/stylesheets/bootstrap.css */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 837, app/assets/stylesheets/bootstrap.css */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 838, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 839, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 840, app/assets/stylesheets/bootstrap.css */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 841, app/assets/stylesheets/bootstrap.css */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 842, app/assets/stylesheets/bootstrap.css */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 843, app/assets/stylesheets/bootstrap.css */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 844, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 845, app/assets/stylesheets/bootstrap.css */
.nav-operate .user .dropdown-menu .uc img {
  display: none;
}

@media (max-width: 767px) {
  /* line 847, app/assets/stylesheets/bootstrap.css */
  .navbar-nav {
    margin: 0 -15px;
  }
  /* line 848, app/assets/stylesheets/bootstrap.css */
  .navbar-nav.pull-right {
    float: none !important;
  }
  /* line 849, app/assets/stylesheets/bootstrap.css */
  .navbar-default .navbar-brand > img {
    display: none;
  }
  /* line 850, app/assets/stylesheets/bootstrap.css */
  .navbar-default .navbar-brand .mobile {
    display: inline-block;
    height: 40px;
  }
  /* line 851, app/assets/stylesheets/bootstrap.css */
  .navbar-default .navbar-brand .mobile img {
    width: 220px;
  }
  /* line 852, app/assets/stylesheets/bootstrap.css */
  .navbar-default .navbar-collapse {
    position: relative;
    border: none;
    position: absolute;
    right: 20px;
    top: 70px;
    background-color: #fff;
    width: 150px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    overflow: visible;
  }
  /* line 853, app/assets/stylesheets/bootstrap.css */
  .navbar-default .navbar-collapse:before {
    content: '';
    position: absolute;
    top: -6px;
    right: 25px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 854, app/assets/stylesheets/bootstrap.css */
  .navbar-default .navbar-nav > li > a {
    color: #666;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding: 12px 0;
  }
  /* line 855, app/assets/stylesheets/bootstrap.css */
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #0096FF;
  }
  /* line 856, app/assets/stylesheets/bootstrap.css */
  .navbar-default .navbar-nav > .active > a {
    background-color: #f3f3f3;
    color: #0096FF;
  }
  /* line 857, app/assets/stylesheets/bootstrap.css */
  .navbar-collapse .nav-operate {
    line-height: inherit;
  }
  /* line 858, app/assets/stylesheets/bootstrap.css */
  .nav-operate .user {
    display: block;
    margin: 0 -15px;
  }
  /* line 859, app/assets/stylesheets/bootstrap.css */
  .nav-operate .pub, .nav-operate .msg, .nav-operate .user .dropdown-toggle {
    display: none;
  }
  /* line 860, app/assets/stylesheets/bootstrap.css */
  .nav-operate .user .dropdown-menu {
    position: static;
    display: block;
    border: none;
    padding: 0;
    margin: 0;
  }
  /* line 861, app/assets/stylesheets/bootstrap.css */
  .nav-operate .user .dropdown-menu .divider {
    display: none;
  }
  /* line 862, app/assets/stylesheets/bootstrap.css */
  .nav-operate .user .dropdown-menu li {
    float: left;
    width: 49.5%;
  }
  /* line 863, app/assets/stylesheets/bootstrap.css */
  .nav-operate .user .dropdown-menu li:first-child {
    border-right: 1px solid #ebebeb;
  }
  /* line 864, app/assets/stylesheets/bootstrap.css */
  .nav-operate .user .dropdown-menu li:first-child a {
    margin-left: -10px;
  }
  /* line 865, app/assets/stylesheets/bootstrap.css */
  .nav-operate .user .dropdown-menu .uc span {
    display: none;
  }
  /* line 866, app/assets/stylesheets/bootstrap.css */
  .nav-operate .user .dropdown-menu .uc img {
    display: block;
  }
  /* line 867, app/assets/stylesheets/bootstrap.css */
  .nav-operate .user .dropdown-menu a {
    padding: 15px 20px;
  }
  /* line 868, app/assets/stylesheets/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 869, app/assets/stylesheets/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 870, app/assets/stylesheets/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 871, app/assets/stylesheets/bootstrap.css */
  .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;
  }
  /* line 872, app/assets/stylesheets/bootstrap.css */
  .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;
  }
  /* line 873, app/assets/stylesheets/bootstrap.css */
  .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;
  }
}

/* line 875, app/assets/stylesheets/bootstrap.css */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 876, app/assets/stylesheets/bootstrap.css */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 877, app/assets/stylesheets/bootstrap.css */
.navbar-inverse .btn-link, .navbar-inverse body.pages.index .btn-link, body.pages.index .navbar-inverse .btn-link,
.navbar-inverse body.hashtags .btn-link,
body.hashtags .navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 878, app/assets/stylesheets/bootstrap.css */
.navbar-inverse .btn-link:hover, .navbar-inverse body.pages.index .btn-link:hover, body.pages.index .navbar-inverse .btn-link:hover,
.navbar-inverse body.hashtags .btn-link:hover,
body.hashtags .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus, .navbar-inverse body.pages.index .btn-link:focus, body.pages.index .navbar-inverse .btn-link:focus,
.navbar-inverse body.hashtags .btn-link:focus,
body.hashtags .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 879, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 880, app/assets/stylesheets/bootstrap.css */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 881, app/assets/stylesheets/bootstrap.css */
.breadcrumb > li {
  display: inline-block;
}

/* line 882, app/assets/stylesheets/bootstrap.css */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

/* line 883, app/assets/stylesheets/bootstrap.css */
.breadcrumb > .active {
  color: #777777;
}

/* line 884, app/assets/stylesheets/bootstrap.css */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  font-size: 12px;
}

/* line 885, app/assets/stylesheets/bootstrap.css */
.pagination > li {
  display: inline;
}

/* line 886, app/assets/stylesheets/bootstrap.css */
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #999;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-left: 3px;
  border-radius: 50%;
}

/* line 887, app/assets/stylesheets/bootstrap.css */
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  color: #0096FF;
  background-color: #fff;
  border-color: #0096FF;
}

/* line 888, app/assets/stylesheets/bootstrap.css */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff !important;
  background-color: #0096FF;
  border-color: #0096FF;
  cursor: default;
}

/* line 889, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 890, app/assets/stylesheets/bootstrap.css */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 891, app/assets/stylesheets/bootstrap.css */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 892, app/assets/stylesheets/bootstrap.css */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 893, app/assets/stylesheets/bootstrap.css */
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 894, app/assets/stylesheets/bootstrap.css */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 895, app/assets/stylesheets/bootstrap.css */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 896, app/assets/stylesheets/bootstrap.css */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 897, app/assets/stylesheets/bootstrap.css */
.pager:before, .pager:after {
  content: " ";
  display: table;
}

/* line 898, app/assets/stylesheets/bootstrap.css */
.pager:after {
  clear: both;
}

/* line 899, app/assets/stylesheets/bootstrap.css */
.pager li {
  display: inline;
}

/* line 900, app/assets/stylesheets/bootstrap.css */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
}

/* line 901, app/assets/stylesheets/bootstrap.css */
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #fff;
}

/* line 902, app/assets/stylesheets/bootstrap.css */
.pager .next > a, .pager .next > span {
  float: right;
}

/* line 903, app/assets/stylesheets/bootstrap.css */
.pager .previous > a, .pager .previous > span {
  float: left;
}

/* line 904, app/assets/stylesheets/bootstrap.css */
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 905, app/assets/stylesheets/bootstrap.css */
.label {
  display: inline;
  padding: .2em .6em .3em;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 906, app/assets/stylesheets/bootstrap.css */
.label:empty {
  display: none;
}

/* line 907, app/assets/stylesheets/bootstrap.css */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 908, app/assets/stylesheets/bootstrap.css */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 909, app/assets/stylesheets/bootstrap.css */
.label-default {
  background-color: #777777;
}

/* line 910, app/assets/stylesheets/bootstrap.css */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 911, app/assets/stylesheets/bootstrap.css */
.label-primary {
  background-color: #0096FF;
}

/* line 912, app/assets/stylesheets/bootstrap.css */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #1a89b8;
}

/* line 913, app/assets/stylesheets/bootstrap.css */
.label-success {
  background-color: #5cb85c;
}

/* line 914, app/assets/stylesheets/bootstrap.css */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 915, app/assets/stylesheets/bootstrap.css */
.label-info {
  background-color: #5bc0de;
}

/* line 916, app/assets/stylesheets/bootstrap.css */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 917, app/assets/stylesheets/bootstrap.css */
.label-warning {
  background-color: #f0ad4e;
}

/* line 918, app/assets/stylesheets/bootstrap.css */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 919, app/assets/stylesheets/bootstrap.css */
.label-danger {
  background-color: #d9534f;
}

/* line 920, app/assets/stylesheets/bootstrap.css */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 921, app/assets/stylesheets/bootstrap.css */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

/* line 922, app/assets/stylesheets/bootstrap.css */
.badge:empty {
  display: none;
}

/* line 923, app/assets/stylesheets/bootstrap.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 924, app/assets/stylesheets/bootstrap.css */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 925, app/assets/stylesheets/bootstrap.css */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #0096FF;
  background-color: #fff;
}

/* line 926, app/assets/stylesheets/bootstrap.css */
.list-group-item > .badge {
  float: right;
}

/* line 927, app/assets/stylesheets/bootstrap.css */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 928, app/assets/stylesheets/bootstrap.css */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 929, app/assets/stylesheets/bootstrap.css */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 931, app/assets/stylesheets/bootstrap.css */
.jumbotron {
  color: #fff;
  background-color: #0096FF;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

/* line 933, app/assets/stylesheets/bootstrap.css */
.jumbotron #particle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

/* line 939, app/assets/stylesheets/bootstrap.css */
.jumbotron #particle2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* line 943, app/assets/stylesheets/bootstrap.css */
.jumbotron .logo {
  display: block;
  padding: 70px 0 110px;
}

/* line 944, app/assets/stylesheets/bootstrap.css */
.jumbotron .btn {
  width: 168px;
  font-weight: 200;
  font-size: 18px;
  border: none;
}

/* line 945, app/assets/stylesheets/bootstrap.css */
.jumbotron .btn-default {
  color: #1d7da6;
}

/* line 946, app/assets/stylesheets/bootstrap.css */
.jumbotron h1, .jumbotron .h1 {
  padding: 0 0 25px;
  text-align: center;
  color: #fff;
}

/* line 947, app/assets/stylesheets/bootstrap.css */
.jumbotron p {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 200;
}

/* line 948, app/assets/stylesheets/bootstrap.css */
.jumbotron .container {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

@media (max-width: 767px) {
  /* line 950, app/assets/stylesheets/bootstrap.css */
  .jumbotron {
    background-position: right center;
    background-size: cover;
    padding-bottom: 40px;
  }
  /* line 951, app/assets/stylesheets/bootstrap.css */
  .jumbotron .logo {
    display: block;
    padding: 30px 0 30px;
  }
  /* line 952, app/assets/stylesheets/bootstrap.css */
  .jumbotron h1, .jumbotron .h1 {
    padding: 80px 0 30px;
  }
  /* line 953, app/assets/stylesheets/bootstrap.css */
  .jumbotron .btn {
    width: 100px;
    height: 42px;
    font-size: 16px;
  }
}

/* line 955, app/assets/stylesheets/bootstrap.css */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 956, app/assets/stylesheets/bootstrap.css */
.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 957, app/assets/stylesheets/bootstrap.css */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 958, app/assets/stylesheets/bootstrap.css */
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #0096FF;
}

/* line 959, app/assets/stylesheets/bootstrap.css */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #999;
  font-size: 16px;
}

/* line 960, app/assets/stylesheets/bootstrap.css */
.alert strong {
  display: block;
  font-size: 24px;
  font-weight: normal;
  color: #999;
}

/* line 961, app/assets/stylesheets/bootstrap.css */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 962, app/assets/stylesheets/bootstrap.css */
.alert .alert-link {
  font-weight: bold;
}

/* line 963, app/assets/stylesheets/bootstrap.css */
.alert > p, .alert > ul {
  margin-bottom: 0;
}

/* line 964, app/assets/stylesheets/bootstrap.css */
.alert > p + p {
  margin-top: 5px;
}

/* line 965, app/assets/stylesheets/bootstrap.css */
.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

/* line 966, app/assets/stylesheets/bootstrap.css */
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: 12px;
  font-size: 28px;
  opacity: 1;
  right: -21px;
  color: inherit;
}

/* line 967, app/assets/stylesheets/bootstrap.css */
.alert-dismissable .close span, .alert-dismissible .close span {
  color: #999;
}

/* line 968, app/assets/stylesheets/bootstrap.css */
.alert-success {
  background-color: #fff;
  box-shadow: inset 3px 0 0 #0096FF;
}

/* line 969, app/assets/stylesheets/bootstrap.css */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 970, app/assets/stylesheets/bootstrap.css */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 971, app/assets/stylesheets/bootstrap.css */
.alert-info {
  background-color: #0096FF;
  color: #fff;
}

/* line 972, app/assets/stylesheets/bootstrap.css */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 973, app/assets/stylesheets/bootstrap.css */
.alert-info .alert-link {
  color: #245269;
}

/* line 974, app/assets/stylesheets/bootstrap.css */
.alert-warning {
  color: #fff;
  background-color: rgba(237, 163, 67, 0.9);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

/* line 975, app/assets/stylesheets/bootstrap.css */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 976, app/assets/stylesheets/bootstrap.css */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 977, app/assets/stylesheets/bootstrap.css */
.alert-danger {
  color: #fff;
  background-color: rgba(255, 68, 0, 0.8);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

/* line 978, app/assets/stylesheets/bootstrap.css */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 979, app/assets/stylesheets/bootstrap.css */
.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;
  }
}

/* line 988, app/assets/stylesheets/bootstrap.css */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  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);
}

/* line 989, app/assets/stylesheets/bootstrap.css */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #0096FF;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 990, app/assets/stylesheets/bootstrap.css */
.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 991, app/assets/stylesheets/bootstrap.css */
.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 992, app/assets/stylesheets/bootstrap.css */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 993, app/assets/stylesheets/bootstrap.css */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 994, app/assets/stylesheets/bootstrap.css */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 995, app/assets/stylesheets/bootstrap.css */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 996, app/assets/stylesheets/bootstrap.css */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 997, app/assets/stylesheets/bootstrap.css */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 998, app/assets/stylesheets/bootstrap.css */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 999, app/assets/stylesheets/bootstrap.css */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1001, app/assets/stylesheets/bootstrap.css */
.media:first-child {
  margin-top: 0;
}

/* line 1002, app/assets/stylesheets/bootstrap.css */
.media-right, .media > .pull-right {
  padding-left: 10px;
}

/* line 1003, app/assets/stylesheets/bootstrap.css */
.media-left, .media > .pull-left {
  padding-right: 10px;
}

/* line 1004, app/assets/stylesheets/bootstrap.css */
.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 1005, app/assets/stylesheets/bootstrap.css */
.media-middle {
  vertical-align: middle;
}

/* line 1006, app/assets/stylesheets/bootstrap.css */
.media-bottom {
  vertical-align: bottom;
}

/* line 1007, app/assets/stylesheets/bootstrap.css */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 1008, app/assets/stylesheets/bootstrap.css */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 1009, app/assets/stylesheets/bootstrap.css */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 1010, app/assets/stylesheets/bootstrap.css */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 1011, app/assets/stylesheets/bootstrap.css */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 1012, app/assets/stylesheets/bootstrap.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1013, app/assets/stylesheets/bootstrap.css */
a.list-group-item {
  color: #555;
}

/* line 1014, app/assets/stylesheets/bootstrap.css */
a.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 1015, app/assets/stylesheets/bootstrap.css */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 1016, app/assets/stylesheets/bootstrap.css */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

/* line 1017, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1018, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1019, app/assets/stylesheets/bootstrap.css */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #0096FF;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

/* line 1020, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1021, app/assets/stylesheets/bootstrap.css */
.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: white;
}

/* line 1022, app/assets/stylesheets/bootstrap.css */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 1023, app/assets/stylesheets/bootstrap.css */
a.list-group-item-success {
  color: #3c763d;
}

/* line 1024, app/assets/stylesheets/bootstrap.css */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 1025, app/assets/stylesheets/bootstrap.css */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 1026, app/assets/stylesheets/bootstrap.css */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 1027, app/assets/stylesheets/bootstrap.css */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 1028, app/assets/stylesheets/bootstrap.css */
a.list-group-item-info {
  color: #31708f;
}

/* line 1029, app/assets/stylesheets/bootstrap.css */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 1030, app/assets/stylesheets/bootstrap.css */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 1031, app/assets/stylesheets/bootstrap.css */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 1032, app/assets/stylesheets/bootstrap.css */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 1033, app/assets/stylesheets/bootstrap.css */
a.list-group-item-warning {
  color: #8a6d3b;
}

/* line 1034, app/assets/stylesheets/bootstrap.css */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 1035, app/assets/stylesheets/bootstrap.css */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 1036, app/assets/stylesheets/bootstrap.css */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 1037, app/assets/stylesheets/bootstrap.css */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 1038, app/assets/stylesheets/bootstrap.css */
a.list-group-item-danger {
  color: #a94442;
}

/* line 1039, app/assets/stylesheets/bootstrap.css */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 1040, app/assets/stylesheets/bootstrap.css */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 1041, app/assets/stylesheets/bootstrap.css */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 1042, app/assets/stylesheets/bootstrap.css */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 1043, app/assets/stylesheets/bootstrap.css */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 1044, app/assets/stylesheets/bootstrap.css */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 1045, app/assets/stylesheets/bootstrap.css */
.panel-body {
  padding: 15px;
}

/* line 1046, app/assets/stylesheets/bootstrap.css */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

/* line 1047, app/assets/stylesheets/bootstrap.css */
.panel-body:after {
  clear: both;
}

/* line 1048, app/assets/stylesheets/bootstrap.css */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1049, app/assets/stylesheets/bootstrap.css */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 1050, app/assets/stylesheets/bootstrap.css */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 1051, app/assets/stylesheets/bootstrap.css */
.panel-title > a {
  color: inherit;
}

/* line 1052, app/assets/stylesheets/bootstrap.css */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 1053, app/assets/stylesheets/bootstrap.css */
.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 1054, app/assets/stylesheets/bootstrap.css */
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 1055, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1056, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1057, app/assets/stylesheets/bootstrap.css */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 1058, app/assets/stylesheets/bootstrap.css */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 1059, app/assets/stylesheets/bootstrap.css */
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 1060, app/assets/stylesheets/bootstrap.css */
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1061, app/assets/stylesheets/bootstrap.css */
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1062, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1063, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1064, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1065, app/assets/stylesheets/bootstrap.css */
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 1066, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1067, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1068, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1069, app/assets/stylesheets/bootstrap.css */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 1070, app/assets/stylesheets/bootstrap.css */
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 1071, app/assets/stylesheets/bootstrap.css */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 1072, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1073, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1074, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1075, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1076, app/assets/stylesheets/bootstrap.css */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 1077, app/assets/stylesheets/bootstrap.css */
.panel-group {
  margin-bottom: 20px;
}

/* line 1078, app/assets/stylesheets/bootstrap.css */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 1079, app/assets/stylesheets/bootstrap.css */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 1080, app/assets/stylesheets/bootstrap.css */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 1081, app/assets/stylesheets/bootstrap.css */
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 1082, app/assets/stylesheets/bootstrap.css */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 1083, app/assets/stylesheets/bootstrap.css */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 1084, app/assets/stylesheets/bootstrap.css */
.panel-default {
  border-color: #ddd;
}

/* line 1085, app/assets/stylesheets/bootstrap.css */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 1086, app/assets/stylesheets/bootstrap.css */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 1087, app/assets/stylesheets/bootstrap.css */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 1088, app/assets/stylesheets/bootstrap.css */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 1089, app/assets/stylesheets/bootstrap.css */
.panel-primary {
  border-color: #0096FF;
}

/* line 1090, app/assets/stylesheets/bootstrap.css */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0096FF;
  border-color: #0096FF;
}

/* line 1091, app/assets/stylesheets/bootstrap.css */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0096FF;
}

/* line 1092, app/assets/stylesheets/bootstrap.css */
.panel-primary > .panel-heading .badge {
  color: #0096FF;
  background-color: #fff;
}

/* line 1093, app/assets/stylesheets/bootstrap.css */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0096FF;
}

/* line 1094, app/assets/stylesheets/bootstrap.css */
.panel-success {
  border-color: #d6e9c6;
}

/* line 1095, app/assets/stylesheets/bootstrap.css */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 1096, app/assets/stylesheets/bootstrap.css */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 1097, app/assets/stylesheets/bootstrap.css */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 1098, app/assets/stylesheets/bootstrap.css */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 1099, app/assets/stylesheets/bootstrap.css */
.panel-info {
  border-color: #bce8f1;
}

/* line 1100, app/assets/stylesheets/bootstrap.css */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 1101, app/assets/stylesheets/bootstrap.css */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 1102, app/assets/stylesheets/bootstrap.css */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 1103, app/assets/stylesheets/bootstrap.css */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 1104, app/assets/stylesheets/bootstrap.css */
.panel-warning {
  border-color: #faebcc;
}

/* line 1105, app/assets/stylesheets/bootstrap.css */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 1106, app/assets/stylesheets/bootstrap.css */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 1107, app/assets/stylesheets/bootstrap.css */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 1108, app/assets/stylesheets/bootstrap.css */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 1109, app/assets/stylesheets/bootstrap.css */
.panel-danger {
  border-color: #ebccd1;
}

/* line 1110, app/assets/stylesheets/bootstrap.css */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 1111, app/assets/stylesheets/bootstrap.css */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 1112, app/assets/stylesheets/bootstrap.css */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 1113, app/assets/stylesheets/bootstrap.css */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 1114, app/assets/stylesheets/bootstrap.css */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 1115, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1116, app/assets/stylesheets/bootstrap.css */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 1117, app/assets/stylesheets/bootstrap.css */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 1118, app/assets/stylesheets/bootstrap.css */
.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);
}

/* line 1119, app/assets/stylesheets/bootstrap.css */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 1120, app/assets/stylesheets/bootstrap.css */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 1121, app/assets/stylesheets/bootstrap.css */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 1122, app/assets/stylesheets/bootstrap.css */
.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);
}

/* line 1123, app/assets/stylesheets/bootstrap.css */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 1124, app/assets/stylesheets/bootstrap.css */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 1125, app/assets/stylesheets/bootstrap.css */
.modal-open {
  overflow: hidden;
}

/* line 1126, app/assets/stylesheets/bootstrap.css */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 1127, app/assets/stylesheets/bootstrap.css */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 1128, app/assets/stylesheets/bootstrap.css */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 1129, app/assets/stylesheets/bootstrap.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 1130, app/assets/stylesheets/bootstrap.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 1131, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1132, app/assets/stylesheets/bootstrap.css */
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

/* line 1133, app/assets/stylesheets/bootstrap.css */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 1134, app/assets/stylesheets/bootstrap.css */
.modal-backdrop.in {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* line 1135, app/assets/stylesheets/bootstrap.css */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

/* line 1136, app/assets/stylesheets/bootstrap.css */
.modal-header .close {
  margin-top: -2px;
}

/* line 1137, app/assets/stylesheets/bootstrap.css */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 1138, app/assets/stylesheets/bootstrap.css */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 1139, app/assets/stylesheets/bootstrap.css */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 1140, app/assets/stylesheets/bootstrap.css */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

/* line 1141, app/assets/stylesheets/bootstrap.css */
.modal-footer:after {
  clear: both;
}

/* line 1142, app/assets/stylesheets/bootstrap.css */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 1143, app/assets/stylesheets/bootstrap.css */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 1144, app/assets/stylesheets/bootstrap.css */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 1145, app/assets/stylesheets/bootstrap.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 1147, app/assets/stylesheets/bootstrap.css */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 1148, app/assets/stylesheets/bootstrap.css */
  .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);
  }
  /* line 1149, app/assets/stylesheets/bootstrap.css */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 1152, app/assets/stylesheets/bootstrap.css */
  .modal-lg {
    width: 900px;
  }
}

/* line 1154, app/assets/stylesheets/bootstrap.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 1155, app/assets/stylesheets/bootstrap.css */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 1156, app/assets/stylesheets/bootstrap.css */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 1157, app/assets/stylesheets/bootstrap.css */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 1158, app/assets/stylesheets/bootstrap.css */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 1159, app/assets/stylesheets/bootstrap.css */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 1160, app/assets/stylesheets/bootstrap.css */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 1161, app/assets/stylesheets/bootstrap.css */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 1162, app/assets/stylesheets/bootstrap.css */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 1163, app/assets/stylesheets/bootstrap.css */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 1164, app/assets/stylesheets/bootstrap.css */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 1165, app/assets/stylesheets/bootstrap.css */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 1166, app/assets/stylesheets/bootstrap.css */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 1167, app/assets/stylesheets/bootstrap.css */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 1168, app/assets/stylesheets/bootstrap.css */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 1169, app/assets/stylesheets/bootstrap.css */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 1170, app/assets/stylesheets/bootstrap.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  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);
  white-space: normal;
}

/* line 1171, app/assets/stylesheets/bootstrap.css */
.popover.top {
  margin-top: -10px;
}

/* line 1172, app/assets/stylesheets/bootstrap.css */
.popover.right {
  margin-left: 10px;
}

/* line 1173, app/assets/stylesheets/bootstrap.css */
.popover.bottom {
  margin-top: 10px;
}

/* line 1174, app/assets/stylesheets/bootstrap.css */
.popover.left {
  margin-left: -10px;
}

/* line 1175, app/assets/stylesheets/bootstrap.css */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 1176, app/assets/stylesheets/bootstrap.css */
.popover-content {
  padding: 9px 14px;
}

/* line 1177, app/assets/stylesheets/bootstrap.css */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 1178, app/assets/stylesheets/bootstrap.css */
.popover > .arrow {
  border-width: 11px;
}

/* line 1179, app/assets/stylesheets/bootstrap.css */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 1180, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1181, app/assets/stylesheets/bootstrap.css */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 1182, app/assets/stylesheets/bootstrap.css */
.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);
}

/* line 1183, app/assets/stylesheets/bootstrap.css */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 1184, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1185, app/assets/stylesheets/bootstrap.css */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 1186, app/assets/stylesheets/bootstrap.css */
.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);
}

/* line 1187, app/assets/stylesheets/bootstrap.css */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 1188, app/assets/stylesheets/bootstrap.css */
.carousel {
  position: relative;
}

/* line 1189, app/assets/stylesheets/bootstrap.css */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 2px;
}

/* line 1190, app/assets/stylesheets/bootstrap.css */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 1191, app/assets/stylesheets/bootstrap.css */
.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) {
  /* line 1193, app/assets/stylesheets/bootstrap.css */
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  /* line 1194, app/assets/stylesheets/bootstrap.css */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 1195, app/assets/stylesheets/bootstrap.css */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 1196, app/assets/stylesheets/bootstrap.css */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 1198, app/assets/stylesheets/bootstrap.css */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 1199, app/assets/stylesheets/bootstrap.css */
.carousel-inner > .active {
  left: 0;
}

/* line 1200, app/assets/stylesheets/bootstrap.css */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1201, app/assets/stylesheets/bootstrap.css */
.carousel-inner > .next {
  left: 100%;
}

/* line 1202, app/assets/stylesheets/bootstrap.css */
.carousel-inner > .prev {
  left: -100%;
}

/* line 1203, app/assets/stylesheets/bootstrap.css */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 1204, app/assets/stylesheets/bootstrap.css */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 1205, app/assets/stylesheets/bootstrap.css */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 1206, app/assets/stylesheets/bootstrap.css */
.carousel-control {
  position: absolute;
  top: 44%;
  left: 0;
  bottom: 0;
  width: 10%;
  height: 18%;
  opacity: 0.2;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  background-color: gray;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 1207, app/assets/stylesheets/bootstrap.css */
.carousel-control.left {
  left: -10%;
}

/* line 1208, app/assets/stylesheets/bootstrap.css */
.carousel-control.right {
  left: auto;
  right: -10%;
}

/* line 1209, app/assets/stylesheets/bootstrap.css */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 1210, app/assets/stylesheets/bootstrap.css */
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 1211, app/assets/stylesheets/bootstrap.css */
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 1212, app/assets/stylesheets/bootstrap.css */
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 1213, app/assets/stylesheets/bootstrap.css */
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

/* line 1214, app/assets/stylesheets/bootstrap.css */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 1215, app/assets/stylesheets/bootstrap.css */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 1216, app/assets/stylesheets/bootstrap.css */
.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;
}

/* line 1217, app/assets/stylesheets/bootstrap.css */
.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: transparent;
}

/* line 1218, app/assets/stylesheets/bootstrap.css */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 1219, app/assets/stylesheets/bootstrap.css */
.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);
}

/* line 1220, app/assets/stylesheets/bootstrap.css */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 1222, app/assets/stylesheets/bootstrap.css */
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 50px;
    height: 50px;
    margin-top: -30px;
    font-size: 50px;
  }
  /* line 1223, app/assets/stylesheets/bootstrap.css */
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -27px;
  }
  /* line 1224, app/assets/stylesheets/bootstrap.css */
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -27px;
  }
  /* line 1225, app/assets/stylesheets/bootstrap.css */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 1226, app/assets/stylesheets/bootstrap.css */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 1228, app/assets/stylesheets/bootstrap.css */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 1229, app/assets/stylesheets/bootstrap.css */
.clearfix:after {
  clear: both;
}

/* line 1230, app/assets/stylesheets/bootstrap.css */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1231, app/assets/stylesheets/bootstrap.css */
.pull-right {
  float: right !important;
}

/* line 1232, app/assets/stylesheets/bootstrap.css */
.pull-left {
  float: left !important;
}

/* line 1233, app/assets/stylesheets/bootstrap.css */
.hide {
  display: none !important;
}

/* line 1234, app/assets/stylesheets/bootstrap.css */
.show {
  display: block !important;
}

/* line 1235, app/assets/stylesheets/bootstrap.css */
.invisible {
  visibility: hidden;
}

/* line 1236, app/assets/stylesheets/bootstrap.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 1237, app/assets/stylesheets/bootstrap.css */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 1238, app/assets/stylesheets/bootstrap.css */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 1240, app/assets/stylesheets/bootstrap.css */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 1241, app/assets/stylesheets/bootstrap.css */
.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) {
  /* line 1244, app/assets/stylesheets/bootstrap.css */
  .visible-xs {
    display: block !important;
  }
  /* line 1245, app/assets/stylesheets/bootstrap.css */
  table.visible-xs {
    display: table;
  }
  /* line 1246, app/assets/stylesheets/bootstrap.css */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 1247, app/assets/stylesheets/bootstrap.css */
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
  /* line 1248, app/assets/stylesheets/bootstrap.css */
  .carousel-control {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 1251, app/assets/stylesheets/bootstrap.css */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 1254, app/assets/stylesheets/bootstrap.css */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 1257, app/assets/stylesheets/bootstrap.css */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1260, app/assets/stylesheets/bootstrap.css */
  .visible-sm {
    display: block !important;
  }
  /* line 1261, app/assets/stylesheets/bootstrap.css */
  table.visible-sm {
    display: table;
  }
  /* line 1262, app/assets/stylesheets/bootstrap.css */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 1263, app/assets/stylesheets/bootstrap.css */
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1266, app/assets/stylesheets/bootstrap.css */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1269, app/assets/stylesheets/bootstrap.css */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1272, app/assets/stylesheets/bootstrap.css */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1275, app/assets/stylesheets/bootstrap.css */
  .visible-md {
    display: block !important;
  }
  /* line 1276, app/assets/stylesheets/bootstrap.css */
  table.visible-md {
    display: table;
  }
  /* line 1277, app/assets/stylesheets/bootstrap.css */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 1278, app/assets/stylesheets/bootstrap.css */
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1281, app/assets/stylesheets/bootstrap.css */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1284, app/assets/stylesheets/bootstrap.css */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1287, app/assets/stylesheets/bootstrap.css */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 1290, app/assets/stylesheets/bootstrap.css */
  .visible-lg {
    display: block !important;
  }
  /* line 1291, app/assets/stylesheets/bootstrap.css */
  table.visible-lg {
    display: table;
  }
  /* line 1292, app/assets/stylesheets/bootstrap.css */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 1293, app/assets/stylesheets/bootstrap.css */
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 1296, app/assets/stylesheets/bootstrap.css */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 1299, app/assets/stylesheets/bootstrap.css */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 1302, app/assets/stylesheets/bootstrap.css */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 1305, app/assets/stylesheets/bootstrap.css */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1308, app/assets/stylesheets/bootstrap.css */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1311, app/assets/stylesheets/bootstrap.css */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 1314, app/assets/stylesheets/bootstrap.css */
  .hidden-lg {
    display: none !important;
  }
}

/* line 1316, app/assets/stylesheets/bootstrap.css */
.visible-print {
  display: none !important;
}

@media print {
  /* line 1318, app/assets/stylesheets/bootstrap.css */
  .visible-print {
    display: block !important;
  }
  /* line 1319, app/assets/stylesheets/bootstrap.css */
  table.visible-print {
    display: table;
  }
  /* line 1320, app/assets/stylesheets/bootstrap.css */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 1321, app/assets/stylesheets/bootstrap.css */
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}

/* line 1323, app/assets/stylesheets/bootstrap.css */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 1325, app/assets/stylesheets/bootstrap.css */
  .visible-print-block {
    display: block !important;
  }
}

/* line 1327, app/assets/stylesheets/bootstrap.css */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 1329, app/assets/stylesheets/bootstrap.css */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 1331, app/assets/stylesheets/bootstrap.css */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 1333, app/assets/stylesheets/bootstrap.css */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 1336, app/assets/stylesheets/bootstrap.css */
  .hidden-print {
    display: none !important;
  }
}

/* Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
``` */
/* line 12, app/assets/stylesheets/style.css.scss */
.image-area p {
  clear: both;
  padding: 10px 0 0 10px;
  font-size: 10px;
  color: #999999;
  line-height: 15px;
  text-align: left;
}

/* line 20, app/assets/stylesheets/style.css.scss */
.image-area .image, .image-area .add-image {
  float: left;
  position: relative;
  padding-top: 0.6em;
  padding-left: 0.6em;
}

/* line 25, app/assets/stylesheets/style.css.scss */
.image-area .image img, .image-area .add-image img {
  width: 60px;
  height: 60px;
  float: left;
}

/* line 30, app/assets/stylesheets/style.css.scss */
.image-area .image #deleteUploadImage img, .image-area .add-image #deleteUploadImage img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 1px;
}

/* line 39, app/assets/stylesheets/style.css.scss */
.image-area .uploading img {
  float: none;
}

/* line 42, app/assets/stylesheets/style.css.scss */
.image-area .uploading .progress {
  overflow: visible;
  margin-bottom: 0px;
  margin-top: 5px;
  height: 10px;
}

/* line 47, app/assets/stylesheets/style.css.scss */
.image-area .uploading .progress .progress-bar {
  border-radius: 4px;
}

/* line 54, app/assets/stylesheets/style.css.scss */
.btn-tags {
  border-radius: 20px;
  border-color: #8b8b8b;
  color: #8b8b8b;
  margin-right: 15px;
  font-size: 12px;
  padding: 5px 15px;
}

/* line 62, app/assets/stylesheets/style.css.scss */
.btn-basic {
  background-color: #2586fa;
}

/* line 65, app/assets/stylesheets/style.css.scss */
.btn-basic:hover, .btn-basic:focus, .btn-basic:active {
  background-color: #0077cc;
  border-color: transparent;
}

/* line 70, app/assets/stylesheets/style.css.scss */
.col-md-6 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

/* line 76, app/assets/stylesheets/style.css.scss */
.row-select-details {
  margin: 0 calc(20% / 2);
}

/* line 78, app/assets/stylesheets/style.css.scss */
.row-select-details .row {
  margin-left: -7px;
  margin-right: -7px;
}

/* line 83, app/assets/stylesheets/style.css.scss */
.row-select-details .related-articles {
  margin: auto;
}

/* line 85, app/assets/stylesheets/style.css.scss */
.row-select-details .related-articles div h2 {
  padding: 0 15px;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 0;
  text-align: left;
}

/* line 86, app/assets/stylesheets/style.css.scss */
.row-select-details .related-articles img {
  margin: 0 0 15px 0px;
  width: 100%;
  height: 231px;
  text-align: center;
  display: block;
  object-fit: cover;
  object-position: 0 80%;
}

/* line 95, app/assets/stylesheets/style.css.scss */
.row-select-details .related-articles a {
  background-color: #fff;
  display: block;
  font-size: 18px !important;
  color: #333 !important;
  text-align: center;
  line-height: 27px;
  margin: 7.5px 0;
  padding-bottom: 15px;
  min-height: 319px;
}

/* line 107, app/assets/stylesheets/style.css.scss */
.icon-notifications {
  width: 16px;
  height: 18px;
  background: url(//static.shenzhenware.com/assets/icon-notifications-80ae8eeef552d1561739bc3894c5893f35271338752e411a797e7dd3317817ef.png) no-repeat;
}

/* line 108, app/assets/stylesheets/style.css.scss */
.icon-alipay {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -186px 0px;
  width: 62px;
  height: 20px;
}

/* line 109, app/assets/stylesheets/style.css.scss */
.icon-arrow-down {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -186px -163px;
  width: 10px;
  height: 6px;
}

/* line 110, app/assets/stylesheets/style.css.scss */
.icon-arrow-up {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -196px -163px;
  width: 10px;
  height: 6px;
}

/* line 111, app/assets/stylesheets/style.css.scss */
.icon-calendar-hover, a:hover .icon-calendar, .active .icon-calendar, .icon-calendar:hover {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -226px -58px;
  width: 18px;
  height: 18px;
}

/* line 112, app/assets/stylesheets/style.css.scss */
.icon-calendar {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -186px -76px;
  width: 18px;
  height: 18px;
}

/* line 113, app/assets/stylesheets/style.css.scss */
.icon-cart-hover, a:hover .icon-cart, .active .icon-cart, .icon-cart:hover {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -186px -94px;
  width: 18px;
  height: 18px;
}

/* line 114, app/assets/stylesheets/style.css.scss */
.icon-cart {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -204px -94px;
  width: 18px;
  height: 18px;
}

/* line 115, app/assets/stylesheets/style.css.scss */
.icon-chat-hover, a:hover .icon-chat, .active .icon-chat, .icon-chat:hover {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -186px -112px;
  width: 20px;
  height: 18px;
}

/* line 116, app/assets/stylesheets/style.css.scss */
.icon-chat {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -186px -58px;
  width: 20px;
  height: 18px;
}

/* line 117, app/assets/stylesheets/style.css.scss */
.icon-check {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -206px -112px;
  width: 17px;
  height: 17px;
}

/* line 118, app/assets/stylesheets/style.css.scss */
.icon-checked {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -223px -112px;
  width: 17px;
  height: 17px;
}

/* line 119, app/assets/stylesheets/style.css.scss */
.icon-chuang {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -186px -130px;
  width: 17px;
  height: 17px;
}

/* line 120, app/assets/stylesheets/style.css.scss */
.icon-clock {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -162px -64px;
  width: 15px;
  height: 15px;
}

/* line 121, app/assets/stylesheets/style.css.scss */
.icon-close {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -78px -146px;
  width: 21px;
  height: 21px;
}

/* line 122, app/assets/stylesheets/style.css.scss */
.icon-comment-hover, a:hover .icon-comment, .active .icon-comment, .icon-comment:hover {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -196px -170px;
  width: 16px;
  height: 14px;
}

/* line 123, app/assets/stylesheets/style.css.scss */
.icon-comment-small {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -34px -187px;
  width: 14px;
  height: 13px;
}

/* line 124, app/assets/stylesheets/style.css.scss */
.icon-comment-white, .media-share > a:hover .icon-comment-hover, .media-share > a:hover .icon-comment {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -212px -170px;
  width: 16px;
  height: 14px;
}

/* line 125, app/assets/stylesheets/style.css.scss */
.icon-comment {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -228px -170px;
  width: 16px;
  height: 14px;
}

/* line 126, app/assets/stylesheets/style.css.scss */
.icon-comment2 {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: 0px -187px;
  width: 18px;
  height: 14px;
}

/* line 127, app/assets/stylesheets/style.css.scss */
.icon-contact {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: 0px -170px;
  width: 144px;
  height: 17px;
}

/* line 128, app/assets/stylesheets/style.css.scss */
.icon-dots-hover, a:hover .icon-dots, .active .icon-dots, .icon-dots:hover {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -206px -163px;
  width: 13px;
  height: 3px;
}

/* line 129, app/assets/stylesheets/style.css.scss */
.icon-dots {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -219px -163px;
  width: 13px;
  height: 3px;
}

/* line 132, app/assets/stylesheets/style.css.scss */
.icon-empty {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -102px 0px;
  width: 84px;
  height: 64px;
}

/* line 133, app/assets/stylesheets/style.css.scss */
.icon-end {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -84px -82px;
  width: 84px;
  height: 64px;
}

/* line 134, app/assets/stylesheets/style.css.scss */
.icon-event_review {
  background-image: url(//static.shenzhenware.com/assets/event_review-b3fc77bd7a24ef330548bd2c8ee32d8acf86d8c3d89cf4863f0b6468e90e5bac.png);
  width: 84px;
  height: 64px;
}

/* line 135, app/assets/stylesheets/style.css.scss */
.icon-event_comment {
  background-image: url(//static.shenzhenware.com/assets/comment-5e38ce6ea64812475de01780da3c2bbe3bf88567437d9b73cfe17d46d6c952b3.png);
  width: 84px;
  height: 64px;
}

/* line 136, app/assets/stylesheets/style.css.scss */
.icon-recommend {
  background-image: url(//static.shenzhenware.com/assets/recommend-fecae23f4f8ea18c91f59a0c6b0901c805eb1c9e12d6f72bcac34508c0f218fc.png);
  width: 84px;
  height: 64px;
}

/* line 137, app/assets/stylesheets/style.css.scss */
.icon-favourite-hover, a:hover .icon-favourite, .active .icon-favourite, .icon-favourite:hover {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -186px -39px;
  width: 22px;
  height: 19px;
}

/* line 138, app/assets/stylesheets/style.css.scss */
.icon-favourite {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -226px -20px;
  width: 22px;
  height: 19px;
}

/* line 139, app/assets/stylesheets/style.css.scss */
.icon-heart-hover, a:hover .icon-heart, .active .icon-heart, .icon-heart:hover {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -178px -170px;
  width: 18px;
  height: 14px;
}

/* line 140, app/assets/stylesheets/style.css.scss */
.icon-heart-white, .media-share > a:hover .icon-heart-hover, .media-share > a:hover .icon-heart {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -160px -170px;
  width: 18px;
  height: 14px;
}

/* line 141, app/assets/stylesheets/style.css.scss */
.icon-heart {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -168px -112px;
  width: 18px;
  height: 14px;
}

/* line 142, app/assets/stylesheets/style.css.scss */
.icon-like-small {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -128px -187px;
  width: 13px;
  height: 10px;
}

/* line 143, app/assets/stylesheets/style.css.scss */
.icon-like {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -106px -187px;
  width: 11px;
  height: 11px;
}

/* line 144, app/assets/stylesheets/style.css.scss */
.icon-link-hover, a:hover .icon-link, .active .icon-link, .icon-link:hover {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -213px -147px;
  width: 16px;
  height: 16px;
}

/* line 145, app/assets/stylesheets/style.css.scss */
.icon-link {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -186px -147px;
  width: 16px;
  height: 16px;
}

/* line 146, app/assets/stylesheets/style.css.scss */
.icon-location {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -202px -147px;
  width: 11px;
  height: 16px;
}

/* line 147, app/assets/stylesheets/style.css.scss */
.icon-mail {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -222px -76px;
  width: 25px;
  height: 18px;
}

/* line 148, app/assets/stylesheets/style.css.scss */
.icon-msg {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: 0px -146px;
  width: 22px;
  height: 24px;
}

/* line 149, app/assets/stylesheets/style.css.scss */
.icon-pencil-hover, a:hover .icon-pencil, .icon-pencil:hover {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -102px -64px;
  width: 16px;
  height: 16px;
}

/* line 150, app/assets/stylesheets/style.css.scss */
.icon-pencil {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -118px -64px;
  width: 16px;
  height: 16px;
}

/* line 151, app/assets/stylesheets/style.css.scss */
.icon-picture-hover, a:hover .icon-picture, .active .icon-picture, .icon-picture:hover {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -208px -39px;
  width: 20px;
  height: 19px;
}

/* line 152, app/assets/stylesheets/style.css.scss */
.icon-picture {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -206px -20px;
  width: 20px;
  height: 19px;
}

/* line 153, app/assets/stylesheets/style.css.scss */
.icon-progress {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: 0px -82px;
  width: 84px;
  height: 64px;
}

/* line 154, app/assets/stylesheets/style.css.scss */
.icon-qq {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -228px -39px;
  width: 18px;
  height: 19px;
}

/* line 155, app/assets/stylesheets/style.css.scss */
.icon-qrcode {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -186px -20px;
  width: 20px;
  height: 19px;
}

/* line 156, app/assets/stylesheets/style.css.scss */
.icon-quote {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -144px -170px;
  width: 16px;
  height: 14px;
}

/* line 157, app/assets/stylesheets/style.css.scss */
.icon-right {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -168px -82px;
  width: 15px;
  height: 15px;
}

/* line 158, app/assets/stylesheets/style.css.scss */
.icon-select, .publish .btn-group .btn-default.active:after {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -168px -97px;
  width: 15px;
  height: 15px;
}

/* line 159, app/assets/stylesheets/style.css.scss */
.icon-share-grey {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -148px -64px;
  width: 14px;
  height: 16px;
}

/* line 160, app/assets/stylesheets/style.css.scss */
.icon-share-hover, a:hover .icon-share, a:hover .icon-share-grey, .active .icon-share, .icon-share:hover, .icon-share-grey:hover {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -134px -64px;
  width: 14px;
  height: 16px;
}

/* line 161, app/assets/stylesheets/style.css.scss */
.icon-share, a:hover .icon-share-grey, .icon-share-grey:hover {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -229px -147px;
  width: 14px;
  height: 16px;
}

/* line 162, app/assets/stylesheets/style.css.scss */
.icon-unlike {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -117px -187px;
  width: 11px;
  height: 11px;
}

/* line 163, app/assets/stylesheets/style.css.scss */
.icon-up-hover, a:hover .icon-up, .like .icon-up, .active .icon-up, .icon-up:hover {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -203px -130px;
  width: 19px;
  height: 17px;
}

/* line 164, app/assets/stylesheets/style.css.scss */
.icon-up {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -222px -130px;
  width: 19px;
  height: 17px;
}

/* line 165, app/assets/stylesheets/style.css.scss */
.icon-user-hover, a:hover .icon-user, .active .icon-user, .icon-user:hover {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -222px -94px;
  width: 20px;
  height: 18px;
}

/* line 166, app/assets/stylesheets/style.css.scss */
.icon-user {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -206px -58px;
  width: 20px;
  height: 18px;
}

/* line 174, app/assets/stylesheets/style.css.scss */
.icon-wrong {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -204px -76px;
  width: 18px;
  height: 18px;
}

/* line 175, app/assets/stylesheets/style.css.scss */
.icon-wx-hover, a:hover .icon-wx, .icon-wx:hover {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -18px -187px;
  width: 16px;
  height: 14px;
}

/* line 176, app/assets/stylesheets/style.css.scss */
.icon-wx {
  background-image: url(//static.shenzhenware.com/assets/sprites-94fbeac36c770219fbb46f1e871a6919e8fb82e45435476ad8f56752d7091a48.png);
  background-position: -168px -126px;
  width: 16px;
  height: 14px;
}

/* Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
``` */
/* line 182, app/assets/stylesheets/style.css.scss */
.icon-blue, .side-hot .activities .blue {
  background-image: url(//static.shenzhenware.com/assets/bg-activity-1b2149be784920b96d7b229ac00440a50678052029bfa5bde3b517854d62a2c8.png);
  background-position: 0px 0px;
  width: 320px;
  height: 170px;
}

/* line 183, app/assets/stylesheets/style.css.scss */
.icon-green, .side-hot .activities .green {
  background-image: url(//static.shenzhenware.com/assets/bg-activity-1b2149be784920b96d7b229ac00440a50678052029bfa5bde3b517854d62a2c8.png);
  background-position: -320px 0px;
  width: 320px;
  height: 170px;
}

/* line 184, app/assets/stylesheets/style.css.scss */
.icon-orange, .side-hot .activities .orange {
  background-image: url(//static.shenzhenware.com/assets/bg-activity-1b2149be784920b96d7b229ac00440a50678052029bfa5bde3b517854d62a2c8.png);
  background-position: 0px -170px;
  width: 320px;
  height: 170px;
}

/* line 188, app/assets/stylesheets/style.css.scss */
body {
  background-color: #f7f7f7;
  font: normal 14px  NotoSansCJKsc-regular, 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, 'Hiragino Sans GB', sans-serif;
}

/* line 189, app/assets/stylesheets/style.css.scss */
ul, ol {
  list-style: none;
}

/* line 191, app/assets/stylesheets/style.css.scss */
a:hover {
  color: #2586fa !important;
  text-decoration: none;
}

/* line 192, app/assets/stylesheets/style.css.scss */
.nav-operate {
  float: right;
  line-height: 60px;
}

/* line 193, app/assets/stylesheets/style.css.scss */
.nav-operate li {
  display: inline-block;
  margin-left: -5px;
  position: relative;
}

/* line 194, app/assets/stylesheets/style.css.scss */
.nav-operate li a {
  display: block;
  padding: 0 20px;
  border-left: 1px solid #2586fa;
  border-right: 1px solid #2586fa;
}

/* line 195, app/assets/stylesheets/style.css.scss */
.nav-operate .dropdown-menu li {
  margin-left: 0;
}

/* line 196, app/assets/stylesheets/style.css.scss */
.nav-operate .dropdown-menu li a {
  border: none;
}

/* line 197, app/assets/stylesheets/style.css.scss */
.nav-operate li a:hover {
  background-color: #2586fa;
}

/* line 198, app/assets/stylesheets/style.css.scss */
.nav-operate li a span:hover {
  color: #fff;
}

/* line 199, app/assets/stylesheets/style.css.scss */
.nav-operate .msg a {
  position: relative;
  margin-left: 10px;
}

/* line 200, app/assets/stylesheets/style.css.scss */
.nav-operate .msg span {
  display: none;
}

/* line 201, app/assets/stylesheets/style.css.scss */
.nav-operate .msg em {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  background-color: #f5ed0d;
}

/* line 202, app/assets/stylesheets/style.css.scss */
.nav-operate .pub .dropdown-toggle, .nav-operate .pub a {
  color: #fff;
}

/* line 203, app/assets/stylesheets/style.css.scss */
.nav-operate .pub a:hover {
  color: #f5ed0d !important;
}

/* line 204, app/assets/stylesheets/style.css.scss */
.nav-operate .pub .dropdown-toggle:hover {
  color: #f5ed0d !important;
}

/* line 205, app/assets/stylesheets/style.css.scss */
.nav-operate .pub .dropdown-menu li {
  display: block;
}

/* line 206, app/assets/stylesheets/style.css.scss */
.nav-operate .user img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

/* line 207, app/assets/stylesheets/style.css.scss */
.nav-operate .user .caret {
  border-top-color: #fff;
}

/* line 208, app/assets/stylesheets/style.css.scss */
.nav-operate .user .dropdown-toggle:hover {
  text-decoration: none;
}

/* line 209, app/assets/stylesheets/style.css.scss */
.nav-operate .user .dropdown-menu, .nav-operate .msg .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 100px;
  line-height: 1.5;
  text-align: center;
}

/* line 210, app/assets/stylesheets/style.css.scss */
.nav-operate .user .dropdown-menu li, .nav-operate .msg .dropdown-menu li {
  display: block;
}

/* line 211, app/assets/stylesheets/style.css.scss */
.share-box {
  position: absolute;
  display: none;
  background-image: url(//static.shenzhenware.com/assets/bg-share-4e04096d96d42d8c80d0f5ad6163af05964e1769dbdc52336ff1129e55033ca0.png);
  background-repeat: no-repeat;
  z-index: 999;
  text-align: left;
}

/* line 212, app/assets/stylesheets/style.css.scss */
.share-box ul {
  width: 118px;
  height: 129px;
  padding: 26px 0 0 16px;
}

/* line 213, app/assets/stylesheets/style.css.scss */
.share-box li {
  margin-bottom: 6px;
}

/* line 214, app/assets/stylesheets/style.css.scss */
.share-box a {
  color: #666 !important;
}

/* line 215, app/assets/stylesheets/style.css.scss */
.share-box a:hover {
  color: #46b6e5 !important;
}

/* line 216, app/assets/stylesheets/style.css.scss */
.form-horizontal {
  clear: right;
}

/* line 217, app/assets/stylesheets/style.css.scss */
.form-horizontal img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

/* line 218, app/assets/stylesheets/style.css.scss */
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 219, app/assets/stylesheets/style.css.scss */
.form-horizontal .control-label {
  padding-top: 0;
  line-height: 2.4em;
}

/* line 220, app/assets/stylesheets/style.css.scss */
.form-horizontal .btn-basic {
  min-width: 68px;
}

/* line 221, app/assets/stylesheets/style.css.scss */
.icon {
  display: inline-block;
  vertical-align: middle;
}

/* line 222, app/assets/stylesheets/style.css.scss */
.modal-index .modal-header {
  padding: 20px 0;
  border-bottom: none;
}

/* line 223, app/assets/stylesheets/style.css.scss */
.modal-index .modal-title {
  text-align: center;
  font-size: 18px;
  color: #666;
}

/* line 224, app/assets/stylesheets/style.css.scss */
.modal-index .modal-body {
  padding: 35px 85px 20px;
  background-color: #fafafa;
}

/* line 225, app/assets/stylesheets/style.css.scss */
.modal-index .form-together {
  margin-bottom: 20px;
}

/* line 226, app/assets/stylesheets/style.css.scss */
.modal-index .form-together .form-group {
  margin: -1px 0 0;
  position: relative;
}

/* line 227, app/assets/stylesheets/style.css.scss */
.modal-index .form-together input {
  height: 50px;
}

/* line 228, app/assets/stylesheets/style.css.scss */
.modal-index .form-together .form-control-feedback {
  display: none;
  top: 7px;
}

/* line 229, app/assets/stylesheets/style.css.scss */
.modal-index .form-together .has-feedback .form-control-feedback {
  display: block;
}

/* line 230, app/assets/stylesheets/style.css.scss */
.modal-index .form-together .form-control, .modal-index .form-together body.pages.index .form-control, body.pages.index .modal-index .form-together .form-control,
.modal-index .form-together body.hashtags .form-control,
body.hashtags .modal-index .form-together .form-control {
  box-shadow: none;
  font-size: 16px;
  color: #666;
  border-radius: 0;
  border-color: #eee;
}

/* line 231, app/assets/stylesheets/style.css.scss */
.modal-index .form-together .form-control:focus, .modal-index .form-together .form-control:active {
  border-color: #eee;
  outline: none;
  box-shadow: none;
}

/* line 232, app/assets/stylesheets/style.css.scss */
.modal-index .form-together .form-control:first-child {
  border-radius: 3px 3px 0 0;
}

/* line 233, app/assets/stylesheets/style.css.scss */
.modal-index .form-together .form-control:last-child {
  border-radius: 0 0 3px 3px;
}

/* line 234, app/assets/stylesheets/style.css.scss */
.modal-index .form-together .verify {
  position: absolute;
  right: 5px;
  top: 3px;
}

/* line 235, app/assets/stylesheets/style.css.scss */
.modal-index .modal-footer {
  background-color: #fafafa;
  border-top: none;
  padding: 25px 85px;
  border-radius: 0 0 8px 8px;
}

/* line 236, app/assets/stylesheets/style.css.scss */
.modal-index .msg {
  padding: 15px 20px;
  color: #ff9c00;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 25px;
}

/* line 237, app/assets/stylesheets/style.css.scss */
.modal-index p {
  color: #999;
  margin-bottom: 25px;
}

/* line 238, app/assets/stylesheets/style.css.scss */
.modal-index .btn {
  font-size: 18px;
}

/* line 239, app/assets/stylesheets/style.css.scss */
.login-mail {
  display: none;
}

/* line 240, app/assets/stylesheets/style.css.scss */
.login-weixin {
  text-align: center;
}

/* line 241, app/assets/stylesheets/style.css.scss */
.login-weixin img {
  margin-bottom: 20px;
}

/* line 242, app/assets/stylesheets/style.css.scss */
.login-weixin p {
  margin-bottom: 30px;
}

/* line 243, app/assets/stylesheets/style.css.scss */
.login-weixin .btn {
  width: 225px;
  height: auto;
  padding: 10px 12px;
  font-size: 18px;
  display: block;
  margin: 0 auto 24px;
}

/* line 244, app/assets/stylesheets/style.css.scss */
.login-weixin .btn .icon {
  vertical-align: text-top;
}

/* line 245, app/assets/stylesheets/style.css.scss */
.slider {
  background-color: #fff;
  padding: 20px;
  z-index: 9999;
}

/* line 246, app/assets/stylesheets/style.css.scss */
.slider dl {
  padding-bottom: 40px;
}

/* line 247, app/assets/stylesheets/style.css.scss */
.slider dt {
  text-align: center;
  padding: 40px 0 8px;
}

/* line 248, app/assets/stylesheets/style.css.scss */
.slider dt span {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #46b6e5;
}

/* line 249, app/assets/stylesheets/style.css.scss */
.slider a {
  color: #333;
  font-size: 16px;
  line-height: 2;
}

/* line 250, app/assets/stylesheets/style.css.scss */
.bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #999;
  padding-top: 20px;
  padding-bottom: 50px;
}

/* line 251, app/assets/stylesheets/style.css.scss */
.bx-pager .bx-pager-item, .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 252, app/assets/stylesheets/style.css.scss */
.bx-pager.bx-default-pager a {
  background: #999;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  outline: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 253, app/assets/stylesheets/style.css.scss */
.bx-pager.bx-default-pager a:hover, .bx-pager.bx-default-pager a.active {
  background: #46b6e5;
}

/* line 255, app/assets/stylesheets/style.css.scss */
.index .media-wrap {
  padding: 35px 0 200px;
  background-color: #fff;
}

/* line 256, app/assets/stylesheets/style.css.scss */
.index .media-wrap .medias {
  padding-left: 0;
}

/* line 257, app/assets/stylesheets/style.css.scss */
.index .media-wrap .medias .media {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 0 50px;
}

/* line 258, app/assets/stylesheets/style.css.scss */
.index .media-wrap .medias .media:after {
  position: absolute;
  content: '';
  left: 30px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #999;
  z-index: -1;
}

/* line 259, app/assets/stylesheets/style.css.scss */
.index .media-wrap .medias .media:first-child {
  padding-top: 0;
}

/* line 260, app/assets/stylesheets/style.css.scss */
.index .media-wrap .medias .media:last-child:after {
  border-left: none;
}

/* line 261, app/assets/stylesheets/style.css.scss */
.index .media-wrap .medias .media-left img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

/* line 262, app/assets/stylesheets/style.css.scss */
.index .media-wrap .btn-more {
  display: block;
  width: 80px;
  margin: 0 auto;
  border-radius: 15px;
}

/* line 263, app/assets/stylesheets/style.css.scss */
.index .media-wrap .btn-more, .index .media-wrap .btn-more:hover {
  color: #999 !important;
}

/* line 264, app/assets/stylesheets/style.css.scss */
.media-latest {
  position: relative;
}

/* line 265, app/assets/stylesheets/style.css.scss */
.media-latest .dropdown {
  position: absolute;
  top: 0;
  right: 15px;
}

/* line 266, app/assets/stylesheets/style.css.scss */
.media-latest .dropdown .btn-default, .media-latest .dropdown .btn-default:hover, .media-latest .dropdown .btn-default:active, .media-latest .dropdown .open > .btn-default, .media-latest .dropdown .open > .btn-default:hover, .media-latest .dropdown .open > .btn-default:active {
  background-color: #fff;
}

/* line 267, app/assets/stylesheets/style.css.scss */
.media-latest dl {
  margin-bottom: 55px;
}

/* line 268, app/assets/stylesheets/style.css.scss */
.media-latest dt {
  font-weight: normal;
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
}

/* line 269, app/assets/stylesheets/style.css.scss */
.side-hot dl {
  margin-bottom: 45px;
}

/* line 270, app/assets/stylesheets/style.css.scss */
.side-hot dt {
  font-size: 14px;
  color: #999;
  margin-bottom: 25px;
}

/* line 271, app/assets/stylesheets/style.css.scss */
.side-hot li {
  margin-bottom: 20px;
}

/* line 272, app/assets/stylesheets/style.css.scss */
.side-hot .activities a {
  display: block;
  position: relative;
  font-size: 14px;
}

/* line 273, app/assets/stylesheets/style.css.scss */
.side-hot .activities a span {
  position: absolute;
}

/* line 274, app/assets/stylesheets/style.css.scss */
.side-hot .activities a .name {
  color: #fff !important;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  top: 44px;
  left: 30px;
}

/* line 275, app/assets/stylesheets/style.css.scss */
.side-hot .activities a .time {
  padding-top: 10px;
  text-align: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  top: 15px;
  right: 30px;
}

/* line 276, app/assets/stylesheets/style.css.scss */
.side-hot .activities a em {
  display: block;
}

/* line 277, app/assets/stylesheets/style.css.scss */
.side-hot .activities a .title {
  font-size: 20px;
  top: 110px;
  left: 30px;
  line-height: 1.1;
  padding: 0;
  display: block;
  width: 270px;
  height: 44px;
  overflow: hidden;
}

/* line 278, app/assets/stylesheets/style.css.scss */
.side-hot .activities .blue .name {
  background-color: #0096FF;
}

/* line 279, app/assets/stylesheets/style.css.scss */
.side-hot .activities .blue .time, .side-hot .activities .blue .title {
  color: #0096FF !important;
}

/* line 280, app/assets/stylesheets/style.css.scss */
.side-hot .activities .blue .time {
  border-color: #0096FF;
}

/* line 281, app/assets/stylesheets/style.css.scss */
.side-hot .activities .green .name {
  background-color: #93b873;
}

/* line 282, app/assets/stylesheets/style.css.scss */
.side-hot .activities .green .time, .side-hot .activities .green .title {
  color: #93b873 !important;
}

/* line 283, app/assets/stylesheets/style.css.scss */
.side-hot .activities .green .time {
  border-color: #93b873;
}

/* line 284, app/assets/stylesheets/style.css.scss */
.side-hot .activities .orange .name {
  background-color: #b68019;
}

/* line 285, app/assets/stylesheets/style.css.scss */
.side-hot .activities .orange .time, .side-hot .activities .orange .title {
  color: #b68019 !important;
}

/* line 286, app/assets/stylesheets/style.css.scss */
.side-hot .activities .orange .time {
  border-color: #b68019;
}

/* line 288, app/assets/stylesheets/style.css.scss */
.side-hot .users .media h4 {
  font-size: 14px;
  margin: 0;
}

/* line 289, app/assets/stylesheets/style.css.scss */
.side-hot .users .media h4 a {
  color: #333;
}

/* line 290, app/assets/stylesheets/style.css.scss */
.side-hot .users .media p {
  color: #999;
}

/* line 291, app/assets/stylesheets/style.css.scss */
.side-hot .users .media img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* line 292, app/assets/stylesheets/style.css.scss */
.index .footer-link, .index .copyright {
  background-color: #f6f6f6;
}

/* line 293, app/assets/stylesheets/style.css.scss */
.footer-link {
  background-color: #fff;
  padding: 36px 0;
  margin-top: 15px;
}

/* line 294, app/assets/stylesheets/style.css.scss */
.footer-link a {
  color: #999;
  border-left: 1px solid #e8e8e8;
  padding: 0 12px;
}

/* line 295, app/assets/stylesheets/style.css.scss */
.footer-link a:first-child {
  padding-left: 0;
  border-left: none;
}

/* line 296, app/assets/stylesheets/style.css.scss */
.footer-link .contact a {
  position: relative;
  border: none;
  padding: 0;
}

/* line 297, app/assets/stylesheets/style.css.scss */
.footer-link .contact a:first-child {
  margin-right: 40px;
}

/* line 298, app/assets/stylesheets/style.css.scss */
.footer-link .contact a:hover img {
  display: block;
}

/* line 299, app/assets/stylesheets/style.css.scss */
.footer-link .contact img {
  display: none;
  padding: 3px 3px 10px;
  position: absolute;
  top: -166px;
  left: -70px;
  background: url(//static.shenzhenware.com/assets/bg-contact-b81e172537b949bf793366e07a9f2372e1b04a9d611550a60cfca602a721b2e2.png) 0 0 no-repeat;
}

/* line 301, app/assets/stylesheets/style.css.scss */
.copyright {
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
  text-align: center;
  font-size: 12px;
  padding: 28px 0 38px;
  color: #666;
}

/* line 302, app/assets/stylesheets/style.css.scss */
.personal {
  padding-bottom: 70px;
  text-align: center;
  padding-top: 50px;
}

/* line 303, app/assets/stylesheets/style.css.scss */
.personal .container {
  position: relative;
}

/* line 304, app/assets/stylesheets/style.css.scss */
.personal h3 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #333;
}

/* line 305, app/assets/stylesheets/style.css.scss */
.personal h3 .icon {
  margin-left: 20px;
}

/* line 306, app/assets/stylesheets/style.css.scss */
.personal p {
  max-width: 650px;
  margin: 25px auto;
  font-size: 14px;
  color: #666;
}

/* line 307, app/assets/stylesheets/style.css.scss */
.personal img {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  margin: 0 auto 25px;
}

/* line 308, app/assets/stylesheets/style.css.scss */
.personal .level {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  text-align: center;
}

/* line 309, app/assets/stylesheets/style.css.scss */
.personal .level span {
  display: inline-block;
  color: #666;
  padding: 0 25px;
}

/* line 310, app/assets/stylesheets/style.css.scss */
.personal .level span:first-child {
  border-right: 1px solid #999;
}

/* line 311, app/assets/stylesheets/style.css.scss */
.personal .level em {
  display: block;
  color: #333;
}

/* line 312, app/assets/stylesheets/style.css.scss */
.personal .btn {
  width: 116px;
  border: none;
  padding: 8px 12px;
  border-radius: 18px;
  margin-right: 10px;
}

/* line 313, app/assets/stylesheets/style.css.scss */
.personal .btn, .personal .btn:hover {
  color: #fff !important;
}

/* line 314, app/assets/stylesheets/style.css.scss */
.personal .btn-warning {
  margin-right: 12px;
  background-color: #666;
}

/* line 316, app/assets/stylesheets/style.css.scss */
.personal-list {
  padding-bottom: 100px;
  overflow: auto !important;
  position: relative;
  z-index: 9;
  background-color: #fff;
}

/* line 317, app/assets/stylesheets/style.css.scss */
.personal-list .topics {
  padding-left: 0;
}

/* line 318, app/assets/stylesheets/style.css.scss */
.personal-list .topics .media-body {
  display: block;
}

/* line 319, app/assets/stylesheets/style.css.scss */
.personal-nav {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 45px;
}

/* line 320, app/assets/stylesheets/style.css.scss */
.personal-nav .nav-tabs {
  margin-bottom: -1px;
  text-align: center;
}

/* line 321, app/assets/stylesheets/style.css.scss */
.personal-nav .nav-tabs em {
  display: block;
}

/* line 322, app/assets/stylesheets/style.css.scss */
.media-wrap {
  overflow: hidden;
  border-bottom: 1px solid #f3f3f3;
}

/* line 323, app/assets/stylesheets/style.css.scss */
.media-wrap .title {
  padding: 60px 0 20px;
  font-size: 18px;
  color: #999;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 2em;
}

/* line 324, app/assets/stylesheets/style.css.scss */
.media-wrap .title em {
  color: #2586fa;
}

/* line 325, app/assets/stylesheets/style.css.scss */
.medias .media-comment {
  margin-bottom: 0;
  padding-bottom: 30px;
}

/* line 326, app/assets/stylesheets/style.css.scss */
.medias .relate {
  padding: 40px 0;
}

/* line 327, app/assets/stylesheets/style.css.scss */
.medias .relate:before, .medias .relate:after {
  content: " ";
  display: table;
}

/* line 328, app/assets/stylesheets/style.css.scss */
.medias .relate:after {
  clear: both;
}

/* line 329, app/assets/stylesheets/style.css.scss */
.medias .relate span {
  float: left;
  font-size: 16px;
  color: #666;
  line-height: 2;
}

/* line 330, app/assets/stylesheets/style.css.scss */
.medias .relate em {
  color: #2586fa;
}

/* line 331, app/assets/stylesheets/style.css.scss */
.medias .relate .btn-primary, .medias .relate .btn-basic {
  float: right;
  width: 100px;
  border-radius: 20px;
}

/* line 332, app/assets/stylesheets/style.css.scss */
.medias .media {
  margin-bottom: 30px;
  display: table;
  width: 100%;
}

/* line 333, app/assets/stylesheets/style.css.scss */
.medias .media-left, .medias .media-right {
  width: 40px;
}

/* line 334, app/assets/stylesheets/style.css.scss */
.medias .media-left img, .medias .media-right img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

/* line 335, app/assets/stylesheets/style.css.scss */
.medias .media-heading {
  position: relative;
}

/* line 336, app/assets/stylesheets/style.css.scss */
.medias .media-heading h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin: 0;
}

/* line 337, app/assets/stylesheets/style.css.scss */
.media-users .media-heading h4 {
  margin: 0;
}

/* line 338, app/assets/stylesheets/style.css.scss */
.medias .media-heading h4 a:hover {
  text-decoration: underline;
}

/* line 339, app/assets/stylesheets/style.css.scss */
.medias .media-heading span {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #999;
}

/* line 340, app/assets/stylesheets/style.css.scss */
.medias .media-heading strong {
  color: #666;
}

/* line 341, app/assets/stylesheets/style.css.scss */
.medias .media-heading em {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  font-size: 12px;
}

/* line 342, app/assets/stylesheets/style.css.scss */
.medias .media-body p {
  color: #666;
  margin-bottom: 8px;
  line-height: 1.7;
  word-break: break-all;
}

/* line 343, app/assets/stylesheets/style.css.scss */
.medias .media-body .users {
  margin-top: 8px;
}

/* line 344, app/assets/stylesheets/style.css.scss */
.medias .media-body .users a, .medias .media-body .users img {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

/* line 345, app/assets/stylesheets/style.css.scss */
.medias .media-body .users .more {
  width: 24px;
  height: 24px;
  border: 1px solid #666;
  text-align: center;
}

/* line 346, app/assets/stylesheets/style.css.scss */
.medias .media-body .users .more .icon {
  margin-top: 3px;
}

/* line 347, app/assets/stylesheets/style.css.scss */
.medias .media-body .users .more:hover {
  border-color: #46b6e5;
}

/* line 348, app/assets/stylesheets/style.css.scss */
.medias .media-body .info span, .medias .media-body .info a {
  font-size: 12px;
  color: #999;
  padding-right: 20px;
}

/* line 349, app/assets/stylesheets/style.css.scss */
.medias .media-body .info a {
  padding-right: 10px;
}

/* line 350, app/assets/stylesheets/style.css.scss */
.media-activity .media {
  position: relative;
  padding: 20px 30px 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: none;
  overflow: hidden;
  background: #fff;
}

/* line 351, app/assets/stylesheets/style.css.scss */
.media-activity .media .tags {
  margin-bottom: 10px;
}

/* line 352, app/assets/stylesheets/style.css.scss */
.media-activity .media .label {
  display: inline-block;
  padding: 7px 15px;
  font-weight: normal;
  border: 1px solid #f7f7f7;
  border-radius: 15px;
  font-size: 14px;
  color: #999;
}

/* line 353, app/assets/stylesheets/style.css.scss */
.media-activity .media .label-default {
  background-color: #fff;
}

/* line 354, app/assets/stylesheets/style.css.scss */
.media-activity .media .tags .label-default a {
  background-color: #fff;
  color: #666;
}

/* line 355, app/assets/stylesheets/style.css.scss */
.media-activity .media .media-body .tags .label-default a:hover {
  background-color: #fff;
  color: #666 !important;
}

/* line 356, app/assets/stylesheets/style.css.scss */
.media-activity .media .label-primary {
  background-color: #2586fa;
  color: #fff;
}

/* line 357, app/assets/stylesheets/style.css.scss */
.media-activity .media .tags .label-primary a {
  background-color: #2586fa;
  color: #fff;
}

/* line 358, app/assets/stylesheets/style.css.scss */
.media-activity .media .tags .label-primary a:hover {
  background-color: #2586fa;
  color: #fff !important;
}

/* line 359, app/assets/stylesheets/style.css.scss */
.media-activity .media .time {
  display: block;
  padding-top: 10px;
  text-align: center;
  width: 70px;
  height: 70px;
  font-size: 16px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #46b6e5;
  color: #0096FF !important;
}

/* line 360, app/assets/stylesheets/style.css.scss */
.media-activity .media .time em {
  display: block;
}

/* line 361, app/assets/stylesheets/style.css.scss */
.media-activity .media-left {
  padding-right: 25px;
}

/* line 362, app/assets/stylesheets/style.css.scss */
.media-activity .media-heading h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

/* line 363, app/assets/stylesheets/style.css.scss */
.media-activity .media-body > .icon, .media-activity .media-body > a .icon {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 364, app/assets/stylesheets/style.css.scss */
.media-activity .media-body p {
  font-size: 16px;
}

/* line 365, app/assets/stylesheets/style.css.scss */
.media-activity .progress {
  background: #fff url(//static.shenzhenware.com/assets/bg-activity-progress-da54ece4b0d8b72eec70f604257aaf93be3c39f8b14b6254f91e7e829f20d40b.jpg) center right no-repeat;
}

/* line 366, app/assets/stylesheets/style.css.scss */
.media-activity .empty {
  background: #fff url(//static.shenzhenware.com/assets/bg-activity-empty-19ce4c70172ae66bfb59f0e05681e72c159dfe42427b8bb761b8c78d6567c6f5.jpg) center right no-repeat;
}

/* line 367, app/assets/stylesheets/style.css.scss */
.media-activity .end {
  position: relative;
  opacity: 0.5;
}

/* line 369, app/assets/stylesheets/style.css.scss */
.media-tag {
  padding-top: 35px;
}

/* line 370, app/assets/stylesheets/style.css.scss */
.media-tag .nav-pills a {
  margin-right: -15px;
}

/* line 371, app/assets/stylesheets/style.css.scss */
.media-tag ul li a em {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #46b6e5;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  top: 15px;
  right: 10px;
}

/* line 372, app/assets/stylesheets/style.css.scss */
.media-tag ul li a {
  padding: 15px 0;
}

/* line 373, app/assets/stylesheets/style.css.scss */
.media-list {
  position: relative;
  padding-right: 50px;
}

/* line 374, app/assets/stylesheets/style.css.scss */
.media-list .label-default {
  border-radius: 15px;
  background-color: #eee;
  padding: 7px 15px;
  color: #999;
  margin-right: 8px;
}

/* line 375, app/assets/stylesheets/style.css.scss */
.media-wrap .media-list .title .link {
  margin-right: 15px;
}

/* line 376, app/assets/stylesheets/style.css.scss */
.media-content {
  margin: 50px 0 30px;
  background-color: #fff;
  border-radius: 8px;
  padding: 35px 0;
}

/* line 377, app/assets/stylesheets/style.css.scss */
.media-content .media {
  border-bottom: 1px dashed #ebebeb;
  padding: 0 30px 25px 45px;
}

/* line 378, app/assets/stylesheets/style.css.scss */
.media-content .media img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
}

/* line 379, app/assets/stylesheets/style.css.scss */
.media-content .media span {
  padding-left: 24px;
  color: #999;
}

/* line 380, app/assets/stylesheets/style.css.scss */
.media-content .media-heading {
  margin-top: 20px;
  font-size: 24px;
  color: #666;
}

/* line 381, app/assets/stylesheets/style.css.scss */
.media-content .details {
  padding: 30px 45px;
  color: #666;
  font-size: 16px;
  line-height: 28px;
}

/* line 382, app/assets/stylesheets/style.css.scss */
.media-content .details p {
  word-wrap: break-word;
  margin-bottom: 10px;
}

/* line 383, app/assets/stylesheets/style.css.scss */
.media-content .details p img {
  max-width: 100%;
  height: auto !important;
}

/* line 384, app/assets/stylesheets/style.css.scss */
.media-content .details ul {
  margin: 10px 0;
  list-style-type: disc;
}

/* line 385, app/assets/stylesheets/style.css.scss */
.media-content .details ol {
  margin: 10px 0;
  list-style-type: decimal;
}

/* line 386, app/assets/stylesheets/style.css.scss */
.media-content .tags {
  padding-left: 45px;
}

/* line 387, app/assets/stylesheets/style.css.scss */
.media-content .tags .label-default {
  border-radius: 15px;
  background-color: #f9f9f9;
  padding: 7px 15px;
  color: #999;
}

/* line 388, app/assets/stylesheets/style.css.scss */
.media-comment {
  clear: both;
  background-color: #fff;
  border-radius: 8px;
  padding: 0 0 4em;
}

/* line 389, app/assets/stylesheets/style.css.scss */
.media-comment .head {
  padding: 15px 0;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
}

/* line 390, app/assets/stylesheets/style.css.scss */
.media-comment .head span {
  color: #2586fa;
}

/* line 391, app/assets/stylesheets/style.css.scss */
.media-comment .head:before, .media-comment .head:after {
  content: " ";
  display: table;
}

/* line 392, app/assets/stylesheets/style.css.scss */
.media-comment .head:after {
  clear: both;
}

/* line 393, app/assets/stylesheets/style.css.scss */
.media-comment .head .pull-left {
  line-height: 34px;
}

/* line 394, app/assets/stylesheets/style.css.scss */
.media-comment .head em {
  color: #46b6e5;
}

/* line 395, app/assets/stylesheets/style.css.scss */
.media-comment .head .btn-primary, .media-comment .head .btn-basic {
  width: 90px;
  border-radius: 20px;
}

/* line 396, app/assets/stylesheets/style.css.scss */
.media-comment .reply {
  font-size: 14px;
  color: #999;
  padding: 20px 0 0;
}

/* line 397, app/assets/stylesheets/style.css.scss */
.media-comment .reply em {
  color: #46b6e5;
}

/* line 398, app/assets/stylesheets/style.css.scss */
.media-comment .operate {
  text-align: right;
}

/* line 399, app/assets/stylesheets/style.css.scss */
.media-comment .operate .unlike {
  margin-left: 8px;
  color: #666 !important;
}

/* line 400, app/assets/stylesheets/style.css.scss */
.media-comment > .media .row {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 401, app/assets/stylesheets/style.css.scss */
.media-comment > .media {
  position: relative;
  margin-top: 25px;
  border-bottom: 1px solid #e6e6e6;
  display: table;
  width: 100%;
}

/* line 402, app/assets/stylesheets/style.css.scss */
.media-comment > .media .media-left img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

/* line 403, app/assets/stylesheets/style.css.scss */
.media-comment > .media .reply-btn {
  color: #2586fa;
  font-size: 14px;
  line-height: 35px;
}

/* line 404, app/assets/stylesheets/style.css.scss */
.media-comment > .media .icon {
  vertical-align: 0;
}

/* line 405, app/assets/stylesheets/style.css.scss */
.media-comment > .media a {
  font-size: 14px;
  color: #333;
}

/* line 406, app/assets/stylesheets/style.css.scss */
.media-comment > .media span {
  color: #bdbdbd;
  margin-top: 10px;
  display: block;
  font-size: 12px;
}

/* line 407, app/assets/stylesheets/style.css.scss */
.media-comment > .media p {
  margin-top: 20px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
}

/* line 408, app/assets/stylesheets/style.css.scss */
.media-comment > .media pre {
  border: none;
  background-color: transparent;
  margin: 20px 0 0;
  padding: 0;
  white-space: pre-wrap;
  margin-top: 20px;
  line-height: 28px;
  font-size: 16px;
  color: #666;
  word-break: break-all;
}

/* line 409, app/assets/stylesheets/style.css.scss */
.media-comment > .media p a {
  font-size: 16px;
  color: #0096FF;
}

/* line 410, app/assets/stylesheets/style.css.scss */
.media-comment > .media .row .pull-right {
  color: #bdbdbd;
  font-size: 12px;
}

/* line 411, app/assets/stylesheets/style.css.scss */
.media-comment .media-left {
  width: 56px;
  padding-right: 20px;
  float: left;
}

/* line 412, app/assets/stylesheets/style.css.scss */
.media-comment .info:before, .media-comment .info:after {
  content: " ";
  display: table;
}

/* line 413, app/assets/stylesheets/style.css.scss */
.media-comment .info:after {
  clear: both;
}

/* line 414, app/assets/stylesheets/style.css.scss */
.media-comment .container-fluid .pull-right {
  font-size: 12px;
  color: #999;
}

/* line 415, app/assets/stylesheets/style.css.scss */
.media-comment .pagination {
  padding-right: 30px;
}

/* line 416, app/assets/stylesheets/style.css.scss */
.media-comment .media-body {
  padding-bottom: 25px;
}

/* line 417, app/assets/stylesheets/style.css.scss */
.media-share {
  margin: 0 0 15px 0;
  line-height: 2em;
  position: relative;
}

/* line 418, app/assets/stylesheets/style.css.scss */
.media-share > a {
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 8px;
  margin-right: 25px;
  position: relative;
}

/* line 419, app/assets/stylesheets/style.css.scss */
.media-share > a > span {
  margin: 0 10px;
}

/* line 419, app/assets/stylesheets/style.css.scss */
.media-share > a > span:hover {
  color: #eb397c;
}

/* line 420, app/assets/stylesheets/style.css.scss */
.media-share > a:hover, .media-share > a.active {
  color: #eb397c !important;
}

/* line 421, app/assets/stylesheets/style.css.scss */
.media-share .share-box {
  top: 35px;
  left: 25px;
  position: absolute;
}

/* line 422, app/assets/stylesheets/style.css.scss */
.media-users {
  background-color: #f7f7f7;
}

/* line 423, app/assets/stylesheets/style.css.scss */
.media-users dl {
  padding: 60px 0 0 15px;
}

/* line 424, app/assets/stylesheets/style.css.scss */
.media-users dt {
  color: #666;
  font-size: 16px;
}

/* line 425, app/assets/stylesheets/style.css.scss */
.media-users dd img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* line 426, app/assets/stylesheets/style.css.scss */
.media-users dd h4 a {
  color: #999;
  font-size: 16px;
}

/* line 427, app/assets/stylesheets/style.css.scss */
.media-users dd p {
  font-size: 12px;
  color: #999;
}

/* line 428, app/assets/stylesheets/style.css.scss */
.media-users .media {
  margin-top: 24px;
  display: table;
}

/* line 429, app/assets/stylesheets/style.css.scss */
.media-users .more {
  float: right;
}

/* line 430, app/assets/stylesheets/style.css.scss */
.media-users .more a {
  text-align: center;
  display: inline-block;
  width: 24px;
  height: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #adadad;
  text-decoration: none;
  color: #999 !important;
}

/* line 431, app/assets/stylesheets/style.css.scss */
.media-users .more a:hover {
  border-color: #46b6e5;
  color: #46b6e5 !important;
}

/* line 432, app/assets/stylesheets/style.css.scss */
.media-tag .nav-stacked .notifications {
  display: none;
}

/* line 434, app/assets/stylesheets/style.css.scss */
.activity-details h2 {
  color: #666;
  font-size: 24px;
  margin-bottom: 20px;
  padding-right: 20px;
}

/* line 435, app/assets/stylesheets/style.css.scss */
.activity-details .tags {
  margin-bottom: 25px;
  line-height: 3em;
}

/* line 436, app/assets/stylesheets/style.css.scss */
.activity-details .label-primary {
  padding: 7px 15px;
  border-radius: 15px;
}

/* line 437, app/assets/stylesheets/style.css.scss */
.activity-details .tags .label-primary a {
  color: #fff;
}

/* line 438, app/assets/stylesheets/style.css.scss */
.activity-details .tags .label-primary a:hover {
  color: #fff !important;
}

/* line 439, app/assets/stylesheets/style.css.scss */
.activity-details .tags .label-default a {
  color: #666;
}

/* line 440, app/assets/stylesheets/style.css.scss */
.activity-details .tags .label-default a:hover {
  color: #666 !important;
}

/* line 441, app/assets/stylesheets/style.css.scss */
.activity-details .share {
  position: absolute;
  top: 48px;
  right: 15px;
  font-size: 12px;
  color: #999 !important;
}

/* line 442, app/assets/stylesheets/style.css.scss */
.activity-details .share:hover {
  color: #46b6e5 !important;
}

/* line 443, app/assets/stylesheets/style.css.scss */
.activity-details .share .icon {
  vertical-align: text-bottom;
}

/* line 444, app/assets/stylesheets/style.css.scss */
.activity-details .share-box {
  top: 68px;
  right: -20px;
}

/* line 445, app/assets/stylesheets/style.css.scss */
.activity-details .info {
  font-size: 14px;
  color: #999;
  padding: 20px 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 30px;
}

/* line 446, app/assets/stylesheets/style.css.scss */
.activity-details .info em {
  color: #999;
}

/* line 447, app/assets/stylesheets/style.css.scss */
.activity-details .info span:first-child {
  padding-right: 30px;
}

/* line 448, app/assets/stylesheets/style.css.scss */
.activity-details .details {
  color: #666;
  font-size: 16px;
  line-height: 28px;
}

/* line 449, app/assets/stylesheets/style.css.scss */
.activity-details .details p {
  display: block;
}

/* line 450, app/assets/stylesheets/style.css.scss */
.activity-details .details p img {
  max-width: 100%;
  height: auto !important;
}

/* line 451, app/assets/stylesheets/style.css.scss */
.activity-details dl {
  margin-bottom: 30px;
}

/* line 452, app/assets/stylesheets/style.css.scss */
.activity-details dt {
  color: #999;
  margin-bottom: 35px;
}

/* line 453, app/assets/stylesheets/style.css.scss */
.activity-details .media-left {
  padding-top: 25px;
  padding-right: 0px;
  display: block;
}

/* line 454, app/assets/stylesheets/style.css.scss */
.activity-details a {
  font-size: 16px;
}

/* line 455, app/assets/stylesheets/style.css.scss */
.activity-details .media-heading {
  margin-bottom: 15px;
}

/* line 458, app/assets/stylesheets/style.css.scss */
.activity-details .media-heading h4 {
  margin: 1em 0;
}

/* line 460, app/assets/stylesheets/style.css.scss */
.activity-details .media-heading h4 a {
  font-size: 18px;
  color: #333;
}

/* line 466, app/assets/stylesheets/style.css.scss */
.activity-details .media {
  margin: 7.5px 0px;
  background-color: #fff;
  min-height: 319px;
  min-width: 360px;
  line-height: 1.5em;
}

/* line 467, app/assets/stylesheets/style.css.scss */
.activity-details .media-left img {
  display: block;
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

/* line 468, app/assets/stylesheets/style.css.scss */
.activity-details .media .media-body {
  text-align: center;
  display: block;
  padding: 0 1em;
}

/* line 472, app/assets/stylesheets/style.css.scss */
.activity-details .media .media-body p {
  margin-bottom: 1em;
  min-height: 60px;
  font-size: 16px;
  line-height: 1.4em;
  color: #8b8b8b;
}

/* line 480, app/assets/stylesheets/style.css.scss */
.activity-details .media-body .link-btn {
  margin: 0px calc(100% / 2 - 27.5px);
  font-size: 14px !important;
}

/* line 481, app/assets/stylesheets/style.css.scss */
.quantity-operate .num {
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background-color: #fff;
}

/* line 482, app/assets/stylesheets/style.css.scss */
.quantity-operate .num input {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 30px;
  padding: 4px 6px;
  border: 0 none;
  border-right: 1px solid #ebebeb;
  text-align: center;
  font-size: 16px;
  color: #666;
}

/* line 483, app/assets/stylesheets/style.css.scss */
.quantity-operate .num .operate {
  margin-left: -4px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f9f9f9;
}

/* line 484, app/assets/stylesheets/style.css.scss */
.quantity-operate .num .operate a {
  width: 30px;
  height: 15px;
  line-height: 15px;
  display: block;
  text-align: center;
}

/* line 485, app/assets/stylesheets/style.css.scss */
.quantity-operate .num .operate a:hover {
  background-color: #f6f6f6;
}

/* line 486, app/assets/stylesheets/style.css.scss */
.quantity-operate .num .operate a:first-child {
  border-bottom: 1px solid #ebebeb;
}

/* line 487, app/assets/stylesheets/style.css.scss */
.activity-info > ul {
  padding: 35px 35px 30px;
}

/* line 488, app/assets/stylesheets/style.css.scss */
.activity-info > ul > li {
  margin-bottom: 20px;
}

/* line 489, app/assets/stylesheets/style.css.scss */
.activity-info > ul > li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #999;
  margin-right: 10px;
}

/* line 490, app/assets/stylesheets/style.css.scss */
.activity-info > ul > li .dropdown {
  display: inline-block;
}

/* line 491, app/assets/stylesheets/style.css.scss */
.activity-info > ul > li .dropdown-toggle {
  display: inline-block;
  max-width: 100px;
  background-color: #fff;
  font-size: 14px;
  color: #999;
  padding: 7px 10px 7px 15px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
}

/* line 492, app/assets/stylesheets/style.css.scss */
.activity-info > ul > li em {
  font-size: 26px;
  color: #46b6e5;
}

/* line 493, app/assets/stylesheets/style.css.scss */
.ticket .btn-rounded, .product-item .btn-rounded {
  width: 80% !important;
  border-radius: 20px;
  margin: 20px 20px 0 20px;
}

/* line 494, app/assets/stylesheets/style.css.scss */
.activity-info h5 {
  margin-top: 30px !important;
}

/* line 495, app/assets/stylesheets/style.css.scss */
.activity-info dt {
  text-align: center;
  font-size: 12px;
  margin-bottom: 24px;
  color: #999;
}

/* line 496, app/assets/stylesheets/style.css.scss */
.activity-info .publish {
  margin-top: 0;
  padding: 30px 0 40px;
  border-top: 1px dashed #ebebeb;
  border-bottom: 1px dashed #ebebeb;
  text-align: center;
}

/* line 497, app/assets/stylesheets/style.css.scss */
.activity-info .publish a, .activity-info .publish span, .activity-info .publish img {
  display: block;
  margin-bottom: 15px;
}

/* line 498, app/assets/stylesheets/style.css.scss */
.activity-info .publish span {
  color: #999;
}

/* line 499, app/assets/stylesheets/style.css.scss */
.activity-info .publish dd > img {
  margin: 0 auto 15px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

/* line 500, app/assets/stylesheets/style.css.scss */
.activity-info .publish .qrcode img {
  margin: 0 auto 15px;
}

/* line 501, app/assets/stylesheets/style.css.scss */
.activity-info .join {
  padding: 20px 30px;
}

/* line 502, app/assets/stylesheets/style.css.scss */
.activity-info .join em {
  color: #46b6e5;
}

/* line 503, app/assets/stylesheets/style.css.scss */
.activity-info .users a {
  margin-bottom: 10px;
}

/* line 504, app/assets/stylesheets/style.css.scss */
.activity-info .users a, .activity-info .users img {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

/* line 505, app/assets/stylesheets/style.css.scss */
.activity-info .users .more {
  width: 24px;
  height: 24px;
  border: 1px solid #666;
  text-align: center;
}

/* line 506, app/assets/stylesheets/style.css.scss */
.activity-info .users .more .icon {
  margin-top: 3px;
}

/* line 507, app/assets/stylesheets/style.css.scss */
.activity-info .users .more:hover {
  border-color: #46b6e5;
}

/* line 509, app/assets/stylesheets/style.css.scss */
.product-item .product-item-footer .comments {
  display: inline;
}

/* line 513, app/assets/stylesheets/style.css.scss */
.share-weixin {
  text-align: center;
  font-size: 16px;
  color: #999;
  padding: 50px 0;
}

/* line 514, app/assets/stylesheets/style.css.scss */
.share-weixin p {
  margin-bottom: 20px;
}

/* line 515, app/assets/stylesheets/style.css.scss */
.share-weixin img {
  display: block;
  margin: 0 auto;
}

/* line 516, app/assets/stylesheets/style.css.scss */
.filter .btn-default {
  margin-left: 8px;
  font-size: 14px;
  color: #666;
  background-color: #f7f7f7;
  border: none;
  padding-left: 16px;
  padding-right: 16px;
}

/* line 517, app/assets/stylesheets/style.css.scss */
.filter .btn-primary, .filter .btn-basic {
  color: #fff;
  background-color: #46b6e5;
}

/* line 518, app/assets/stylesheets/style.css.scss */
.filter .btn-primary:hover, .filter .btn-basic:hover {
  color: #fff !important;
}

/* line 519, app/assets/stylesheets/style.css.scss */
.mine-order {
  padding-left: 40px;
}

/* line 520, app/assets/stylesheets/style.css.scss */
.media-mine .filter {
  float: right;
  margin-bottom: 30px;
}

/* line 521, app/assets/stylesheets/style.css.scss */
.mine-order .thanks {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
}

/* line 522, app/assets/stylesheets/style.css.scss */
.mine-order .order-details {
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #f7f7f7;
}

/* line 523, app/assets/stylesheets/style.css.scss */
.mine-order .order-details .table tr th {
  color: #999;
  font-weight: normal;
  border: 0 none;
  background-color: #f7f7f7;
}

/* line 524, app/assets/stylesheets/style.css.scss */
.mine-order .order-details .table td {
  border: 0 none;
  padding: 30px 40px 20px;
  color: #666;
}

/* line 525, app/assets/stylesheets/style.css.scss */
.mine-order .order-details .table strong {
  display: block;
  font-weight: normal;
}

/* line 526, app/assets/stylesheets/style.css.scss */
.mine-order .order-details .table span {
  color: #999;
}

/* line 527, app/assets/stylesheets/style.css.scss */
.mine-order .order-details .table .price {
  color: #46b6e5;
}

/* line 528, app/assets/stylesheets/style.css.scss */
.mine-order .order-info:before, .mine-order .order-info:after {
  content: " ";
  display: table;
}

/* line 529, app/assets/stylesheets/style.css.scss */
.mine-order .order-info:after {
  clear: both;
}

/* line 530, app/assets/stylesheets/style.css.scss */
.mine-order .order-info p {
  line-height: 30px;
  color: #666;
}

/* line 531, app/assets/stylesheets/style.css.scss */
.mine-order .order-info span {
  color: #999;
  display: inline-block;
  width: 70px;
  margin-right: 10px;
  text-align: right;
}

/* line 532, app/assets/stylesheets/style.css.scss */
.mine-order .order-info em {
  color: #46b6e5;
}

/* line 533, app/assets/stylesheets/style.css.scss */
.mine-order .table-bordered {
  border-color: #f0f0f0;
}

/* line 534, app/assets/stylesheets/style.css.scss */
.mine-order .table-bordered td {
  text-align: center;
  color: #999;
  font-size: 12px;
}

/* line 535, app/assets/stylesheets/style.css.scss */
.mine-order .panel {
  border-radius: 8px;
  border: 1px solid #f7f7f7;
}

/* line 536, app/assets/stylesheets/style.css.scss */
.mine-order .panel .table {
  margin-bottom: 0;
}

/* line 537, app/assets/stylesheets/style.css.scss */
.mine-order .panel .table td {
  vertical-align: middle;
  text-align: center;
  border: none;
  color: #666;
}

/* line 538, app/assets/stylesheets/style.css.scss */
.mine-order .panel .table td:first-child {
  text-align: left;
}

/* line 539, app/assets/stylesheets/style.css.scss */
.mine-order .panel .pay {
  color: #46b6e5;
  font-size: 12px;
}

/* line 540, app/assets/stylesheets/style.css.scss */
.mine-order .panel .pay span {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

/* line 541, app/assets/stylesheets/style.css.scss */
.mine-order .panel-heading {
  background-color: #f7f7f7;
}

/* line 542, app/assets/stylesheets/style.css.scss */
.mine-order .panel-heading span {
  font-size: 12px;
  color: #999;
  padding-right: 30px;
}

/* line 543, app/assets/stylesheets/style.css.scss */
.mine-order .panel-heading span a {
  color: #999;
}

/* line 544, app/assets/stylesheets/style.css.scss */
.mine-order .panel-heading span a:hover {
  text-decoration: underline;
}

/* line 545, app/assets/stylesheets/style.css.scss */
.order-ensure h3 {
  text-align: center;
  padding: 65px 0 35px;
  font-size: 24px;
  color: #666;
}

/* line 546, app/assets/stylesheets/style.css.scss */
.order-ensure .mine-order {
  background-color: #fff;
  padding: 0 0 145px;
  margin-bottom: 135px;
  border-radius: 5px;
}

/* line 547, app/assets/stylesheets/style.css.scss */
.order-ensure .order-details {
  border: none;
  border-bottom: 1px solid #f7f7f7;
  border-radius: 0;
}

/* line 548, app/assets/stylesheets/style.css.scss */
.order-ensure .order-details .table tr th {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #f7f7f7;
  background-color: #fff;
}

/* line 549, app/assets/stylesheets/style.css.scss */
.order-ensure .order-details .table tr th:first-child {
  text-align: left;
  padding-left: 70px;
}

/* line 550, app/assets/stylesheets/style.css.scss */
.order-ensure .order-details .table td {
  text-align: center;
}

/* line 551, app/assets/stylesheets/style.css.scss */
.order-ensure .order-details .table td:first-child {
  text-align: left;
}

/* line 552, app/assets/stylesheets/style.css.scss */
.order-ensure .order-details .table strong {
  font-size: 18px;
}

/* line 553, app/assets/stylesheets/style.css.scss */
.order-ensure .order-info {
  padding-right: 30px;
}

/* line 554, app/assets/stylesheets/style.css.scss */
.order-ensure .pay-btn {
  margin-top: -60px;
  margin-right: 40px;
}

/* line 555, app/assets/stylesheets/style.css.scss */
.order-ensure .pay-btn .btn {
  padding: 12px 35px;
  margin-left: 10px;
}

/* line 556, app/assets/stylesheets/style.css.scss */
.order-ensure .pay-btn .btn:hover {
  color: #fff !important;
}

/* line 558, app/assets/stylesheets/style.css.scss */
.order-ensure .order-info {
  padding-right: 30px;
}

/* line 559, app/assets/stylesheets/style.css.scss */
.media-mine {
  position: relative;
  background-color: #fff;
  padding-bottom: 100px;
  min-height: 500px;
}

/* line 560, app/assets/stylesheets/style.css.scss */
.media-mine::after {
  content: '';
  width: 100%;
  background-color: #fff;
  position: absolute;
  right: -50%;
  top: 0;
  height: 100%;
  z-index: -1;
}

/* line 561, app/assets/stylesheets/style.css.scss */
.media-mine .title {
  padding-left: 40px;
  font-size: 18px;
  color: #999;
}

/* line 562, app/assets/stylesheets/style.css.scss */
.media-mine .title em {
  font-size: 18px;
  color: #46b6e5;
  padding-left: 3px;
}

/* line 563, app/assets/stylesheets/style.css.scss */
.media-mine .medias {
  padding-left: 40px;
}

/* line 564, app/assets/stylesheets/style.css.scss */
.mine-info {
  padding: 45px 0 40px 45px;
  border-bottom: 1px solid #ebebeb;
}

/* line 565, app/assets/stylesheets/style.css.scss */
.mine-info:before, .mine-info:after {
  content: " ";
  display: table;
}

/* line 566, app/assets/stylesheets/style.css.scss */
.mine-info:after {
  clear: both;
}

/* line 567, app/assets/stylesheets/style.css.scss */
.mine-info .media {
  float: left;
}

/* line 568, app/assets/stylesheets/style.css.scss */
.mine-info .media img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

/* line 569, app/assets/stylesheets/style.css.scss */
.mine-info .media h4 {
  color: #666;
  font-size: 18px;
  margin: 15px 0;
}

/* line 570, app/assets/stylesheets/style.css.scss */
.mine-info .media p {
  color: #999;
}

/* line 571, app/assets/stylesheets/style.css.scss */
.mine-info .info {
  float: right;
  margin-top: 15px;
}

/* line 572, app/assets/stylesheets/style.css.scss */
.mine-info .info span {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #999;
  padding-left: 45px;
}

/* line 573, app/assets/stylesheets/style.css.scss */
.mine-info .info em {
  display: block;
  font-size: 18px;
  color: #666;
}

/* line 574, app/assets/stylesheets/style.css.scss */
.mine-news {
  padding: 30px 0 0 35px;
}

/* line 575, app/assets/stylesheets/style.css.scss */
.mine-news h4 {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  margin-bottom: 30px;
}

/* line 576, app/assets/stylesheets/style.css.scss */
.mine-news li {
  margin-bottom: 28px;
  font-size: 14px;
}

/* line 577, app/assets/stylesheets/style.css.scss */
.mine-news li:before, .mine-news li:after {
  content: " ";
  display: table;
}

/* line 578, app/assets/stylesheets/style.css.scss */
.mine-news li:after {
  clear: both;
}

/* line 579, app/assets/stylesheets/style.css.scss */
.mine-news li .text {
  float: left;
  color: #999;
  margin-right: 10px;
}

/* line 580, app/assets/stylesheets/style.css.scss */
.mine-news li img {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}

/* line 581, app/assets/stylesheets/style.css.scss */
.mine-news li em {
  float: left;
  color: #666;
  margin-right: 10px;
}

/* line 582, app/assets/stylesheets/style.css.scss */
.mine-news li a {
  float: left;
  margin-right: 10px;
}

/* line 583, app/assets/stylesheets/style.css.scss */
.mine-news li a:hover {
  text-decoration: underline;
}

/* line 584, app/assets/stylesheets/style.css.scss */
.mine-news li .time {
  float: right;
  color: #999;
  font-size: 12px;
}

/* line 585, app/assets/stylesheets/style.css.scss */
.mine-comments .media-heading {
  font-size: 16px;
  line-height: 1.5;
}

/* line 586, app/assets/stylesheets/style.css.scss */
.mine-comments span {
  font-size: 12px;
  color: #999;
  padding-right: 15px;
}

/* line 587, app/assets/stylesheets/style.css.scss */
.mine-comments a {
  color: #999;
  font-size: 12px;
}

/* line 588, app/assets/stylesheets/style.css.scss */
.mine-comments a:hover {
  text-decoration: underline;
}

/* line 589, app/assets/stylesheets/style.css.scss */
.mine-order .tit {
  display: none;
}

/* line 590, app/assets/stylesheets/style.css.scss */
.mine-order td i {
  display: none;
}

/* line 591, app/assets/stylesheets/style.css.scss */
.publish {
  margin: 65px 0 90px;
  padding: 50px;
  background-color: #fff;
  border-radius: 5px;
}

/* line 592, app/assets/stylesheets/style.css.scss */
.publish .head {
  text-align: center;
  margin-bottom: 35px;
}

/* line 593, app/assets/stylesheets/style.css.scss */
.publish .head h3 {
  color: #666;
  font-size: 24px;
  margin-bottom: 15px;
}

/* line 594, app/assets/stylesheets/style.css.scss */
.publish .head p {
  color: #999;
}

/* line 595, app/assets/stylesheets/style.css.scss */
.publish .cont .form-control, .publish .cont body.pages.index .form-control, body.pages.index .publish .cont .form-control,
.publish .cont body.hashtags .form-control,
body.hashtags .publish .cont .form-control {
  border-color: #e6e6e6;
}

/* line 596, app/assets/stylesheets/style.css.scss */
.publish .cont .form-control:focus {
  outline: none;
  box-shadow: none;
}

/* line 597, app/assets/stylesheets/style.css.scss */
.publish .cont input {
  margin-bottom: 25px;
  background-color: #f9f9f9;
  border-radius: 4px;
}

/* line 598, app/assets/stylesheets/style.css.scss */
.events.publish .cont input {
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border-radius: 4px;
}

/* line 599, app/assets/stylesheets/style.css.scss */
.publish .cont textarea {
  border-radius: 4px 4px 0 0;
  resize: vertical;
}

/* line 600, app/assets/stylesheets/style.css.scss */
.publish .foot {
  border: 1px solid #e6e6e6;
  margin-bottom: 35px;
  margin-top: -1px;
  padding: 10px 15px 10px 20px;
  border-radius: 0 0 5px 5px;
}

/* line 601, app/assets/stylesheets/style.css.scss */
.publish .foot:before, .publish .foot:after {
  content: " ";
  display: table;
}

/* line 602, app/assets/stylesheets/style.css.scss */
.publish .foot:after {
  clear: both;
}

/* line 603, app/assets/stylesheets/style.css.scss */
.publish .foot .insert {
  float: left;
  color: #999;
  padding: 6px 0;
}

/* line 604, app/assets/stylesheets/style.css.scss */
.publish .foot .insert .icon {
  vertical-align: -3px;
}

/* line 605, app/assets/stylesheets/style.css.scss */
.publish .foot .operate {
  float: right;
}

/* line 606, app/assets/stylesheets/style.css.scss */
.publish .foot .operate .btn {
  width: 90px;
  border-radius: 20px;
  margin-left: 10px;
}

/* line 607, app/assets/stylesheets/style.css.scss */
.publish .foot .operate .btn:hover {
  color: #fff !important;
}

/* line 608, app/assets/stylesheets/style.css.scss */
.publish .foot .operate .btn-default {
  color: #fff;
  background-color: #999;
}

/* line 609, app/assets/stylesheets/style.css.scss */
.publish .share {
  color: #999;
  text-align: right;
}

/* line 610, app/assets/stylesheets/style.css.scss */
.publish .share:before, .publish .share:after {
  content: " ";
  display: table;
}

/* line 611, app/assets/stylesheets/style.css.scss */
.publish .share:after {
  clear: both;
}

/* line 612, app/assets/stylesheets/style.css.scss */
.publish .share .icon {
  margin-left: 10px;
}

/* line 614, app/assets/stylesheets/style.css.scss */
.publish .form-group .form-control, .publish .form-group body.pages.index .form-control, body.pages.index .publish .form-group .form-control,
.publish .form-group body.hashtags .form-control,
body.hashtags .publish .form-group .form-control {
  height: auto;
  border-color: #e6e6e6;
  font-size: 16px;
  padding: 10px 12px;
}

/* line 615, app/assets/stylesheets/style.css.scss */
.publish .btn-group .btn-default {
  color: #999;
  border-color: #e6e6e6;
  padding: 10px 12px;
}

/* line 616, app/assets/stylesheets/style.css.scss */
.publish .btn-group .btn-default.active {
  position: relative;
  box-shadow: none;
  background-color: #fff;
  border-color: #46b6e5;
}

/* line 617, app/assets/stylesheets/style.css.scss */
.publish .btn-group .btn-default.active:hover {
  background-color: #fff;
  box-shadow: none;
  outline: none;
}

/* line 618, app/assets/stylesheets/style.css.scss */
.publish .btn-group .btn-default.active:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 619, app/assets/stylesheets/style.css.scss */
.publish .btn-group .btn-default:hover {
  box-shadow: none;
  outline: none;
  background-color: #f9f9f9;
}

/* line 620, app/assets/stylesheets/style.css.scss */
.publish .form-foot:before, .publish .form-foot:after {
  content: " ";
  display: table;
}

/* line 621, app/assets/stylesheets/style.css.scss */
.publish .form-foot:after {
  clear: both;
}

/* line 622, app/assets/stylesheets/style.css.scss */
.publish .form-foot label {
  float: left;
  font-weight: normal;
  color: #999;
}

/* line 623, app/assets/stylesheets/style.css.scss */
.publish .form-foot .operate {
  float: right;
}

/* line 624, app/assets/stylesheets/style.css.scss */
.publish .form-foot .operate .btn {
  width: 110px;
  border-radius: 20px;
}

/* line 626, app/assets/stylesheets/style.css.scss */
.product-details-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 627, app/assets/stylesheets/style.css.scss */
.product-details {
  display: none;
  -webkit-animation: 0.7s fadeInRight both;
  animation: 0.7s fadeInRight both;
  position: absolute;
  top: 0;
  right: 0;
  width: 768px;
  z-index: 10000;
  background-color: #f6f6f6;
}

/* line 628, app/assets/stylesheets/style.css.scss */
.product-details .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #ccc;
}

/* line 629, app/assets/stylesheets/style.css.scss */
.product-details .close:hover {
  background-color: #46b6e5;
  opacity: 1;
}

/* line 630, app/assets/stylesheets/style.css.scss */
.product-details .relate {
  padding: 35px 45px;
  background: #fff;
}

/* line 631, app/assets/stylesheets/style.css.scss */
.product-details .title {
  margin-bottom: 20px;
}

/* line 632, app/assets/stylesheets/style.css.scss */
.product-details .title:before, .product-details .title:after {
  content: " ";
  display: table;
}

/* line 633, app/assets/stylesheets/style.css.scss */
.product-details .title:after {
  clear: both;
}

/* line 634, app/assets/stylesheets/style.css.scss */
.product-details .title h3 {
  color: #666;
  font-size: 36px;
  float: left;
}

/* line 635, app/assets/stylesheets/style.css.scss */
.product-details .title span {
  float: right;
  color: #999;
}

/* line 636, app/assets/stylesheets/style.css.scss */
.product-details .title span img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

/* line 637, app/assets/stylesheets/style.css.scss */
.product-details .tags {
  margin-bottom: 25px;
}

/* line 638, app/assets/stylesheets/style.css.scss */
.product-details .tags .label {
  padding: 6px 10px;
  border-radius: 15px;
}

/* line 639, app/assets/stylesheets/style.css.scss */
.product-details .tags .label-default {
  background-color: #fff;
  color: #999;
  border: 1px solid #e9e9e9;
}

/* line 640, app/assets/stylesheets/style.css.scss */
.product-details .tags .label-default:hover {
  background-color: #46b6e5;
  color: #fff !important;
  border-color: #46b6e5;
}

/* line 641, app/assets/stylesheets/style.css.scss */
.product-details .intro {
  margin-bottom: 25px;
  font-size: 18px;
  color: #999;
}

/* line 642, app/assets/stylesheets/style.css.scss */
.product-details .info {
  margin-bottom: 5px;
}

/* line 643, app/assets/stylesheets/style.css.scss */
.product-details .info:before, .product-details .info:after {
  content: " ";
  display: table;
}

/* line 644, app/assets/stylesheets/style.css.scss */
.product-details .info:after {
  clear: both;
}

/* line 645, app/assets/stylesheets/style.css.scss */
.product-details .info .up, .product-details .info .link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  border: 2px solid #999;
  color: #999;
  font-size: 16px;
  text-align: center;
}

/* line 646, app/assets/stylesheets/style.css.scss */
.product-details .info .up:hover, .product-details .info .link:hover {
  background-color: #46b6e5;
  border-color: #46b6e5;
  color: #fff !important;
}

/* line 647, app/assets/stylesheets/style.css.scss */
.product-details .info .up .icon, .product-details .info .link .icon {
  display: block;
  margin: 12px auto 2px;
}

/* line 648, app/assets/stylesheets/style.css.scss */
.product-details .info .link .icon-link {
  margin-top: 22px;
}

/* line 649, app/assets/stylesheets/style.css.scss */
.product-details .info .share {
  color: #999;
}

/* line 650, app/assets/stylesheets/style.css.scss */
.product-details .info .share-box {
  left: 185px;
  margin-top: -20px;
}

/* line 651, app/assets/stylesheets/style.css.scss */
.product-details .info .chuang {
  position: relative;
  padding-right: 33px;
}

/* line 652, app/assets/stylesheets/style.css.scss */
.product-details .info .chuang .icon {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 9;
}

/* line 653, app/assets/stylesheets/style.css.scss */
.product-details .info .chuang img {
  margin-right: -33px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 6px solid #fff;
}

/* line 654, app/assets/stylesheets/style.css.scss */
.product-details .details {
  padding: 50px 45px 0;
  background-color: #f6f6f6;
}

/* line 655, app/assets/stylesheets/style.css.scss */
.product-details .details .media {
  display: table;
  width: 100%;
}

/* line 656, app/assets/stylesheets/style.css.scss */
.product-details .details .media-left {
  width: 60px;
  text-align: left;
  padding-right: 0;
}

/* line 657, app/assets/stylesheets/style.css.scss */
.product-details .details .media-left span {
  display: block;
  color: #999;
  margin-bottom: 50px;
}

/* line 658, app/assets/stylesheets/style.css.scss */
.product-details .details .media-left em {
  display: block;
  color: #666;
  margin-bottom: 3px;
}

/* line 659, app/assets/stylesheets/style.css.scss */
.product-details .details .avatars {
  margin-bottom: 30px;
}

/* line 660, app/assets/stylesheets/style.css.scss */
.product-details .details .avatars a {
  display: inline-block;
  margin: 0 5px 10px 0;
}

/* line 661, app/assets/stylesheets/style.css.scss */
.product-details .details .avatars img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

/* line 662, app/assets/stylesheets/style.css.scss */
.product-details .details .media-comment {
  margin-bottom: 28px;
  background-color: #f6f6f6;
}

/* line 663, app/assets/stylesheets/style.css.scss */
.product-details .details .media-comment .media {
  padding: 0;
}

/* line 664, app/assets/stylesheets/style.css.scss */
.product-details .details .media-comment .form-horizontal {
  padding-top: 0px;
}

/* line 665, app/assets/stylesheets/style.css.scss */
.product-relate > div:last-child {
  margin-bottom: 15px;
}

/* line 666, app/assets/stylesheets/style.css.scss */
.product-relate .row > div:nth-child(2n) .media {
  margin-right: 14px;
}

/* line 667, app/assets/stylesheets/style.css.scss */
.product-relate .row > div:nth-child(2n+1) .media {
  margin-left: 14px;
}

/* line 668, app/assets/stylesheets/style.css.scss */
.product-relate .col-md-6 {
  max-height: 319px;
  margin: 7.5px 0;
}

/* line 669, app/assets/stylesheets/style.css.scss */
.product-relate .media {
  min-height: 319px;
  background-color: #fff;
}

/* line 670, app/assets/stylesheets/style.css.scss */
.product-relate .media-left {
  padding: 0px 0px 15px 0px;
  display: block;
}

/* line 671, app/assets/stylesheets/style.css.scss */
.product-relate .media-body {
  display: block;
  text-align: center;
}

/* line 672, app/assets/stylesheets/style.css.scss */
.product-relate .media-left img {
  width: 100%;
  height: 231px;
  display: block;
  margin: auto;
  object-fit: cover;
  object-position: 0 80%;
}

/* line 673, app/assets/stylesheets/style.css.scss */
.product-relate .media-heading {
  font-size: 16px;
  margin: calc(14% / 2) 0;
}

/* line 674, app/assets/stylesheets/style.css.scss */
.product-relate .media-heading a {
  font-size: 18px;
  color: #333;
}

/* line 675, app/assets/stylesheets/style.css.scss */
.product-relate p {
  color: #666;
  margin-bottom: 12px;
}

/* line 676, app/assets/stylesheets/style.css.scss */
.product-relate span {
  color: #999;
  padding-right: 20px;
  font-size: 12px;
}

/* line 677, app/assets/stylesheets/style.css.scss */
.product-wrap {
  background-color: #fff;
  padding: 45px 0 150px;
}

/* line 678, app/assets/stylesheets/style.css.scss */
.product-wrap .filter {
  float: right;
  margin-bottom: 30px;
}

/* line 679, app/assets/stylesheets/style.css.scss */
.product-wrap .media {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}

/* line 680, app/assets/stylesheets/style.css.scss */
.product-wrap .media-left {
  width: 66px;
  padding-right: 30px;
}

/* line 681, app/assets/stylesheets/style.css.scss */
.product-wrap .media-left a {
  display: block;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  border: 2px solid #999;
  color: #999;
  font-size: 16px;
  text-align: center;
}

/* line 682, app/assets/stylesheets/style.css.scss */
.product-wrap .media-left a:hover {
  background-color: #46b6e5;
  border-color: #46b6e5;
  color: #fff !important;
}

/* line 683, app/assets/stylesheets/style.css.scss */
.product-wrap .media-left a.like, .product-details .info .like {
  background-color: #46b6e5;
  border-color: #46b6e5;
  color: #fff !important;
}

/* line 684, app/assets/stylesheets/style.css.scss */
.product-wrap .media-left .icon {
  margin: 12px 0 2px;
}

/* line 685, app/assets/stylesheets/style.css.scss */
.product-wrap .media-left em {
  display: block;
}

/* line 686, app/assets/stylesheets/style.css.scss */
.product-wrap .media-heading {
  font-size: 24px;
  margin-bottom: 5px;
}

/* line 687, app/assets/stylesheets/style.css.scss */
.product-wrap .media-heading a {
  color: #666;
}

/* line 688, app/assets/stylesheets/style.css.scss */
.product-wrap .media-body {
  position: relative;
  padding-right: 40px;
}

/* line 689, app/assets/stylesheets/style.css.scss */
.product-wrap p {
  color: #999;
}

/* line 690, app/assets/stylesheets/style.css.scss */
.product-wrap .info {
  position: absolute;
  top: 5px;
  right: 0;
  color: #999;
  text-align: right;
}

/* line 691, app/assets/stylesheets/style.css.scss */
.product-wrap img {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 0 10px 10px;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 703, app/assets/stylesheets/style.css.scss */
.select-list {
  background-color: #fff;
}

/* line 704, app/assets/stylesheets/style.css.scss */
.select-list h2 {
  padding: 32px 0 30px;
  text-align: center;
}

/* line 705, app/assets/stylesheets/style.css.scss */
.select-list .nav-tabs {
  border-bottom: none;
  margin: 0 auto;
}

/* line 706, app/assets/stylesheets/style.css.scss */
.select-list .nav-tabs > li {
  margin-bottom: 0;
}

/* line 707, app/assets/stylesheets/style.css.scss */
.select-list .nav-tabs > li > a {
  padding: 18px 25px;
  border: none;
  background-color: #fff;
  color: #999;
}

/* line 708, app/assets/stylesheets/style.css.scss */
.select-list .nav-tabs > li > a:hover {
  border: none;
}

/* line 709, app/assets/stylesheets/style.css.scss */
.select-list .nav-tabs > li.active a {
  border-bottom: 2px solid #46b6e5;
}

/* line 710, app/assets/stylesheets/style.css.scss */
.select-list .tab-content {
  padding-top: 40px;
  background-color: #f9f9f9;
}

/* line 711, app/assets/stylesheets/style.css.scss */
.select-list .tab-pane {
  padding: 0 15px;
}

/* line 712, app/assets/stylesheets/style.css.scss */
.select-list .tab-pane .col-xs-12 {
  margin-bottom: 40px;
  overflow: hidden;
}

/* line 713, app/assets/stylesheets/style.css.scss */
.select-list .col-xs-12:hover .label-default {
  display: inline-block;
}

/* line 714, app/assets/stylesheets/style.css.scss */
.select-list .pic {
  position: relative;
  display: block;
  width: 100%;
  height: 275px;
}

/* line 715, app/assets/stylesheets/style.css.scss */
.select-list .big .pic, .select-list .big .pic img {
  height: 420px;
}

/* line 717, app/assets/stylesheets/style.css.scss */
.select-list .pic img {
  max-width: 100%;
  height: 275px;
}

/* line 718, app/assets/stylesheets/style.css.scss */
.select-list .col-xs-12 .pic img {
  width: 100%;
}

/* line 719, app/assets/stylesheets/style.css.scss */
.select-list .pic:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 275px;
  background: url(//static.shenzhenware.com/assets/bg-select-e45082dab583d3176750a470fdd5357f02dc4c005a1b2de8634ab969e2b30e9d.png) left top repeat-x;
}

/* line 720, app/assets/stylesheets/style.css.scss */
.select-list .big .pic:after {
  height: 420px;
  background: url(//static.shenzhenware.com/assets/bg-select-first-bb1a49640e106d19a292b90c869a8d02764a9c25ba35ee11fe0fe952033606aa.png) left top repeat-x;
}

/* line 721, app/assets/stylesheets/style.css.scss */
.select-list .details {
  position: absolute;
  left: 30px;
  right: 30px;
  white-space: break-all;
  bottom: 15px;
}

/* line 722, app/assets/stylesheets/style.css.scss */
.select-list .label-default {
  display: none;
}

/* line 723, app/assets/stylesheets/style.css.scss */
.select-list h3 {
  margin-bottom: 12px;
}

/* line 724, app/assets/stylesheets/style.css.scss */
.select-list h3 a {
  color: #fff;
  font-size: 20px;
}

/* line 725, app/assets/stylesheets/style.css.scss */
.select-list .big h3 a {
  font-size: 32px;
}

/* line 728, app/assets/stylesheets/style.css.scss */
.select-list .tags {
  margin-bottom: 15px;
  line-height: 30px;
}

/* line 729, app/assets/stylesheets/style.css.scss */
.select-list .tags .label {
  padding: 6px 10px;
  border-radius: 15px;
}

/* line 730, app/assets/stylesheets/style.css.scss */
.select-list .tags .label-default {
  background-color: #fff;
  color: #999999;
  border: 1px solid #e9e9e9;
}

/* line 731, app/assets/stylesheets/style.css.scss */
.select-list .tags .label-default:hover {
  background-color: #46b6e5;
  color: #fff !important;
  border-color: #46b6e5;
}

/* line 732, app/assets/stylesheets/style.css.scss */
.select-list .operate .comment {
  padding-right: 16px;
}

/* line 733, app/assets/stylesheets/style.css.scss */
.select-list .operate a {
  color: #999999;
}

/* line 735, app/assets/stylesheets/style.css.scss */
.spinner {
  margin: 10px auto;
  width: 20px;
  height: 20px;
  position: relative;
}

/* line 736, app/assets/stylesheets/style.css.scss */
.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 738, app/assets/stylesheets/style.css.scss */
.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 739, app/assets/stylesheets/style.css.scss */
.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

/* line 740, app/assets/stylesheets/style.css.scss */
.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

/* line 741, app/assets/stylesheets/style.css.scss */
.circle1 {
  top: 0;
  left: 0;
}

/* line 742, app/assets/stylesheets/style.css.scss */
.circle2 {
  top: 0;
  right: 0;
}

/* line 743, app/assets/stylesheets/style.css.scss */
.circle3 {
  right: 0;
  bottom: 0;
}

/* line 744, app/assets/stylesheets/style.css.scss */
.circle4 {
  left: 0;
  bottom: 0;
}

/* line 745, app/assets/stylesheets/style.css.scss */
.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 746, app/assets/stylesheets/style.css.scss */
.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

/* line 747, app/assets/stylesheets/style.css.scss */
.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 748, app/assets/stylesheets/style.css.scss */
.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 749, app/assets/stylesheets/style.css.scss */
.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

/* line 750, app/assets/stylesheets/style.css.scss */
.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

/* line 751, app/assets/stylesheets/style.css.scss */
.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

/* line 752, app/assets/stylesheets/style.css.scss */
.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

/* line 753, app/assets/stylesheets/style.css.scss */
.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

/* line 754, app/assets/stylesheets/style.css.scss */
.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

/* line 755, app/assets/stylesheets/style.css.scss */
.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* line 766, app/assets/stylesheets/style.css.scss */
.select-details {
  margin: 15px 0 7.5px;
  padding: 30px 60px 0;
  background-color: #fff;
}

/* line 767, app/assets/stylesheets/style.css.scss */
.select-details > h2 {
  font-size: 26px !important;
  line-height: 34px;
}

/* line 768, app/assets/stylesheets/style.css.scss */
.select-details .banner {
  margin-bottom: 40px;
}

/* line 769, app/assets/stylesheets/style.css.scss */
.select-details .banner a {
  display: block;
  text-align: center;
}

/* line 770, app/assets/stylesheets/style.css.scss */
.select-details .banner a img {
  margin: auto;
}

/* line 771, app/assets/stylesheets/style.css.scss */
.select-details .detail-tags {
  margin-bottom: 1em;
}

/* line 772, app/assets/stylesheets/style.css.scss */
.select-details .tags {
  margin-bottom: 25px;
}

/* line 773, app/assets/stylesheets/style.css.scss */
.select-details .tags .label {
  padding: 6px 14px;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 5px;
  background-color: #2586fa;
}

/* line 774, app/assets/stylesheets/style.css.scss */
.select-details .tags .label-default {
  background-color: #fff;
  color: #999;
  border: 1px solid #e9e9e9;
}

/* line 775, app/assets/stylesheets/style.css.scss */
.select-details .tags .label-default:hover {
  background-color: #46b6e5;
  color: #fff !important;
  border-color: #46b6e5;
}

/* line 776, app/assets/stylesheets/style.css.scss */
.select-details .details .info {
  margin-bottom: 50px;
}

/* line 777, app/assets/stylesheets/style.css.scss */
.select-details .details img {
  width: 100%;
  height: auto !important;
}

/* line 782, app/assets/stylesheets/style.css.scss */
.select-details .details .info span {
  color: #999;
}

/* line 783, app/assets/stylesheets/style.css.scss */
.select-details .details .cont p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-bottom: 30px;
}

/* line 784, app/assets/stylesheets/style.css.scss */
.select-details .details .cont em {
  font-style: italic;
}

/* line 785, app/assets/stylesheets/style.css.scss */
.select-details .details .cont blockquote {
  border-left: 1px solid #333;
  line-height: 1.5em;
  font-weight: 300;
}

/* line 786, app/assets/stylesheets/style.css.scss */
.select-details .banner img {
  height: auto !important;
  width: 100%;
}

/* line 787, app/assets/stylesheets/style.css.scss */
.select-comment {
  margin: 15px 7.5px 25px;
  padding: 0 30px 30px;
}

/* line 791, app/assets/stylesheets/style.css.scss */
.setting {
  margin-top: 65px;
  margin-bottom: 90px;
  background-color: #fff;
  border-radius: 5px;
  padding: 0;
}

/* line 792, app/assets/stylesheets/style.css.scss */
.setting .nav-tabs {
  padding: 0 20px;
  border-bottom: 0px;
}

/* line 793, app/assets/stylesheets/style.css.scss */
.setting .nav-tabs > li {
  margin-bottom: 0px;
}

/* line 794, app/assets/stylesheets/style.css.scss */
.setting .nav-tabs > li > a {
  position: relative;
  padding: 30px 25px;
  font-size: 18px;
  color: #999;
  border: none;
  background-color: #fff;
  border-bottom: 2px solid transparent;
}

/* line 795, app/assets/stylesheets/style.css.scss */
.setting .nav-tabs > li > a em {
  position: absolute;
  right: 2px;
  top: 18px;
  border-radius: 50%;
  background-color: #46b6e5;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}

/* line 796, app/assets/stylesheets/style.css.scss */
.setting .nav-tabs > li.active > a {
  color: #46b6e5;
  border: none;
  border-bottom: 2px solid #46b6e5;
}

/* line 797, app/assets/stylesheets/style.css.scss */
.setting div.btn-primary, .setting div.btn-basic {
  position: relative;
}

/* line 798, app/assets/stylesheets/style.css.scss */
.setting .form-group a {
  color: #fff;
}

/* line 799, app/assets/stylesheets/style.css.scss */
.setting input[type='file'] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 800, app/assets/stylesheets/style.css.scss */
.setting .form-avatar .control-label {
  margin-top: 28px !important;
}

/* line 801, app/assets/stylesheets/style.css.scss */
.setting .form-horizontal img {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}

/* line 802, app/assets/stylesheets/style.css.scss */
.setting .help-text {
  padding-top: 8px;
}

/* line 803, app/assets/stylesheets/style.css.scss */
.setting .help-text em {
  color: #46b6e5;
}

/* line 804, app/assets/stylesheets/style.css.scss */
.setting .form-group {
  margin-bottom: 15px;
}

/* line 805, app/assets/stylesheets/style.css.scss */
.setting .form-group label {
  color: #999;
  font-weight: normal;
  font-size: 16px;
}

/* line 806, app/assets/stylesheets/style.css.scss */
.setting .form-gender .btn {
  width: 60px;
}

/* line 809, app/assets/stylesheets/style.css.scss */
.setting .form-gender .publish {
  margin: 0;
  padding: 0;
}

/* line 810, app/assets/stylesheets/style.css.scss */
.setting input.form-control, .setting body.pages.index input.form-control, body.pages.index .setting input.form-control,
.setting body.hashtags input.form-control,
body.hashtags .setting input.form-control {
  height: 40px;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

/* line 811, app/assets/stylesheets/style.css.scss */
.setting textarea.form-control, .setting body.pages.index textarea.form-control, body.pages.index .setting textarea.form-control,
.setting body.hashtags textarea.form-control,
body.hashtags .setting textarea.form-control {
  background-color: #fff;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

/* line 812, app/assets/stylesheets/style.css.scss */
.setting .form-btn {
  margin-top: 40px;
  margin-bottom: 75px;
  text-align: right;
}

/* line 813, app/assets/stylesheets/style.css.scss */
.setting .form-btn .btn {
  padding: 8px 12px;
  width: 110px;
}

/* line 814, app/assets/stylesheets/style.css.scss */
.setting .form-btn .btn:hover {
  color: #fff !important;
}

/* line 815, app/assets/stylesheets/style.css.scss */
.setting .form-btn .btn-default {
  color: #fff;
  border-radius: 20px;
  background-color: #999;
}

/* line 816, app/assets/stylesheets/style.css.scss */
.setting .pagination {
  padding: 25px 35px 30px 0;
}

/* line 817, app/assets/stylesheets/style.css.scss */
.setting .wrapper .unfold i {
  margin-right: 5px;
}

/* line 818, app/assets/stylesheets/style.css.scss */
#user-address .modal-dialog .unfold i {
  margin-right: 5px;
}

/* line 819, app/assets/stylesheets/style.css.scss */
.tab-bind {
  padding: 55px 60px 160px;
}

/* line 820, app/assets/stylesheets/style.css.scss */
.tab-bind li {
  margin-bottom: 25px;
  color: #999;
}

/* line 821, app/assets/stylesheets/style.css.scss */
.tab-bind .icon {
  margin-right: 10px;
}

/* line 822, app/assets/stylesheets/style.css.scss */
.tab-bind span {
  display: inline-block;
  width: 120px;
}

/* line 823, app/assets/stylesheets/style.css.scss */
.tab-bind em {
  color: #46b6e5;
  padding-right: 25px;
}

/* line 824, app/assets/stylesheets/style.css.scss */
.tab-bind a {
  display: inline-block;
  width: 66px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #46b6e5;
  border-radius: 3px;
}

/* line 825, app/assets/stylesheets/style.css.scss */
.tab-bind .unbind em {
  color: #ccc;
}

/* line 826, app/assets/stylesheets/style.css.scss */
.tab-bind .unbind a {
  border: 1px solid #666;
  color: #333;
}

/* line 827, app/assets/stylesheets/style.css.scss */
.msg-list li {
  padding: 25px 35px;
  border-bottom: 1px solid #f2f2f2;
}

/* line 828, app/assets/stylesheets/style.css.scss */
.msg-list li span {
  color: #999;
}

/* line 829, app/assets/stylesheets/style.css.scss */
.msg-list li a {
  color: #46b6e5;
}

/* line 830, app/assets/stylesheets/style.css.scss */
.msg-list li em {
  padding-left: 10px;
  font-size: 12px;
  color: #ccc;
}

/* line 831, app/assets/stylesheets/style.css.scss */
.msg-list li img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

/* line 832, app/assets/stylesheets/style.css.scss */
.msg-list li p {
  padding: 25px 0 5px;
  color: #999;
}

/* line 833, app/assets/stylesheets/style.css.scss */
.about-wrap {
  background-color: #f7f7f7;
  border-bottom: 1px solid #f1f1f1;
}

/* line 834, app/assets/stylesheets/style.css.scss */
.about-content {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 140px;
  position: relative;
  z-index: 2;
  padding-right: 30px;
}

/* line 835, app/assets/stylesheets/style.css.scss */
.about-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}

/* line 836, app/assets/stylesheets/style.css.scss */
.about-content h3 {
  text-align: center;
  font-size: 24px;
  color: #666;
  margin-bottom: 30px;
}

/* line 837, app/assets/stylesheets/style.css.scss */
.about-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 10px;
}

/* line 838, app/assets/stylesheets/style.css.scss */
.about-content img {
  display: block;
  margin: 50px auto;
  max-width: 100%;
}

/* line 839, app/assets/stylesheets/style.css.scss */
.about-nav {
  padding-top: 60px;
}

/* line 840, app/assets/stylesheets/style.css.scss */
.about-nav li {
  margin-left: -15px;
}

/* line 841, app/assets/stylesheets/style.css.scss */
.about-nav a {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #666;
  padding-left: 40px;
}

/* line 842, app/assets/stylesheets/style.css.scss */
.about-nav .active {
  border-left: 2px solid #46b6e5;
}

/* line 843, app/assets/stylesheets/style.css.scss */
.about-nav .active a {
  color: #46b6e5;
}

/* line 845, app/assets/stylesheets/style.css.scss */
#main-menu-mobile {
  border: 0px;
  background-color: #2586fa;
  margin-right: 5px;
}

/* line 851, app/assets/stylesheets/style.css.scss */
.order-info .order-info-text {
  margin-left: 45px;
}

/* line 854, app/assets/stylesheets/style.css.scss */
#address {
  margin-left: 10px;
}

/* line 857, app/assets/stylesheets/style.css.scss */
.mine-order .order-info span {
  margin-right: 20px;
}

/* line 860, app/assets/stylesheets/style.css.scss */
.order-info .form-control, .order-info body.pages.index .form-control, body.pages.index .order-info .form-control,
.order-info body.hashtags .form-control,
body.hashtags .order-info .form-control {
  width: auto;
  vertical-align: middle;
}

/* line 865, app/assets/stylesheets/style.css.scss */
.friends-request-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

/* line 871, app/assets/stylesheets/style.css.scss */
.resource-group {
  background-color: #F2F4F7;
  border: 1px solid #E3E6E9;
  padding: 5px;
  min-height: 40px;
}

/* line 878, app/assets/stylesheets/style.css.scss */
.resource-group .btn {
  margin: 2px;
}

/* line 882, app/assets/stylesheets/style.css.scss */
#resources-list .btn {
  margin: 2px 2px;
}

/* line 886, app/assets/stylesheets/style.css.scss */
#selected-resource {
  margin-top: 20px;
}

/* line 890, app/assets/stylesheets/style.css.scss */
#selected-resource span {
  color: #666;
}

/* line 894, app/assets/stylesheets/style.css.scss */
.tnf-banner {
  min-height: 600px;
  text-align: center;
  font-size: 36px;
  font-family: HelveticaNeue;
  color: white;
  background-image: url(//static.shenzhenware.com/assets/bg-tnf-banner-d34284ac3408ad951f0d4eb95b1703371329e9c163878d154a306d2172c2b55f.png);
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9% 0;
}

/* line 907, app/assets/stylesheets/style.css.scss */
.tnf-banner p {
  line-height: 2em;
}

/* line 911, app/assets/stylesheets/style.css.scss */
.tnf-banner span {
  line-height: 2em;
}

/* line 915, app/assets/stylesheets/style.css.scss */
.tnf-banner .tnf {
  font-family: HelveticaNeue-bold;
  font-size: 72px;
  padding: 20px 0;
  border: 2px solid #fff;
  border-left: 0;
  border-right: 0;
  color: #fff;
}

/* line 925, app/assets/stylesheets/style.css.scss */
.tnf-banner > a {
  margin-top: 3%;
  display: inline-block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-family: NotoSansCJKsc-light,Arial, Helvetica, sans-serif;
  font-size: 25px;
  background-color: transparent;
  border: 0px solid;
  box-shadow: inset 0 0 30px transparent;
  outline: 2px solid;
  outline-color: white;
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 943, app/assets/stylesheets/style.css.scss */
.tnf-banner > a:hover {
  color: #fff !important;
  border: 2px solid;
  border-color: #fff;
  box-shadow: inset 0 0 30px white, 0 0 30px rgba(255, 255, 255, 0.5);
  outline: 2px solid;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 2px 2px 4px #427388;
}

/* line 955, app/assets/stylesheets/style.css.scss */
#tnf-knowmore {
  margin-top: 10px;
}

/* line 957, app/assets/stylesheets/style.css.scss */
#tnf-knowmore a {
  font-size: 15px;
  color: #fff;
}

/* line 963, app/assets/stylesheets/style.css.scss */
.submenu {
  margin-left: 42px;
}

/* line 967, app/assets/stylesheets/style.css.scss */
.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 973, app/assets/stylesheets/style.css.scss */
.resource-group .select_btn {
  display: block;
}

/* line 977, app/assets/stylesheets/style.css.scss */
.collapse-clickable {
  cursor: pointer;
}

/* line 981, app/assets/stylesheets/style.css.scss */
.partly-visible {
  max-height: 60px;
  overflow: hidden;
}

/* line 986, app/assets/stylesheets/style.css.scss */
.live-stream {
  height: 480px;
  background-color: #fff;
  margin: 2em 0;
}

/* line 990, app/assets/stylesheets/style.css.scss */
.live-stream .video-block {
  height: 480px;
}

/* line 992, app/assets/stylesheets/style.css.scss */
.live-stream .video-block span {
  position: absolute;
  right: 0;
  margin-right: 17px;
  margin-bottom: 0px;
  top: 461px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 760px) {
  /* line 1003, app/assets/stylesheets/style.css.scss */
  .tnf-banner {
    min-height: 480px;
    font-size: 25px;
  }
  /* line 1008, app/assets/stylesheets/style.css.scss */
  .tnf-banner p {
    line-height: 3em;
  }
  /* line 1012, app/assets/stylesheets/style.css.scss */
  .tnf-banner .tnf {
    font-size: 40px;
  }
  /* line 1016, app/assets/stylesheets/style.css.scss */
  .tnf-banner a {
    width: 150px;
    height: 50px;
    margin: 0 10%;
    font-size: 20px;
    line-height: 50px;
  }
  /* line 1024, app/assets/stylesheets/style.css.scss */
  .submenu {
    min-width: 150px !important;
    margin-left: 0px;
  }
  /* line 1029, app/assets/stylesheets/style.css.scss */
  .submenu > li > a {
    margin-right: 0px !important;
    border-radius: 0;
    color: #999;
    padding: 15px 0;
  }
  /* line 1034, app/assets/stylesheets/style.css.scss */
  .submenu > li > a:hover, .submenu > li > a:focus {
    box-shadow: inset -2px 0 0 #0096FF;
    color: #0096FF !important;
    background-color: #fff;
  }
  /* line 1040, app/assets/stylesheets/style.css.scss */
  .submenu > li > a .icon {
    margin-right: 24px;
  }
}

/* line 1, app/assets/stylesheets/_promote_btn.css.scss */
#promote-btn {
  display: inline-block;
  width: 174px;
  height: 46px;
  background-color: #33AAFF;
  margin-left: calc(25% - 4em);
}

/* line 8, app/assets/stylesheets/_promote_btn.css.scss */
#promote-btn a:hover {
  color: #fff !important;
}

/* line 12, app/assets/stylesheets/_promote_btn.css.scss */
#promote-btn #resident-btn {
  display: inline-block;
  width: 128px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: -webkit-center;
  vertical-align: 1em;
}

/* line 22, app/assets/stylesheets/_promote_btn.css.scss */
#promote-btn #side-btn {
  display: inline-block;
  background-image: url();
  opacity: 0.09;
  width: 46px;
  height: 46px;
  background-color: #00116a;
  cursor: pointer;
}

@font-face {
  font-family: "iconfont";
  src: url(//static.shenzhenware.com/iconfont.eot?t=1562235998087);
  /* IE9 */
  src: url(//static.shenzhenware.com/iconfont.eot?t=1562235998087#iefix) format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAA8IAAsAAAAAGcAAAA65AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCFQAqiXJt1ATYCJANICyYABCAFhG0HgW4baRVFRoaNAxCNeQfZ/3UCN0VhsaJ/QwBPISMxi55gEAyKIrtXM48xW7FhPTSHdvPZCOYv3NGmn6dT379/F/CSNIWCJqUGBRVSgGkGpeCobh3UMQOAwbYs0nrSOpSRVRECe+IOX/jauK2PrJhEXvczCG3zfvTXQChCsA5hEVKiSwA0gAGY4TL/39RZH6g4rBqW4Nj1aX1e3yQ7Dlg5xaEWQMBf+7XqlsUW09AYptPiN2Rv9+54H/2HqTSzkgjJxBvxhgihkUiBkAohZBTEc7nYTu7Mg4cDBAAccAZvQGERcanAAhKIDKFaTVVFEbAsUUD6WCJgKRiMTUlAU4ACFjGWOAMAk5WvR68hELEACKAwkCMZysNLQfMMnotx638dcrEF2tKTAGCzFQAGAG8AIAHQE2bCPcAa9lYIh1WWhE0AIKcvRQLIV2QZ5TPFdEussd5Rql/FvfmPFXyDMa3zcDXOK+j733gQFUa2m25ILG+qhBMsTIS0he5XuFEQvBChyAsFSstwUgmADGoLPh5VAmigKgAdVA1ggAYCSKDdAVjQXgA8aAqACZoOoILWAxDQ+QAc6Bt4IeAXq1iE0wijYZFHHrcwefMSr1FLYUlSCgLPza7VBZbMbJ7TsIzXJxnoZ3PQwoFvO4yQNkcS+cSL0xI8Hkl26x8SeYjNkwadmX0k3dFlJbF7bSAUdZDXpr8KiGgD9Pmldj7WvNXdbUw5DBgc8aNcSS+3qkZlpW07jue57lvkH4X+i/n/GvvvDUJUxlSXax7/Zvz6uFB4psdXl1N2aHqeqqZreMijimjbpgs8hmO5MbNgyLKXXXCDibYomhVgRK17vrucUuVtQhRKNc41xpRLZE8lISd6J5z+MmA+OJOd+9nJp9bj+Z+U06fuwV9zsz4uHUeD1sk5n1ZmdCQxV7tRtcpCm15SigXFZoHn/czM6XnLM1wIsMyZExB4LQNtPIf6utmcoWgXGADrAi70qBv2m/CdxQfqy/aC20Ixsgqopq07kpdSb2hkvBUuW3ll+cA7zsFGBKqeJoCPBo64Y40H17hzbflx4U7IJ2yKhe63S7Caq8P1hBRZl8SA90CTK38OMichbx5+/0j70Q8O/dbu0iYjSWWqZUHGtCzHlO6+qfWNhv0jYHgyEpAABUSU+xh/zlgw+nKnlZAIv8gdgzVGayz0LIHBpcxNtJnXDEkCUuBHhEyO95HBlMzCdTYh8ZLT8fFnqu40cR+7ecnrpUzbWby8aEzs/fwp0aGTCXnNLYjumAAEz5M9a3Y5NThSITRd1I1i2xYRRK5RhS84wUQzzAbIo+sv07edVjVSL73TAERtjFf+rA/0vzIA0JkNayHoF+DqU/OQCvqEdyDFiH9nzlELieTJVmM61qr0OpmllLBWTCZONOvTFLUgzVOLxafj8u23zMrgiY+XNFHUS6YMbE1nrcdWw6+iNW4vt2YmAGCXLUMB5IqWEi69E2hP1t2ZWH3KfxsWhuraB9peGxQGPuiF3RMFMlWhuE8YRr/VrykxMi/ktGSvyO/pZNAoIiToxCdC0a6JIsK+dOqGnk2zbcnhK/1Tq3zpRH1NyY/LYdlLguiJDVdumLNmDshGC9kHZRQI3OWYCid6HGgoEImMuQzC4NKgJxu5d1J/T3acmWixI0mWzB/iVisIfrWse/6gbdmyVTlxmhiYANsNTfNWIvzrLwV3KrJ70YumkXbnVl3sGJXrApe9GJFIpXlrWZ08e+bzXSN+IU0JbKe9fIcn+YkrzbH3CTM4pzpRXq3fK9ViIUECPRwuS5RvrWYzN9gyxS4mx2N30mtUI/MOqSPooZyo2QWGBhCylvKSMwrE96zRsSbgamGaaduCXkYch31y7qt3FFMkoh1yqpDsBa9rNRrnL/vpIl+gAzh5ZE1M8syZKw8uzPgOdsDOQS9pF7evsOk7XkC/zaXX+ViIjZuLwzFRTc2r3ZuWc+WnPBjNBqGRlJExRYWxc3ZO7mz6zXXZfFo6qxO4M+ZbcVKls8y2K+KkBnIwt7QtLYOLOQS3jj52TUktuR6ZEXcvigG+sn/u0asKsvNKPTF7pVpkWe2A60VozioOBwZaEkI8YM5N5E2qxlmnd8yZO9OyTJqWMXPZytlWqdPL3ALrFdMGz1S2ry91Nh642dt40dDnBiWXkTfJG3L5DVktZXLqBnVTJutV55d1L7WGWUEezBYPUvCz/SNdG0ZlqVLtfk3OYrxIHSibNP+nzj/tc5Kh/SNnj2QPZ9QQW6IaMXeJz7BDuUnLBqphscDJ3qaLOtJprtHuaHvbIoFYwD0wzX/T2/RIwYCx8rp3NpXU+HwUTl93fHolUckYX0VEEGHjY7kv2Sa7e4tWogjHIUWSMjKwGUKnaC6oqy/2klVPoUXdRLRxiqzXxWq19fAecmejtDBMfUEdJlTncpaTQqUwVOji7CKdRSlYYXjr+9bnru9dyAjg93bobf8v+K8fFnTlKzhgrc0HVsRe8s8fUozYu2TR2rj9vEBphD7RzTpsrV+8H5HSYipAadCcJYyYyk1GNeUojp3O4SYY2JfsRMnImIci6M8a85MhAfrmExEML50HBJ5jnxWfaT3wR/y3H5owG/xYCOXKoUqzsoIr3ecKT+ygtEdFBR9MV0RDWauZRdAcPF2HMrOQrh3pZXsdTNdDKaRvR7osy12jw5M6WVvKg5yyhvQq4RNGy4RGoh9aOlCafUFoRBNGoGL5xIuCLeXSaINX2glre3wdkU0ZKc+IytFUox7qmn4BCl7zM51L7KAQACybAlnvBgLX+Rx6UcY0+O27Wqg8a6Fy9mxltTgr9IbzN1B8RUUCSuAZOQnFJ1reezgUp/K0iyMGB+Z49oybkloEZWhgORVnXWaczIxmljhs4UoiBqt26B+6PyxENRty+31w/7D1iIMpKHN4nWqMx9bUMtwzsyX+yVRdqzJCGaitjdaCrLd2PX71ilyvXaS/er0eQ+f1vbzaeKnolb/BPwC+rdEY3K07BR7RrEQNHJ8Xw81O0E6uCYxlaQaa1ll63jwWph5c6pglkhuMSHOMHcSaTdNhRL6trbq9WjIEzSslYlmGnZanU34uoYsdN9kcDTfkOBiJ2LmlJcZ7H+kLvTBFSMcWIq/pGYSIuZNFMOts6IS+Pux3nSQTT1nHFiHt6MvxzADOGzvMwPZvOMpMzvP5qHjtPpNh3unCCfC/5SYpl5M3wUis2Mp4B7t/B/9Gv2yCO8/zx0Wd6zgXO+783/lD95SpyphB71y1zhFF3mHgmOxc8nCf4HrDhgUz+Wumrp66TEMeIbUdD/aVWH8FCF64ploEq6duzyawLNjQ8ELwcF9xJ3ydK/0+5/tsM9v8PMvK7Gn2tJyOF4mQXd+T40ejmcSZ1XgYxMTUhfmqapp7U7sAB1niTtSu7vzz4kKYY7hAOsRx8C3Qd2E1hDu41Qf33dDeRAwnVrXjvpSRGE0NHao7SkIcsmrDKwE/zhlRPiIo6evEZxONavogfSPaP9qzyOjuPqhb4S7fhu6Zxe49c9SJ1qXbSoG3udxeYaW5qS7E29PGXU3uM/pMwHgywCXI3Z0a62K/Z5RZ0ptjMiEJodcvCNZ8ftfHIkm+Gs3MvcL+KzgXWmTz8lxY5YGqtm6fJrvkSYU4uvEAM2BoSSlJusZz9a5O56UqO7fEXJQvdkYRrihjjb310EGKCEjtSOszvwcitY1NSjRYITmoUbC64674VWLIIB1xIUCEVh1FphOoDUUT4SbF4YuZrBsxFtMSmawBkiCNptOGIFBstiQpZZK1IWoaRbv1lgZ1zP6/u+vrp882PxwWxOCQdn0EXdcW2+sdJqaG3na7eLBYVcK2qwjNjA0tV+eLdGmMne6dJbLwrihq/rA+F0uNzeQGk2W9+R93fYFl06gGShEmyXivH+jEYlE4vL9qW7x6hNNwPOdVUpTdl9l3+29IatcGZ7h0p/g3Wh92ujyfE8/iP1v4sDh1CO2qQgRFIhWig0eJ3YK42foFn1nLqyma4I80ir5mWSsmMLnAzbFiJEi0ailxdI90ISK/BHD4K19UQZOagCnaYQG2kokjRrxwCpM1UBRnr5SryLhDJL+7NlR4cQjcaZ0MF6FiU0X1UpP3p0mdGwo8r09WGxaDHLcO7g+qdSRcdmwx5NaMpWtaHvQNjT6wkUE3uWvutN/tOYIYdmqwCCND1xlxT8SU6/vnOEy57Bbe1hZKVFAzTLCdwd9XmhCs8t39ZU4MfPtM4xWcNT2Lhq7QCoaoKGo1FRWZ1OopHqOqFXume4prVWPEnq1JUZHM7x0VKm76h8w00Gb0L6QwLT0TmcUBzyw2o0HJol2DakanRfxX00alGo4cPPXRLJz/8O4ZaNgPyzL/W0jALYrDfvwYa6wP4AMO7fglLivqxA9wIauXzs8dAE4ldjk8wP+w3GEbvoNz516I3+B+f5/+v08S2MIVtRIfcdsPksXgNKtHWIGw59ce7n+U7Jv6r3kKG16nhf8lQOEk/PwAEnw0/oWfw0i0mDx2tzDg779WPtUkMVz97NYkMIeOA/ifTxzcy1suDS387pFLDUQAE5wQBhaoNEldb0QBF4IRA1jQB3HACyK35oIEBgIGRLIBwBNGcggBDesRAQLYjzDQcFaT1L2LKLCGt4gBNMKIA+lIsksuuN5m1faZUUY0oFbwmoLlY+NWrf6Fbmwlm8MU+z/kwWdDkeb24ncMyGmsMUyujNGCZergjTsati1Bz1SjjmkVY3/OMstaM9XUbbbwzCij5N4AtQb2moKdPG4dn/+Fbmwl+7R7CvyHPPiZg0IqD6H5TkKodstSd5hcKS4kC0JTpg68LSRsaQGBnr1QjTqmqhh5/Vm26M+GJWn+8m7oEwZfh2TjI4EwIhGFGIiJWIj9tcp+EmqgOxEiuqi4xN6MXtG/9qxbfJglBx/cdjWjd81cfNjKV0l6ud4hM/GD8i75kOvJSo2KqIlHtoksmTjG9WBoVDIsyzwZmoOMFj3fp0PvvSreXSpfjXdRFI8Jkb0LTWLFP2oplgtG8mYDAAA=") format("woff2"), url(//static.shenzhenware.com/iconfont.woff?t=1562235998087) format("woff"), url(//static.shenzhenware.com/iconfont.ttf?t=1562235998087) format("truetype"), url(//static.shenzhenware.com/iconfont.svg?t=1562235998087#iconfont) format("svg");
  /* iOS 4.1- */
}

/* line 10, app/assets/stylesheets/iconfont.css */
.iconfont {
  font-family: "iconfont" !important;
  font-size: 25px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 18, app/assets/stylesheets/iconfont.css */
.iconweibo_circle:before {
  content: "\e610";
}

/* line 22, app/assets/stylesheets/iconfont.css */
.iconwarning:before {
  content: "\e63a";
}

/* line 26, app/assets/stylesheets/iconfont.css */
.iconyduiweixin:before {
  content: "\e69d";
}

/* line 30, app/assets/stylesheets/iconfont.css */
.iconweixin-pay:before {
  content: "\e63d";
}

/* line 34, app/assets/stylesheets/iconfont.css */
.iconerror:before {
  content: "\e67a";
}

/* line 38, app/assets/stylesheets/iconfont.css */
.iconbig-Pay:before {
  content: "\e6ec";
}

/* line 42, app/assets/stylesheets/iconfont.css */
.iconfacebook_circle:before {
  content: "\e600";
}

/* line 46, app/assets/stylesheets/iconfont.css */
.iconweibo-grey:before {
  content: "\e632";
}

/* line 50, app/assets/stylesheets/iconfont.css */
.icondouban_circle:before {
  content: "\e613";
}

/* line 54, app/assets/stylesheets/iconfont.css */
.icondownarrow:before {
  content: "\e601";
}

/* line 58, app/assets/stylesheets/iconfont.css */
.iconweixin:before {
  content: "\e656";
}

/* line 62, app/assets/stylesheets/iconfont.css */
.icondouban:before {
  content: "\e622";
}

/* line 66, app/assets/stylesheets/iconfont.css */
.iconzhihu:before {
  content: "\e624";
}

/* line 70, app/assets/stylesheets/iconfont.css */
.iconweibo:before {
  content: "\e625";
}

/* line 74, app/assets/stylesheets/iconfont.css */
.iconfacebook:before {
  content: "\e653";
}

/* line 78, app/assets/stylesheets/iconfont.css */
.iconzhihu-circle:before {
  content: "\e712";
}

/* line 82, app/assets/stylesheets/iconfont.css */
.iconcalendar:before {
  content: "\e618";
}

@font-face {
  font-family: "iconfont";
  src: url(//at.alicdn.com/t/font_1826905_ykjxup374r.eot?t=1589869764347);
  /* IE9 */
  src: url(//at.alicdn.com/t/font_1826905_ykjxup374r.eot?t=1589869764347#iefix) format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAA4MAAsAAAAAF6QAAA29AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCENgqgNJkRATYCJAMsCxgABCAFhG0HgTAbIRMjETaMtGIk++eBbQvPZqXFooKet95s6vFxkT6S9nko5c/z2/xz32tAfCA6rFiUYjT/DxWdNmEGRuQwF1Gt6zYAJmumkiFpV3cssM8XNoQIFkoA6+nP27LAB2wOAS3k18+/XWaz9lWGjWE5Hbu+zWJrjgbICbkPoTb/c62edsSifkx7mZ18GW8fPxVEvJGgQmhEErQNEYlHJJk1CJXciAXauTkl2y+kPD31kE1RH729sCLOBggAeGAFQwApg8KjgQECCELQqyg/NwMYVRUQNrEImArKZE8C0CQggcFGY+cAwET8fvQauCAGAAMSB3IUVU6gDhTdWM8Qru/VQzLeDhTCswDAUQkAB4AhAEAcxQ2m0ioARvd4HHgDCWgCABPg2J+L6g51427HblX3jO6dPainpaexZ2lvL0xF5kNgQlcHwIAAHtBAAZt/Cwk4/8ujgMMC0I9q5gF0Yx8ESCRAgQDiCLw9UQEFGsgMoEAB2QkFgAXoQQiQiIECA6QRKJBAlgLfUmwA/N8eJgDwHwAZDUCNASLKUSTrzcIDPneDJGDAcixFGbIsjyeSipAkMz8n1TTMnEIGBgNJ1D8bcRwjkBJcjNCce1jeNEZzJkIhny+2NrJFjaLlZfJsfFj+TLKpdK5teNf5LyuVXC2t15vmvZ0hYr2qYNjVrTpewcCIqZYnWVDW3s9V7KqzO1szvpxiMyPHbYGccraExGs83+C6esTzjMYgsKyw77+TO5bWrXs+fLFGVGp2Mnaca68aZuGIFsS8+brd+d97O6J98OxN1OjcPn8YRn3/m96RMssSidM4FExTjHYon86cnpcRLMxhP3nkCIdgDXPKtaRUfBt8ZD7HyfE8VolxnP905DYHnGO8luAkTgQXBORjlaQmS1R+LEhHXACOZUgdeGJCEKqIeQEX0pJSiTkTn5SUj13gUM5QhrK+aUzRLFPyd/UxlbwBDEKHZQQJpCFVjYu4aAH2s1daqXioLCQp5H7ba8lCOkelGnyT1iaGJ9Xako3PQplw3kAmkGrKNycrpxzBRBkplHEUyr+UySisymW2aLoiqAQqkiSvAGxLYBvHutvzTEH+1UkyllCJVDEukaUSStrZZqbbOlHSeKCMlecaNqaprB2Ow7omqQxkDvK2CHJ2SXXK3hGFwxVbfwG+veSada5fbK2aA6QY9YHXoIc896UAbr2AK+nXABFFFiCk52M2p7m16QjKQqmQZ6ExKHxnPcc2AFx7JSdhuB6Q2+uUpNfW5jDWLAdswXZ444GrKyZG6mgwr5wppa8Gy+YqejwY5btvZx2JMXpDwkS0d/ec5uPV9hc+K59rHEVX16my6qLGDVcfscAhxdQcQU56a1BDiejLfbXZTbkC5uTJs4eDZeeDdZ3n0h/aUEnyWvVkvHAjuaQ6oXgzdXVd+XaJKp1+PK0Lyl5WOJFM+zGvpY/5c59Dx4OUqJLi0ePl3b20Nlcve81dX7hzwT14d45n/Cxxka9S75W18lj5DajNzh3BPE+cu88uueIWHFNuVLGy8pxbapkxKJ3aeDXYVL6f2O8/Ksdl5pZOtcndme97Ddvs78y3/e7qhmv+2OhQsK7xqjfmm4gg30clfQbqUAM6WGAhEyDLQFAzLajrG/UNqyygx05eoL+qG9YryNJNA5nFKjymZhj2DDlPMPojWysQATovVwEAuR5oMBUQ7Bw6fxo59ZFEwIZeCaMAG+t2+0F/bd0Vd3RowFtTfz0Y932Tj/cxzK6iZmc3HJ6tfWF0dGOzf/KeG8mCZPeDRNdQQsv2MZQda2rdJ3iBTesad/g2yfcDJHqwpiPREddAd/urmj5TC6M3soaFwloIfd9QOBOLdJxNNZbPJ6Kd597JOZ+mdgggoIFnB2fSksqNt1Nm8TzreF3f16Gxx91Y62UysAJvMjQ5F0IpKTFcXxid4PFRypOE7zekXB1RN8JoThrgC65rZo71AdXleBdj+Y6MChZU+3k+VfR0+JyU2S7W4OmA80aKVBwU5puCcinLmBqaesnHHONaZnuUh6nrc8pnfQgjYdvun6XZ2qx+fH2NyRUP4xem9fxxtv+fU6l/H6BQ/+8v/B4KE2uFufJ378Kfq5+Or5v/y5v/bfo/KFsuIasE+TAuwyrDWmQlWu3HIStkXW5Vnt3Cf4/f8w2tJdbtokx4b7UWlZQgbbUYr6hF1SGQn2AQhC36ro7w7wnSnR1JjqZRYs8EDyx9enMploWm5hipDxuko+YaFG9Zv8mgK9nIP7i/Q63kEi7CVJh6wukoCbXeI6oFLuHjwV2rXxOM0tJQ8Br7+b23xyHmdu98CQXn3+ralnvPihFRpA9tMmVQ8ve83Pv39+y2yg2BgTFPFIrLlPqSQiWjtvD9CMpZofCncGfStpw49qHHilVWMQ8W+T408dgwgqYlrAlBGdKGhIE5j8RZguUbWwz8HPTE+PGE2Wvtp+aH3mlmGDsZ7BHbuRj1f2VX4dyRQLuvPnEJYZuWXc1IP3Z18iSZvvVjd7uXxKHpqY0YN2oqwewI+7UfFPbWVVyjEcHSisZw20Pzg85Gd07NrLgCwJRv0pcffnqDx+0odTahrSTEBpe+DmvsZStfvwwLfvC9pl3GyFoZm/QMtlzGyoL5Crvvn3e+rY4TXU3u9ewvMrGzDRQ9vG+ze+qF6UvjVcdUn5fSm1WTEasgbXE1ceWxfb/62S3TfC26HrLXG8GvlbB7rVs/PGmIiMv5I2hn+ojirtVM8wzCJm0Yni3DfDRRMkfaisIpIcGyNBU1XzTQO/ltaF7dB7eAt0pd++aOzvbly/b24bq4sBJDgwTxOyUcZpgA/tYZMz6Eb3Tz3J0XjLP9adxMAL6H5Fy1JA7VBeP2mRmSGhRXh4WNq9Mza0zuoKT69OlPV2rT8+0P/wGWG9pyNQMyOa7A1YisUSjeVHANYhETw6hBBfnOdUxwTwBlaemkohHQQfQIcxublLPuwoDaGgyZLY+YkCxsBEbnKq17/xSbsKo+fv7KIG2Q3j2YtU6Y0ETrMgd4fwf0fI3X2xxyXwCcpAATAWCzyQQ+8QyN2uS0yEWKypJIZPnLR7x1Ynv//f7BUaWv28hg4J5hdkX5hRXTT6X1V8Yl7ChAZdKAySGsOLBBSE+jp9c5JmZOaXZom6Tj97mO45wttkguGf1tFz1rhLHDnZ03I9ouy+Z4eKE67o6dkUhU8LvzyiXb6y+HFLtaKC5jFsOpf9sV26QVAT+TJRuTQ4eEMoopFZTmVWY54/9rClvcr4qVyf0HTcm10Oz/8ZE5OROrO6kwlO6ty+P9n3NmypGPlW7xSY411oYzM78GxPtel2b1D0/L7xscfCt31/voj3pqyynuJTIMlyptQgzCKKVGJ3F8FQyuV/UNGlRcjDQNy1NcoCFU8QXFhEwx3u5rHh6+uWFz15k3iDJyvVkxWTOszDtvFArnOs2kjQOtZjL4louUdPGtLJlsjLLV0cvJPtG0Wq71I9bR4yOqjq87ybCFXkl2C7+oBw/KVDKOiZF0FxfolKZkbtV5Fmnl1XMj5BFqxlepSZUHanwjJ8xtY2SJzO0VzKUnAtlURq5R07IxDJSN0RNlGKe1F+qkCQnGCQEPEx8mJK6teITrRwejDCkK0+nCkFSMZ6EwVb+4OiYsTH9A33XMAXFJ8NGGhBoqDT/PXuigSi4azRWNeFTiEXJoM8U1D1Dcm3pf3oG1nakS4UjlNT38mZjs974HV9otv4PvaPXAcsnpxbCTasHsd80p1UW6OTju/TInFL4VKga7JUxL4MBda7bmUI5gjSDnEF6dXr0pMpJ/+u3A3FHKUaMDR58W1sq1va4OsG2ljuxIxPzZvkOjw3RkZ4cDMP/O4f6XIeHe93zp+kkrRbHmZSniDEJW/xbiNdFDCw+d/q/gcBVcsi2wbtWOtGn3g+uRsw9pNIJZBhr14VmX1WrLWQK15hK4Vw+Nua7Oo7OIXbGiEltBnFOASY0+xl4lfeEUT91aXWJZNO67s0z5NDLCNhoK5fqz4nNsZ5kJnoPRu0VnWQ9eRAALTyrB5uciAyvTAQMdgszrc6TH21onX0IC3sEpzkuOeyoNilttRgDA0EdAtunVEwgf0fu3t5nA8XZ1w1r8XjgG0w6HD+LD0nbgZ8Khad3hObhZy2L8YThly7wWJGekVKUZyr8yaGcdvPNy/jF2XHg+YACzsiOA7TAl0FX11/QwEj4M/iMihODGqJ+M5X06+GjptkiNQR6dAbD1dYnhQfiisWthky8aywADGiwBDgw4qAn9EEACH9wABQwMAzwYDMP354MRVAAOiGABYBB0MgABBxsBBkI4CHDg4DwDBvr7gAQTeAso4BAOeBCLjI7Ih35oJ7p6EgTFten2hixHp1q9Enp/oM8jiNKIqT8oiYKmKWtt6xtGlDC2SRvfqjrjhCfzypwPx5HNLNyj1TKozquqcmbblpanxRU8CYL+cq9Nty9PlqObW690X/+BPo8gNpPey/+gJFq8acrahfoNR1eTpmVg2vhWWYszn5HCk3llLTjSJjaz+Wo9Wi2Dj4Z5VbHTObe4jF+cmjcGjW9KsjtCGMIRgUhEIRoxiF2wfh4B3BeDDKgUfYET0Hi2RRtAH97/CsXodznuKG4xXnZAPUEAPkucQ25ue4pCylkJuLlwYLFjHm4OgUIu0n8GwcevLamijPhbiT2fbpE6XiwAAAA=") format("woff2"), url(//at.alicdn.com/t/font_1826905_ykjxup374r.woff?t=1589869764347) format("woff"), url(//at.alicdn.com/t/font_1826905_ykjxup374r.ttf?t=1589869764347) format("truetype"), url(//at.alicdn.com/t/font_1826905_ykjxup374r.svg?t=1589869764347#iconfont) format("svg");
  /* iOS 4.1- */
}

/* line 10, app/assets/stylesheets/iconfont_new.css */
.iconfont {
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 18, app/assets/stylesheets/iconfont_new.css */
.icon-marketing-email:before {
  content: "\e701";
}

/* line 22, app/assets/stylesheets/iconfont_new.css */
.icon-wechat:before {
  content: "\e602";
}

/* line 26, app/assets/stylesheets/iconfont_new.css */
.icon-QX-tengxunxinwen:before {
  content: "\e7a3";
}

/* line 30, app/assets/stylesheets/iconfont_new.css */
.icon-baijiahao:before {
  content: "\e614";
}

/* line 34, app/assets/stylesheets/iconfont_new.css */
.icon-souhu1:before {
  content: "\e77b";
}

/* line 38, app/assets/stylesheets/iconfont_new.css */
.icon-jinritoutiao1:before {
  content: "\e696";
}

/* line 42, app/assets/stylesheets/iconfont_new.css */
.icon-facebook:before {
  content: "\e650";
}

/* line 46, app/assets/stylesheets/iconfont_new.css */
.icon-zhihu-square:before {
  content: "\e712";
}

/* line 50, app/assets/stylesheets/iconfont_new.css */
.icon-Twitterletterlogo:before {
  content: "\e6b7";
}

/* line 54, app/assets/stylesheets/iconfont_new.css */
.icon-weibo:before {
  content: "\e62e";
}

@media (max-width: 480px) {
  /* line 5, app/assets/stylesheets/style_mobile.css.scss */
  #login_container {
    overflow: hidden;
  }
  /* line 6, app/assets/stylesheets/style_mobile.css.scss */
  .modal-index .modal-footer {
    padding: 25px 75px;
  }
  /* line 9, app/assets/stylesheets/style_mobile.css.scss */
  .side-hot {
    display: none;
  }
  /* line 10, app/assets/stylesheets/style_mobile.css.scss */
  .side-hot .activities .blue, .side-hot .activities .green, .side-hot .activities .orange {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 16, app/assets/stylesheets/style_mobile.css.scss */
  .weixin_complete_profile .col-sm-1 {
    top: 16px !important;
  }
  /* line 17, app/assets/stylesheets/style_mobile.css.scss */
  .show-container {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 19, app/assets/stylesheets/style_mobile.css.scss */
  .footer-link {
    padding: 36px 10px;
  }
  /* line 21, app/assets/stylesheets/style_mobile.css.scss */
  .row-select-details {
    margin: 0px;
  }
  /* line 23, app/assets/stylesheets/style_mobile.css.scss */
  .personal {
    padding: 20px 0 40px;
  }
  /* line 24, app/assets/stylesheets/style_mobile.css.scss */
  .personal .level {
    position: static;
    margin-bottom: 15px;
  }
  /* line 25, app/assets/stylesheets/style_mobile.css.scss */
  .nav-tabs.nav-justified > li {
    display: inline-block;
    margin-right: -5px;
    width: 19%;
  }
  /* line 26, app/assets/stylesheets/style_mobile.css.scss */
  .nav-tabs.nav-justified > li a {
    padding: 10px;
    margin-bottom: 1px;
  }
}

@media (max-width: 767px) {
  /* line 29, app/assets/stylesheets/style_mobile.css.scss */
  .index .media-wrap {
    padding-bottom: 0;
  }
  /* line 32, app/assets/stylesheets/style_mobile.css.scss */
  .media-activity .media .tags {
    margin: -35px 0 10px 90px;
  }
  /* line 33, app/assets/stylesheets/style_mobile.css.scss */
  .media-activity .media .label-default {
    display: none;
  }
  /* line 34, app/assets/stylesheets/style_mobile.css.scss */
  .medias > .pull-right {
    float: none !important;
    text-align: center;
  }
  /* line 35, app/assets/stylesheets/style_mobile.css.scss */
  .media-wrap .title {
    padding-top: 7px;
    padding-bottom: 15px;
    line-height: 2em;
  }
  /* .medias { padding-left: 20px; } */
  /* line 37, app/assets/stylesheets/style_mobile.css.scss */
  .topics .medias {
    padding: 0 15px;
  }
  /* .media-activity{ padding-left: 10px; margin: 0 -15px 0 -5px;} */
  /* line 39, app/assets/stylesheets/style_mobile.css.scss */
  .medias .media-heading h4 {
    display: block;
    margin: 5px 0 10px;
  }
  /* line 40, app/assets/stylesheets/style_mobile.css.scss */
  .medias .media-heading span {
    margin-left: 0;
    display: inline-block;
  }
  /* line 41, app/assets/stylesheets/style_mobile.css.scss */
  .medias .media-heading em {
    position: static;
    margin-left: 10px;
  }
  /* line 42, app/assets/stylesheets/style_mobile.css.scss */
  .medias .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 47, app/assets/stylesheets/style_mobile.css.scss */
  .media-list {
    padding: 15px;
  }
  /* line 51, app/assets/stylesheets/style_mobile.css.scss */
  .media-tag {
    padding: 0;
  }
  /* line 52, app/assets/stylesheets/style_mobile.css.scss */
  .media-tag .nav-stacked > li {
    float: left;
    width: 50%;
    height: 49px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  /* line 53, app/assets/stylesheets/style_mobile.css.scss */
  .media-tag .nav-stacked .notifications {
    display: inline-block;
  }
  /* line 54, app/assets/stylesheets/style_mobile.css.scss */
  .media-tag .nav-stacked li:nth-child(2n) {
    border-right: none;
  }
  /* line 55, app/assets/stylesheets/style_mobile.css.scss */
  .media-tag .nav-pills a {
    margin-right: 0;
    padding: 15px 10px;
  }
  /* line 56, app/assets/stylesheets/style_mobile.css.scss */
  .media-tag .nav-pills > li.active > a {
    box-shadow: none;
    background-color: #fff;
  }
  /* line 57, app/assets/stylesheets/style_mobile.css.scss */
  .media-content {
    margin: 0;
    padding: 20px 0 10px;
    background-color: transparent;
  }
  /* line 58, app/assets/stylesheets/style_mobile.css.scss */
  .media-users {
    display: none;
  }
  /* line 59, app/assets/stylesheets/style_mobile.css.scss */
  .media-content .media {
    padding: 0 0 10px;
  }
  /* line 60, app/assets/stylesheets/style_mobile.css.scss */
  .media-content .media img {
    width: 36px;
    height: 36px;
  }
  /* line 63, app/assets/stylesheets/style_mobile.css.scss */
  .media-content .media-heading {
    font-size: 18px;
  }
  /* line 64, app/assets/stylesheets/style_mobile.css.scss */
  .media-content .media-body a {
    display: block;
  }
  /* line 65, app/assets/stylesheets/style_mobile.css.scss */
  .media-content .media span {
    padding-left: 0;
  }
  /* line 66, app/assets/stylesheets/style_mobile.css.scss */
  .media-content .tags {
    padding-left: 15px;
  }
  /* line 67, app/assets/stylesheets/style_mobile.css.scss */
  .media-content .tags .label-default {
    display: inline-block;
    margin-bottom: 5px;
  }
  /* line 68, app/assets/stylesheets/style_mobile.css.scss */
  .media-content .details {
    padding: 10px 0;
  }
  /* line 69, app/assets/stylesheets/style_mobile.css.scss */
  .media-activity .media {
    padding: 20px;
    border-radius: 0;
  }
  /* line 70, app/assets/stylesheets/style_mobile.css.scss */
  .media-activity .media-left {
    display: block;
    margin-bottom: 5px;
  }
  /* line 73, app/assets/stylesheets/style_mobile.css.scss */
  .media-activity .media-body {
    display: block;
  }
  /* line 74, app/assets/stylesheets/style_mobile.css.scss */
  .media-activity .media .time {
    border-radius: 20px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    font-size: 14px;
    background-color: #0096FF;
    color: #fff !important;
  }
  /* line 79, app/assets/stylesheets/style_mobile.css.scss */
  .media-activity .media .time em {
    display: inline-block;
  }
  /* line 80, app/assets/stylesheets/style_mobile.css.scss */
  .media-comment > .media {
    padding: 0 10px;
  }
  /* line 83, app/assets/stylesheets/style_mobile.css.scss */
  .select-comment {
    margin-bottom: 20px;
    padding: 0 1em;
  }
  /* line 84, app/assets/stylesheets/style_mobile.css.scss */
  .media-comment .form-horizontal .form-group .col-sm-8 {
    margin: 15px 15px 15px 0;
  }
  /* line 85, app/assets/stylesheets/style_mobile.css.scss */
  .media-share {
    padding: 0 15px;
    margin: 0px;
    background-color: #fff;
  }
  /* line 86, app/assets/stylesheets/style_mobile.css.scss */
  .media-share .share-box {
    top: 50px;
    left: 27px;
    z-index: 999;
  }
  /* line 87, app/assets/stylesheets/style_mobile.css.scss */
  .media-share > a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  /* line 97, app/assets/stylesheets/style_mobile.css.scss */
  .personal-nav {
    margin-bottom: 15px;
  }
  /* line 98, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details .media {
    margin: 15px 0;
  }
  /* line 99, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details .tags .label {
    display: inline-block;
  }
  /* line 100, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details .tags .label-default {
    display: none;
  }
  /* line 101, app/assets/stylesheets/style_mobile.css.scss */
  .activity-info > ul {
    padding: 20px;
  }
  /* line 102, app/assets/stylesheets/style_mobile.css.scss */
  .activity-info > ul > li span {
    font-size: 14px;
  }
  /* line 106, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details {
    padding: 0px;
    margin: 15px 0px;
  }
  /* line 109, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details dd {
    background-color: #fff;
  }
  /* line 111, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details dd .media {
    padding: 15px 0px;
    margin: 15px 0px;
  }
  /* line 114, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details dd .media .media-left {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding: 0px;
  }
  /* line 119, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details dd .media .media-left img {
    margin: 0px auto;
  }
  /* line 123, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details dd .media .media-heading {
    text-align: center;
  }
  /* line 125, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details dd .media .media-heading h4 {
    margin: 1em 0;
  }
  /* line 127, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details dd .media .media-heading h4 a {
    font-size: 18px;
    color: #333;
  }
  /* line 133, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details dd .media .media-body {
    display: block;
  }
  /* line 135, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details dd .media .media-body p {
    text-align: left;
    margin-bottom: 1em;
    color: #8b8b8b;
  }
  /* line 141, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details dd .media .link-btn {
    margin: 0px calc(100% / 2 - 29.5px);
    font-size: 14px !important;
  }
  /* line 145, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details dd .media dd .col-md-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

@media (max-width: 767px) {
  /* line 157, app/assets/stylesheets/style_mobile.css.scss */
  .row-select-details .related-articles {
    background-color: #fff;
    margin: 15px 7.5px;
  }
  /* line 160, app/assets/stylesheets/style_mobile.css.scss */
  .row-select-details .related-articles img {
    margin: auto;
    padding: 15px 0px;
    width: 100%;
    height: 231px;
    text-align: center;
    display: block;
  }
  /* line 168, app/assets/stylesheets/style_mobile.css.scss */
  .row-select-details .related-articles a {
    display: block;
    font-size: 18px !important;
    color: #333 !important;
    text-align: center;
    line-height: 27px;
    padding-bottom: 15px;
  }
  /* line 178, app/assets/stylesheets/style_mobile.css.scss */
  .details {
    background-color: #fff;
  }
  /* line 181, app/assets/stylesheets/style_mobile.css.scss */
  .details .cont {
    font-size: 16px;
    color: #8b8b8b;
  }
  /* line 186, app/assets/stylesheets/style_mobile.css.scss */
  .detail-tags {
    padding: 0 15px;
    background-color: #fff;
  }
  /* line 190, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details h2 {
    padding-right: 20px;
    font-size: 20px;
  }
  /* line 191, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details .share {
    display: block;
    position: static;
    margin-bottom: 10px;
  }
  /* line 192, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details .share-box {
    top: auto;
    right: auto;
  }
  /* line 193, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details .info {
    padding: 10px 0;
  }
  /* line 194, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details .info span {
    display: block;
    line-height: 2;
  }
  /* line 195, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details dd {
    padding-right: 0;
  }
  /* line 197, app/assets/stylesheets/style_mobile.css.scss */
  .personal {
    padding: 20px 0 40px;
  }
  /* line 198, app/assets/stylesheets/style_mobile.css.scss */
  .personal .level {
    position: static;
    margin-bottom: 15px;
  }
  /* line 199, app/assets/stylesheets/style_mobile.css.scss */
  .nav-tabs.nav-justified > li {
    display: inline-block;
    margin-right: -5px;
    width: 19%;
  }
  /* line 200, app/assets/stylesheets/style_mobile.css.scss */
  .nav-tabs.nav-justified > li a {
    padding: 10px;
    margin-bottom: 1px;
  }
}

@media (max-width: 767px) {
  /* line 204, app/assets/stylesheets/style_mobile.css.scss */
  .order-ensure .pay-btn {
    margin: 20px;
  }
  /* line 205, app/assets/stylesheets/style_mobile.css.scss */
  .order-ensure .pay-btn .btn {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  /* line 208, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .filter {
    float: none;
  }
  /* line 209, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order > .table-bordered {
    display: none;
  }
  /* line 210, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .panel-heading {
    display: none;
  }
  /* line 211, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .table-responsive {
    border-radius: 5px;
    border-color: #ebebeb;
  }
  /* line 212, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .order-details {
    border-radius: 0;
    border: none;
  }
  /* line 213, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .order-details thead {
    display: none;
  }
  /* line 214, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .order-details .table {
    border-bottom: 1px solid #ebebeb;
  }
  /* line 215, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .order-details .table td {
    padding: 20px 15px;
  }
  /* line 216, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .order-details .table td:first-child {
    border-bottom: 1px solid #ebebeb;
  }
  /* line 217, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .order-details .table td:first-child strong {
    font-size: 18px;
    color: #666;
  }
  /* line 218, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .panel .pay span {
    text-align: left;
  }
  /* line 219, app/assets/stylesheets/style_mobile.css.scss */
  .order-info {
    padding: 20px 15px;
  }
  /* line 220, app/assets/stylesheets/style_mobile.css.scss */
  .order-info .pull-right {
    float: none !important;
  }
  /* line 221, app/assets/stylesheets/style_mobile.css.scss */
  .media-mine {
    padding-top: 10px;
    padding-right: 25px;
  }
  /* line 222, app/assets/stylesheets/style_mobile.css.scss */
  .mine-info .media {
    float: none;
    display: block;
    width: 100%;
  }
  /* line 223, app/assets/stylesheets/style_mobile.css.scss */
  .mine-info .media-left, .mine-info .media-body {
    float: none;
    display: block;
    width: 100%;
  }
  /* line 224, app/assets/stylesheets/style_mobile.css.scss */
  .mine-info .info {
    float: none;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  /* line 225, app/assets/stylesheets/style_mobile.css.scss */
  .mine-info .info span {
    padding: 10px 0;
    border-right: 1px solid #ebebeb;
    width: 24%;
  }
  /* line 226, app/assets/stylesheets/style_mobile.css.scss */
  .mine-info .info span:last-child {
    border-right: none;
  }
  /* line 227, app/assets/stylesheets/style_mobile.css.scss */
  .personal-list .tab-content {
    padding: 0;
  }
  /* line 228, app/assets/stylesheets/style_mobile.css.scss */
  .mine-comments .media-left {
    width: auto;
  }
  /* line 229, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order {
    padding-left: 0;
    padding-top: 10px;
  }
  /* line 230, app/assets/stylesheets/style_mobile.css.scss */
  .media-mine .title {
    padding-left: 0;
    display: block;
    padding: 20px 0;
  }
  /* line 231, app/assets/stylesheets/style_mobile.css.scss */
  .media-mine .medias {
    padding-left: 0;
  }
  /* line 232, app/assets/stylesheets/style_mobile.css.scss */
  .mine-info {
    padding: 45px 0 40px 0;
    text-align: center;
    margin: 0 -25px 0 -15px;
  }
  /* line 234, app/assets/stylesheets/style_mobile.css.scss */
  .mine-news {
    padding: 30px 0 0 0;
  }
  /* line 235, app/assets/stylesheets/style_mobile.css.scss */
  .filter .btn-default {
    margin-left: -5px;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    padding: 6px 15px;
  }
  /* line 236, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .panel .table td {
    display: block;
    width: 100%;
  }
  /* line 237, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .order-details .table tr th {
    display: block;
    width: 100%;
  }
  /* line 238, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .order-details .table tr td {
    display: block;
    width: 100%;
    text-align: left;
  }
  /* line 239, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .panel-body {
    padding: 0;
  }
  /* line 240, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .panel .table td {
    padding: 10px;
    text-align: left;
  }
  /* line 241, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .panel .table td:first-child {
    border-bottom: 1px solid #ebebeb;
  }
  /* line 242, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .panel .table td:first-child a {
    font-size: 18px;
    color: #666;
  }
  /* line 243, app/assets/stylesheets/style_mobile.css.scss */
  .mine-order .tit {
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
    color: #999;
  }
}

@media (max-width: 767px) {
  /* line 246, app/assets/stylesheets/style_mobile.css.scss */
  .publish {
    margin: 35px 0 50px;
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  /* line 250, app/assets/stylesheets/style_mobile.css.scss */
  .product-relate {
    margin-bottom: 15px;
  }
  /* line 253, app/assets/stylesheets/style_mobile.css.scss */
  .product-relate .col-md-6 {
    max-height: none;
    margin: 15px 14px;
  }
  /* line 258, app/assets/stylesheets/style_mobile.css.scss */
  .product-relate .row > div:nth-child(2n+1) .media {
    margin-left: 0;
  }
  /* line 261, app/assets/stylesheets/style_mobile.css.scss */
  .product-relate .row > div:nth-child(2n) .media {
    margin-right: 0;
  }
  /* line 265, app/assets/stylesheets/style_mobile.css.scss */
  .product-relate .media {
    background-color: #fff;
    padding-bottom: 15px;
  }
  /* line 269, app/assets/stylesheets/style_mobile.css.scss */
  .product-relate .media-left {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 276, app/assets/stylesheets/style_mobile.css.scss */
  .product-relate .media-heading {
    text-align: center;
  }
  /* line 279, app/assets/stylesheets/style_mobile.css.scss */
  .product-relate .media-body {
    display: block;
    margin: 10px 0;
  }
  /* line 280, app/assets/stylesheets/style_mobile.css.scss */
  .product-wrap .media-left {
    padding-right: 10px;
  }
  /* line 281, app/assets/stylesheets/style_mobile.css.scss */
  .product-wrap .media-left a {
    width: 48px;
    height: 48px;
  }
  /* line 282, app/assets/stylesheets/style_mobile.css.scss */
  .product-wrap .media-left .icon {
    margin: 5px 0 2px;
  }
  /* line 283, app/assets/stylesheets/style_mobile.css.scss */
  .product-wrap .media-heading {
    font-size: 18px;
  }
  /* line 284, app/assets/stylesheets/style_mobile.css.scss */
  .product-wrap .media-body {
    padding-right: 0;
  }
  /* line 285, app/assets/stylesheets/style_mobile.css.scss */
  .product-wrap p {
    margin-bottom: 10px;
  }
  /* line 286, app/assets/stylesheets/style_mobile.css.scss */
  .product-wrap .info {
    position: static;
    color: #999;
    text-align: left;
  }
  /* line 287, app/assets/stylesheets/style_mobile.css.scss */
  .product-wrap .info img {
    display: inline-block;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  /* line 291, app/assets/stylesheets/style_mobile.css.scss */
  .select-list .details {
    left: 15px;
    right: 15px;
  }
  /* line 292, app/assets/stylesheets/style_mobile.css.scss */
  .select-list .pic {
    height: 240px;
  }
  /* line 293, app/assets/stylesheets/style_mobile.css.scss */
  .select-list .big .pic, .select-list .big .pic img {
    height: 360px;
  }
  /* line 294, app/assets/stylesheets/style_mobile.css.scss */
  .select-list .tab-pane .col-xs-12 {
    padding: 0;
  }
  /* line 295, app/assets/stylesheets/style_mobile.css.scss */
  .select-list .nav-tabs {
    width: 100%;
  }
  /* line 296, app/assets/stylesheets/style_mobile.css.scss */
  .select-list .nav-tabs > li > a {
    padding: 18px 8px;
  }
}

@media (max-width: 767px) {
  /* line 300, app/assets/stylesheets/style_mobile.css.scss */
  .setting .nav-tabs {
    padding: 0 10px;
  }
  /* line 301, app/assets/stylesheets/style_mobile.css.scss */
  .setting .nav-tabs > li > a {
    padding: 30px 10px;
    font-size: 14px;
  }
  /* line 302, app/assets/stylesheets/style_mobile.css.scss */
  .setting .btn-sm.pull-right {
    display: none;
  }
  /* line 303, app/assets/stylesheets/style_mobile.css.scss */
  .form-avatar .col-sm-6 {
    text-align: center;
  }
  /* line 305, app/assets/stylesheets/style_mobile.css.scss */
  .setting .form-avatar .btn-primary, .setting .form-avatar .btn-basic {
    position: absolute;
    width: 100%;
    left: 0;
    height: 90px;
    background-color: transparent;
    color: transparent;
    border: none;
    bottom: 62px;
  }
  /* line 306, app/assets/stylesheets/style_mobile.css.scss */
  .setting .form-avatar .btn-primary a, .setting .form-avatar .btn-basic a {
    font-size: 16px;
    color: #8b8b8b;
  }
  /* line 307, app/assets/stylesheets/style_mobile.css.scss */
  .setting .form-avatar .btn-primary input[type='file'], .setting .form-avatar .btn-basic input[type='file'] {
    width: 100%;
    height: 90px;
  }
  /* line 308, app/assets/stylesheets/style_mobile.css.scss */
  .setting .form-horizontal img {
    margin-right: 0px;
  }
  /* line 310, app/assets/stylesheets/style_mobile.css.scss */
  .tab-bind {
    padding: 35px 10px 60px;
  }
  /* line 311, app/assets/stylesheets/style_mobile.css.scss */
  .setting {
    margin: 25px 0 30px;
  }
  /* line 312, app/assets/stylesheets/style_mobile.css.scss */
  .setting .form-group {
    margin: 10px;
    position: relative;
  }
  /* line 313, app/assets/stylesheets/style_mobile.css.scss */
  .setting .form-group .col-sm-1 {
    position: absolute;
    right: 10px;
    top: 40px;
  }
  /* line 314, app/assets/stylesheets/style_mobile.css.scss */
  .msg-list li {
    padding: 25px 10px;
  }
  /* line 315, app/assets/stylesheets/style_mobile.css.scss */
  .media-share > a {
    background-color: transparent;
  }
  /* line 316, app/assets/stylesheets/style_mobile.css.scss */
  .select-details {
    background-color: #fff;
    padding: 15px;
    margin: 15px 7.5px 7.5px;
  }
  /* line 317, app/assets/stylesheets/style_mobile.css.scss */
  .select-details .banner {
    margin: 20px -15px;
  }
  /* line 318, app/assets/stylesheets/style_mobile.css.scss */
  .select-details .detail-tags {
    margin-bottom: 0;
  }
  /* line 319, app/assets/stylesheets/style_mobile.css.scss */
  .select-details .details h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  /* line 320, app/assets/stylesheets/style_mobile.css.scss */
  .select-details .banner img {
    width: 345px;
    height: 194px;
    margin: auto;
    display: block;
  }
  /* line 321, app/assets/stylesheets/style_mobile.css.scss */
  .about-content {
    padding: 25px 15px;
  }
  /* line 322, app/assets/stylesheets/style_mobile.css.scss */
  .about-content img {
    height: auto !important;
    max-width: 100%;
  }
  /* line 323, app/assets/stylesheets/style_mobile.css.scss */
  .about-content p {
    text-indent: 0;
    margin-bottom: 20px;
  }
  /* line 324, app/assets/stylesheets/style_mobile.css.scss */
  .about-nav {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  /* line 331, app/assets/stylesheets/style_mobile.css.scss */
  .media-latest .medias .media-heading {
    font-size: 16px;
  }
  /* line 334, app/assets/stylesheets/style_mobile.css.scss */
  .medias .media-heading h4 {
    padding-right: 40px;
    font-size: 18px;
  }
  /* line 338, app/assets/stylesheets/style_mobile.css.scss */
  .medias .media-heading em {
    font-size: 14px;
    top: 5px;
  }
  /* line 342, app/assets/stylesheets/style_mobile.css.scss */
  .medias .media-body p {
    font-size: 16px;
  }
  /* line 345, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details .info {
    font-size: 16px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 355, app/assets/stylesheets/style_mobile.css.scss */
  .media-latest .medias .media-heading {
    font-size: 16px;
  }
  /* line 358, app/assets/stylesheets/style_mobile.css.scss */
  .medias .media-heading h4 {
    padding-right: 40px;
    font-size: 18px;
  }
  /* line 362, app/assets/stylesheets/style_mobile.css.scss */
  .medias .media-heading em {
    font-size: 14px;
    top: 5px;
  }
  /* line 366, app/assets/stylesheets/style_mobile.css.scss */
  .medias .media-body p {
    font-size: 16px;
  }
  /* line 369, app/assets/stylesheets/style_mobile.css.scss */
  .activity-details .info {
    font-size: 16px;
  }
}

@media screen and (max-device-width: 400px) {
  /* line 376, app/assets/stylesheets/style_mobile.css.scss */
  .order-info .form-control, .order-info body.pages.index .form-control, body.pages.index .order-info .form-control,
.order-info body.hashtags .form-control,
body.hashtags .order-info .form-control {
    margin-left: 7px;
  }
  /* line 379, app/assets/stylesheets/style_mobile.css.scss */
  .order-info .order-info-text {
    margin: 0 auto;
  }
  /* line 382, app/assets/stylesheets/style_mobile.css.scss */
  .order-info {
    padding: 20px 30px;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 760px) {
  /* line 388, app/assets/stylesheets/style_mobile.css.scss */
  .tnf-banner {
    min-height: 480px;
    font-size: 25px;
  }
  /* line 393, app/assets/stylesheets/style_mobile.css.scss */
  .tnf-banner p {
    line-height: 3em;
  }
  /* line 397, app/assets/stylesheets/style_mobile.css.scss */
  .tnf-banner .tnf {
    font-size: 40px;
  }
  /* line 401, app/assets/stylesheets/style_mobile.css.scss */
  .tnf-banner a {
    width: 150px;
    height: 50px;
    margin: 0 10%;
    font-size: 20px;
    line-height: 50px;
  }
  /* line 409, app/assets/stylesheets/style_mobile.css.scss */
  .submenu {
    min-width: 150px !important;
    margin-left: 0px;
  }
  /* line 414, app/assets/stylesheets/style_mobile.css.scss */
  .submenu > li > a {
    margin-right: 0px !important;
    border-radius: 0;
    color: #999;
    padding: 15px 0;
  }
  /* line 419, app/assets/stylesheets/style_mobile.css.scss */
  .submenu > li > a:hover, .submenu > li > a:focus {
    box-shadow: inset -2px 0 0 #0096FF;
    color: #0096FF !important;
    background-color: #fff;
  }
  /* line 425, app/assets/stylesheets/style_mobile.css.scss */
  .submenu > li > a .icon {
    margin-right: 24px;
  }
}

@media (max-width: 992px) {
  /* line 431, app/assets/stylesheets/style_mobile.css.scss */
  .slider li {
    text-align: center;
  }
}

@media (max-width: 767px) {
  /* line 435, app/assets/stylesheets/style_mobile.css.scss */
  .index .media-wrap .medias .media {
    padding-bottom: 20px;
  }
  /* line 436, app/assets/stylesheets/style_mobile.css.scss */
  .index .media-wrap .medias .media-left img {
    width: 36px;
    height: 36px;
  }
  /* line 437, app/assets/stylesheets/style_mobile.css.scss */
  .index .media-wrap .medias .media:after {
    left: 18px;
  }
  /* line 438, app/assets/stylesheets/style_mobile.css.scss */
  .media-latest .medias .media-heading em {
    position: absolute;
  }
  /* line 439, app/assets/stylesheets/style_mobile.css.scss */
  .modal-index .modal-body {
    padding: 25px 15px 20px;
  }
  /* line 440, app/assets/stylesheets/style_mobile.css.scss */
  .footer-link a {
    padding: 0 6px;
  }
  /* line 441, app/assets/stylesheets/style_mobile.css.scss */
  .footer-link a:nth-child(4) {
    display: none;
  }
  /* line 442, app/assets/stylesheets/style_mobile.css.scss */
  .footer-link .contact {
    clear: left;
    float: none !important;
    text-align: center;
    margin-top: 30px;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 760px) {
  /* line 446, app/assets/stylesheets/style_mobile.css.scss */
  .tnf-banner {
    min-height: 480px;
    font-size: 25px;
  }
  /* line 451, app/assets/stylesheets/style_mobile.css.scss */
  .tnf-banner p {
    line-height: 3em;
  }
  /* line 455, app/assets/stylesheets/style_mobile.css.scss */
  .tnf-banner .tnf {
    font-size: 40px;
  }
  /* line 459, app/assets/stylesheets/style_mobile.css.scss */
  .tnf-banner a {
    width: 150px;
    height: 50px;
    margin: 0 10%;
    font-size: 20px;
    line-height: 50px;
  }
  /* line 467, app/assets/stylesheets/style_mobile.css.scss */
  .submenu {
    min-width: 150px !important;
    margin-left: 0px;
  }
  /* line 472, app/assets/stylesheets/style_mobile.css.scss */
  .submenu > li > a {
    margin-right: 0px !important;
    border-radius: 0;
    color: #999;
    padding: 15px 0;
  }
  /* line 477, app/assets/stylesheets/style_mobile.css.scss */
  .submenu > li > a:hover, .submenu > li > a:focus {
    box-shadow: inset -2px 0 0 #0096FF;
    color: #0096FF !important;
    background-color: #fff;
  }
  /* line 483, app/assets/stylesheets/style_mobile.css.scss */
  .submenu > li > a .icon {
    margin-right: 24px;
  }
}

@media (max-width: 767px) {
  /* line 490, app/assets/stylesheets/style_mobile.css.scss */
  .row-select-details .comment-area {
    margin: 7.5px 15px;
  }
}

/* line 2, app/assets/stylesheets/global.css.scss */
body a.auto_link {
  color: #2586fa !important;
  word-wrap: break-word;
}

/* line 5, app/assets/stylesheets/global.css.scss */
body a.auto_link:hover {
  text-decoration: underline !important;
}

/* line 9, app/assets/stylesheets/global.css.scss */
body .back-to-top {
  display: none;
  position: fixed;
  right: 125px;
  bottom: 50px;
  z-index: 999;
}

/* line 16, app/assets/stylesheets/global.css.scss */
body .back-to-top a img {
  height: 55px;
  width: 55px;
}

/* line 23, app/assets/stylesheets/global.css.scss */
body .banner {
  margin-top: 10px;
}

/* line 25, app/assets/stylesheets/global.css.scss */
body .banner img {
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
}

/* line 33, app/assets/stylesheets/global.css.scss */
body.events .banner {
  padding-right: 15px;
}

@media (max-width: 765px) {
  /* line 38, app/assets/stylesheets/global.css.scss */
  body.events .banner {
    padding-left: 15px;
  }
  /* line 42, app/assets/stylesheets/global.css.scss */
  body.articles .banner {
    padding: 0 6px;
  }
}

@media (max-width: 586px) {
  /* line 48, app/assets/stylesheets/global.css.scss */
  body .back-to-top {
    right: 9px;
    bottom: 3.5em;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(//static.shenzhenware.com/assets/fontawesome-webfont-d4c1ffa164b443a283e8a0e463336a9784cb9978728495cc6cf27f45b43ce18b.eot);
  src: url(//static.shenzhenware.com/assets/fontawesome-webfont-d4c1ffa164b443a283e8a0e463336a9784cb9978728495cc6cf27f45b43ce18b.eot?#iefix) format("embedded-opentype"), url(//static.shenzhenware.com/assets/fontawesome-webfont-a24843e5a443da150f9067909be260a2e8e8586d251da06956eb14b5a335699a.woff2) format("woff2"), url(//static.shenzhenware.com/assets/fontawesome-webfont-26ae0bcc19d3666a4fa4cc4d4a1bbf978d6974b55f5c32d2f797e53d8366d81f.woff) format("woff"), url(//static.shenzhenware.com/assets/fontawesome-webfont-c2836104dc961c91dc1a24c7ec002b328923d9020bbba8107721cd513f45e3f5.ttf) format("truetype"), url(//static.shenzhenware.com/assets/fontawesome-webfont-c6929547a065bb40f7d5fcc89ce8ab67c479246f2d3ea8111aadc1a7d1f6d8ad.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 125, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, ../../shared/vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@-webkit-keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
  }
  20% {
    opacity: .7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
  }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
  }
  20% {
    opacity: .7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
  }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

/* line 51, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-anchor-preview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 1.4;
  max-width: 280px;
  position: absolute;
  text-align: center;
  top: 0;
  word-break: break-all;
  word-wrap: break-word;
  visibility: hidden;
  z-index: 2000;
}

/* line 64, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-anchor-preview a {
  color: #fff;
  display: inline-block;
  margin: 5px 5px 10px;
}

/* line 69, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-anchor-preview-active {
  visibility: visible;
}

/* line 72, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-dragover {
  background: #ddd;
}

/* line 75, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-image-loading {
  -webkit-animation: medium-editor-image-loading 1s infinite ease-in-out;
  animation: medium-editor-image-loading 1s infinite ease-in-out;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px;
}

/* line 84, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-placeholder {
  position: relative;
}

/* line 86, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-placeholder:after {
  content: attr(data-placeholder) !important;
  font-style: italic;
  position: absolute;
  left: 0;
  top: 0;
  white-space: pre;
  padding: inherit;
  margin: inherit;
}

/* line 96, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-placeholder-relative {
  position: relative;
}

/* line 98, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-placeholder-relative:after {
  content: attr(data-placeholder) !important;
  font-style: italic;
  position: relative;
  white-space: pre;
  padding: inherit;
  margin: inherit;
}

/* line 106, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-toolbar-arrow-under:after, .medium-toolbar-arrow-over:before {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

/* line 116, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-toolbar-arrow-under:after {
  border-width: 8px 8px 0 8px;
}

/* line 119, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-toolbar-arrow-over:before {
  border-width: 0 8px 8px 8px;
  top: -8px;
}

/* line 123, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-toolbar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 2000;
}

/* line 131, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-toolbar ul {
  margin: 0;
  padding: 0;
}

/* line 134, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-toolbar li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 139, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-toolbar li button {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.33;
  margin: 0;
  padding: 15px;
  text-decoration: none;
}

/* line 148, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-toolbar li button:focus {
  outline: none;
}

/* line 150, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-toolbar li .medium-editor-action-underline {
  text-decoration: underline;
}

/* line 152, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-toolbar li .medium-editor-action-pre {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
  font-weight: 100;
  padding: 15px 0;
}

/* line 158, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-toolbar-active {
  visibility: visible;
}

/* line 161, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-sticky-toolbar {
  position: fixed;
  top: 1px;
}

/* line 165, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-relative-toolbar {
  position: relative;
}

/* line 168, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
  -webkit-animation: medium-editor-pop-upwards 160ms forwards linear;
  animation: medium-editor-pop-upwards 160ms forwards linear;
}

/* line 172, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-action-bold {
  font-weight: bolder;
}

/* line 175, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-action-italic {
  font-style: italic;
}

/* line 178, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-toolbar-form {
  display: none;
}

/* line 180, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-toolbar-form input,
.medium-editor-toolbar-form a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 183, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-toolbar-form .medium-editor-toolbar-form-row {
  line-height: 14px;
  margin-left: 5px;
  padding-bottom: 5px;
}

/* line 187, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-toolbar-form .medium-editor-toolbar-input,
.medium-editor-toolbar-form label {
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0;
  padding: 6px;
  width: 316px;
  display: inline-block;
}

/* line 196, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
.medium-editor-toolbar-form label:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  outline: 0;
}

/* line 204, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-toolbar-form a {
  display: inline-block;
  font-size: 24px;
  font-weight: bolder;
  margin: 0 10px;
  text-decoration: none;
}

/* line 211, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-toolbar-form-active {
  display: block;
}

/* line 214, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-toolbar-actions:after {
  clear: both;
  content: "";
  display: table;
}

/* line 219, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-element {
  word-wrap: break-word;
  min-height: 30px;
}

/* line 222, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-element img {
  max-width: 100%;
}

/* line 224, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-element sub {
  vertical-align: sub;
}

/* line 226, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-element sup {
  vertical-align: super;
}

/* line 229, app/assets/stylesheets/medium-editor-package/medium-editor.css */
.medium-editor-hidden {
  display: none;
}

/* line 1, app/assets/stylesheets/medium-editor-package/default.css */
.medium-toolbar-arrow-under:after {
  border-color: #242424 transparent transparent transparent;
  top: 50px;
}

/* line 5, app/assets/stylesheets/medium-editor-package/default.css */
.medium-toolbar-arrow-over:before {
  border-color: transparent transparent #242424 transparent;
  top: -8px;
}

/* line 9, app/assets/stylesheets/medium-editor-package/default.css */
.medium-editor-toolbar {
  background-color: #242424;
  background: -webkit-linear-gradient(top, #242424, rgba(36, 36, 36, 0.75));
  background: linear-gradient(to bottom, #242424, rgba(36, 36, 36, 0.75));
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 0 0 3px #000;
}

/* line 16, app/assets/stylesheets/medium-editor-package/default.css */
.medium-editor-toolbar li button {
  background-color: #242424;
  background: -webkit-linear-gradient(top, #242424, rgba(36, 36, 36, 0.89));
  background: linear-gradient(to bottom, #242424, rgba(36, 36, 36, 0.89));
  border: 0;
  border-right: 1px solid #000;
  border-left: 1px solid #333;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 50px;
  min-width: 50px;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}

/* line 30, app/assets/stylesheets/medium-editor-package/default.css */
.medium-editor-toolbar li button:hover {
  background-color: #000;
  color: yellow;
}

/* line 33, app/assets/stylesheets/medium-editor-package/default.css */
.medium-editor-toolbar li .medium-editor-button-first {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 36, app/assets/stylesheets/medium-editor-package/default.css */
.medium-editor-toolbar li .medium-editor-button-last {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 39, app/assets/stylesheets/medium-editor-package/default.css */
.medium-editor-toolbar li .medium-editor-button-active {
  background-color: #000;
  background: -webkit-linear-gradient(top, #242424, rgba(0, 0, 0, 0.89));
  background: linear-gradient(to bottom, #242424, rgba(0, 0, 0, 0.89));
  color: #fff;
}

/* line 45, app/assets/stylesheets/medium-editor-package/default.css */
.medium-editor-toolbar-form {
  background: #242424;
  border-radius: 5px;
  color: #999;
}

/* line 49, app/assets/stylesheets/medium-editor-package/default.css */
.medium-editor-toolbar-form .medium-editor-toolbar-input {
  background: #242424;
  box-sizing: border-box;
  color: #ccc;
  height: 50px;
}

/* line 54, app/assets/stylesheets/medium-editor-package/default.css */
.medium-editor-toolbar-form a {
  color: #fff;
}

/* line 57, app/assets/stylesheets/medium-editor-package/default.css */
.medium-editor-toolbar-anchor-preview {
  background: #242424;
  border-radius: 5px;
  color: #fff;
}

/* line 62, app/assets/stylesheets/medium-editor-package/default.css */
.medium-editor-placeholder:after {
  color: #b3b3b1;
}

/*!
 * medium-editor-insert-plugin v2.5.1 - jQuery insert plugin for MediumEditor
 *
 * http://linkesch.com/medium-editor-insert-plugin
 *
 * Copyright (c) 2014 Pavel Linkesch (http://linkesch.com)
 * Released under the MIT license
 */
/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-images, .mediumInsert {
  text-align: center;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-images figure, .mediumInsert figure {
  margin: 0;
  display: block;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-images figure img, .mediumInsert figure img {
  max-width: 100%;
  margin-top: 1em;
  vertical-align: top;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-images figure:first-child img, .mediumInsert figure:first-child img {
  margin-top: 0;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-images-left.mediumInsert, .medium-insert-images.medium-insert-images-left, .mediumInsert.small {
  max-width: 33.33%;
  float: left;
  margin: 0 30px 20px 0;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-images-right.mediumInsert, .medium-insert-images.medium-insert-images-right {
  max-width: 33.33%;
  float: right;
  margin: 0 0 20px 30px;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-images-grid.mediumInsert, .medium-insert-images.medium-insert-images-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  margin: .5em -.5em;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-images-grid.mediumInsert figure, .medium-insert-images.medium-insert-images-grid figure {
  width: 33.33%;
  display: inline-block;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-images-grid.mediumInsert figure img, .medium-insert-images.medium-insert-images-grid figure img {
  max-width: calc(100% - 1em);
  margin: .5em;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-embeds, .mediumInsert-embeds {
  text-align: center;
  margin: 1em 0;
  position: relative;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-embeds div, .medium-insert-embeds iframe, .mediumInsert-embeds div, .mediumInsert-embeds iframe {
  margin: 0 auto !important;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-embeds-left.mediumInsert-embeds, .medium-insert-embeds.medium-insert-embeds-left {
  width: 33.33%;
  float: left;
  margin: 0 30px 20px 0;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-embeds-right.mediumInsert-embeds, .medium-insert-embeds.medium-insert-embeds-right {
  width: 33.33%;
  float: right;
  margin: 0 0 20px 30px;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-embeds figure, .medium-insert-images figure, .mediumInsert figure, .mediumInsert-embeds figure {
  position: relative;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-embeds figure figcaption, .medium-insert-images figure figcaption, .mediumInsert figure figcaption, .mediumInsert-embeds figure figcaption {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  margin: 10px 0;
  color: #ccc;
  font-size: .8em;
  font-style: italic;
  outline: 0 solid transparent;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-editor-insert-plugin:focus, .medium-insert-embeds figure figcaption:focus, .medium-insert-images figure figcaption:focus, .mediumInsert figure figcaption:focus, .mediumInsert-embeds figure figcaption:focus {
  outline: 0 solid transparent;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-editor-insert-plugin {
  outline: 0 solid transparent;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-editor-insert-plugin .clearfix:after, .medium-editor-insert-plugin .clearfix:before, .medium-editor-insert-plugin:after, .medium-editor-insert-plugin:before {
  content: " ";
  display: table;
  clear: both;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-editor-insert-plugin p {
  margin: 1em 0;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-editor-insert-plugin progress {
  display: block;
  margin: 1em auto;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-editor-insert-plugin .hide {
  display: none;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-editor-insert-plugin.medium-editor-placeholder:after {
  padding: 1em 0;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-editor-insert-plugin .medium-insert-buttons {
  position: absolute;
  color: #ddd;
  font-size: .9em;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-editor-insert-plugin .medium-insert-buttons button {
  display: block;
  cursor: pointer;
  color: #ddd;
  background: #fff;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #ddd;
  line-height: 30px;
  text-align: center;
  padding: 0;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-show {
  font-size: 25px;
  transform: rotate(0);
  transition: transform 100ms;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-show span {
  display: block;
  margin-top: -4px;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-show.medium-insert-buttons-rotate {
  transition: transform 250ms;
  transform: rotate(45deg);
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: relative;
  z-index: 2;
  left: 55px;
  top: -32px;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons li {
  display: inline-block;
  margin: 0 5px;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons li .fa {
  font-size: 15px;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-caption-placeholder {
  position: relative;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-caption-placeholder:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  content: attr(data-placeholder);
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.dragging {
  cursor: move;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-image-active {
  outline: 2px solid #000;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-images-toolbar {
  display: none;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-images, .mediumInsert {
  margin: 1em 0;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-images .dragged, .mediumInsert .dragged {
  position: absolute;
  top: 0;
  opacity: .5;
  z-index: 2000;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-images .placeholder, .mediumInsert .placeholder {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-images .medium-insert-images-progress, .mediumInsert .medium-insert-images-progress {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-embeds-input {
  position: relative;
  color: #ccc;
  z-index: 1;
  text-align: left;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-embeds-placeholder {
  position: relative;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-embeds-placeholder:after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-placeholder);
  color: #ccc;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-embeds-selected .medium-insert-embed {
  outline: 2px solid #000;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-embeds-toolbar {
  display: none;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin.min.css */
.medium-insert-embeds .medium-insert-embeds-overlay, .mediumInsert-embeds .medium-insert-embeds-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*!
 * medium-editor-insert-plugin v2.5.1 - jQuery insert plugin for MediumEditor
 *
 * http://linkesch.com/medium-editor-insert-plugin
 *
 * Copyright (c) 2014 Pavel Linkesch (http://linkesch.com)
 * Released under the MIT license
 */
/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin-frontend.min.css */
.medium-insert-images, .mediumInsert {
  text-align: center;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin-frontend.min.css */
.medium-insert-images figure, .mediumInsert figure {
  margin: 0;
  display: block;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin-frontend.min.css */
.medium-insert-images figure img, .mediumInsert figure img {
  max-width: 100%;
  margin-top: 1em;
  vertical-align: top;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin-frontend.min.css */
.medium-insert-images figure:first-child img, .mediumInsert figure:first-child img {
  margin-top: 0;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin-frontend.min.css */
.medium-insert-images-left.mediumInsert, .medium-insert-images.medium-insert-images-left, .mediumInsert.small {
  max-width: 33.33%;
  float: left;
  margin: 0 30px 20px 0;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin-frontend.min.css */
.medium-insert-images-right.mediumInsert, .medium-insert-images.medium-insert-images-right {
  max-width: 33.33%;
  float: right;
  margin: 0 0 20px 30px;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin-frontend.min.css */
.medium-insert-images-grid.mediumInsert, .medium-insert-images.medium-insert-images-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  margin: .5em -.5em;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin-frontend.min.css */
.medium-insert-images-grid.mediumInsert figure, .medium-insert-images.medium-insert-images-grid figure {
  width: 33.33%;
  display: inline-block;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin-frontend.min.css */
.medium-insert-images-grid.mediumInsert figure img, .medium-insert-images.medium-insert-images-grid figure img {
  max-width: calc(100% - 1em);
  margin: .5em;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin-frontend.min.css */
.medium-insert-embeds, .mediumInsert-embeds {
  text-align: center;
  margin: 1em 0;
  position: relative;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin-frontend.min.css */
.medium-insert-embeds div, .medium-insert-embeds iframe, .mediumInsert-embeds div, .mediumInsert-embeds iframe {
  margin: 0 auto !important;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin-frontend.min.css */
.medium-insert-embeds-left.mediumInsert-embeds, .medium-insert-embeds.medium-insert-embeds-left {
  width: 33.33%;
  float: left;
  margin: 0 30px 20px 0;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin-frontend.min.css */
.medium-insert-embeds-right.mediumInsert-embeds, .medium-insert-embeds.medium-insert-embeds-right {
  width: 33.33%;
  float: right;
  margin: 0 0 20px 30px;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin-frontend.min.css */
.medium-insert-embeds figure, .medium-insert-images figure, .mediumInsert figure, .mediumInsert-embeds figure {
  position: relative;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin-frontend.min.css */
.medium-insert-embeds figure figcaption, .medium-insert-images figure figcaption, .mediumInsert figure figcaption, .mediumInsert-embeds figure figcaption {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  margin: 10px 0;
  color: #ccc;
  font-size: .8em;
  font-style: italic;
  outline: 0 solid transparent;
}

/* line 10, app/assets/stylesheets/medium-editor-package/medium-editor-insert-plugin-frontend.min.css */
.medium-insert-embeds figure figcaption:focus, .medium-insert-images figure figcaption:focus, .mediumInsert figure figcaption:focus, .mediumInsert-embeds figure figcaption:focus {
  outline: 0 solid transparent;
}

/* line 6, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content, .medium-editor-insert-plugin {
  line-height: normal !important;
}

/* line 8, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content h1, .medium-editor-insert-plugin h1 {
  color: #000 !important;
  font-size: 26px !important;
  line-height: 1.5 !important;
}

/* line 14, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content h2, .medium-editor-insert-plugin h2 {
  color: #262626 !important;
  font-size: 24px !important;
  line-height: 1.5 !important;
}

/* line 20, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content h3, .medium-editor-insert-plugin h3 {
  color: #404040 !important;
  font-size: 20px !important;
  line-height: 1.6 !important;
}

/* line 26, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content h5, .medium-editor-insert-plugin h5 {
  color: #7F7F7F !important;
  font-size: 14px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  margin-bottom: 0;
  margin-top: 0;
}

/* line 34, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content p, .medium-editor-content span, .medium-editor-insert-plugin p, .medium-editor-insert-plugin span {
  color: #404040 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
  line-height: 1.8 !important;
}

/* line 40, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content p a, .medium-editor-content span a, .medium-editor-insert-plugin p a, .medium-editor-insert-plugin span a {
  font-size: 16px !important;
}

/* line 44, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content .medium-insert-buttons button.medium-insert-buttons-show span, .medium-editor-insert-plugin .medium-insert-buttons button.medium-insert-buttons-show span {
  margin-bottom: 0 !important;
}

/* line 47, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content blockquote, .medium-editor-insert-plugin blockquote {
  color: #404040;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 2.1 !important;
}

/* line 53, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content blockquote br, .medium-editor-insert-plugin blockquote br {
  content: "" !important;
  display: block !important;
  margin-bottom: 0.8em !important;
}

/* line 59, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content blockquote a, .medium-editor-insert-plugin blockquote a {
  font-size: 14px !important;
}

/* line 63, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content figcaption, .medium-editor-insert-plugin figcaption {
  color: #000 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

/* line 69, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content ol, .medium-editor-insert-plugin ol {
  list-style-type: decimal !important;
  margin-left: 20px !important;
}

/* line 72, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content ol li, .medium-editor-content ol li span, .medium-editor-insert-plugin ol li, .medium-editor-insert-plugin ol li span {
  color: #404040 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
  line-height: 1.8 !important;
}

/* line 80, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content ul, .medium-editor-insert-plugin ul {
  list-style-type: disc !important;
  margin-left: 20px !important;
}

/* line 83, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content ul li, .medium-editor-content ul li span, .medium-editor-insert-plugin ul li, .medium-editor-insert-plugin ul li span {
  color: #404040 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
  line-height: 1.8 !important;
}

/* line 91, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content a, .medium-editor-insert-plugin a {
  color: #0096FF !important;
  font-size: 16px !important;
}

/* line 94, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content a:hover, .medium-editor-insert-plugin a:hover {
  text-decoration: underline !important;
}

/* line 98, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content img, .medium-editor-insert-plugin img {
  max-width: 100%;
}

/* line 102, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content .video-container, .medium-editor-insert-plugin .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 110, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content .video-container iframe, .medium-editor-content .video-container object, .medium-editor-content .video-container embed, .medium-editor-insert-plugin .video-container iframe, .medium-editor-insert-plugin .video-container object, .medium-editor-insert-plugin .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 125, app/assets/stylesheets/medium_editor_style.css.scss */
.medium-editor-content video, .medium-editor-insert-plugin video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 16px auto;
  border-radius: 4px;
  background: #000;
}

/* line 136, app/assets/stylesheets/medium_editor_style.css.scss */
.active_admin .medium-editor-insert-plugin {
  width: 70%;
  min-height: 500px;
  padding: 30px 60px 0;
}

/* line 144, app/assets/stylesheets/medium_editor_style.css.scss */
.events .medium-editor-content h3 {
  color: inherit !important;
}

/* line 147, app/assets/stylesheets/medium_editor_style.css.scss */
.events .medium-editor-content span {
  color: #666 !important;
}

/* line 1, app/assets/stylesheets/themes/default.css */
.medium-toolbar-arrow-under:after {
  border-color: #242424 transparent transparent transparent;
  top: 50px;
}

/* line 5, app/assets/stylesheets/themes/default.css */
.medium-toolbar-arrow-over:before {
  border-color: transparent transparent #242424 transparent;
  top: -8px;
}

/* line 9, app/assets/stylesheets/themes/default.css */
.medium-editor-toolbar {
  background-color: #242424;
  background: -webkit-linear-gradient(top, #242424, rgba(36, 36, 36, 0.75));
  background: linear-gradient(to bottom, #242424, rgba(36, 36, 36, 0.75));
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 0 0 3px #000;
}

/* line 16, app/assets/stylesheets/themes/default.css */
.medium-editor-toolbar li button {
  background-color: #242424;
  background: -webkit-linear-gradient(top, #242424, rgba(36, 36, 36, 0.89));
  background: linear-gradient(to bottom, #242424, rgba(36, 36, 36, 0.89));
  border: 0;
  border-right: 1px solid #000;
  border-left: 1px solid #333;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 50px;
  min-width: 50px;
  -webkit-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
}

/* line 30, app/assets/stylesheets/themes/default.css */
.medium-editor-toolbar li button:hover {
  background-color: #000;
  color: yellow;
}

/* line 33, app/assets/stylesheets/themes/default.css */
.medium-editor-toolbar li .medium-editor-button-first {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 36, app/assets/stylesheets/themes/default.css */
.medium-editor-toolbar li .medium-editor-button-last {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 39, app/assets/stylesheets/themes/default.css */
.medium-editor-toolbar li .medium-editor-button-active {
  background-color: #000;
  background: -webkit-linear-gradient(top, #242424, rgba(0, 0, 0, 0.89));
  background: linear-gradient(to bottom, #242424, rgba(0, 0, 0, 0.89));
  color: #fff;
}

/* line 45, app/assets/stylesheets/themes/default.css */
.medium-editor-toolbar-form {
  background: #242424;
  border-radius: 5px;
  color: #999;
}

/* line 49, app/assets/stylesheets/themes/default.css */
.medium-editor-toolbar-form .medium-editor-toolbar-input {
  background: #242424;
  box-sizing: border-box;
  color: #ccc;
  height: 50px;
}

/* line 54, app/assets/stylesheets/themes/default.css */
.medium-editor-toolbar-form a {
  color: #fff;
}

/* line 57, app/assets/stylesheets/themes/default.css */
.medium-editor-toolbar-anchor-preview {
  background: #242424;
  border-radius: 5px;
  color: #fff;
}

/* line 62, app/assets/stylesheets/themes/default.css */
.medium-editor-placeholder:after {
  color: #b3b3b1;
}

/* Preload images */
/* line 2, app/assets/stylesheets/lightbox.css */
body:after {
  content: url(//static.shenzhenware.com/../img/close.png) url(//static.shenzhenware.com/../img/loading.gif) url(//static.shenzhenware.com/../img/prev.png) url(//static.shenzhenware.com/../img/next.png);
  display: none;
}

/* line 7, app/assets/stylesheets/lightbox.css */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 18, app/assets/stylesheets/lightbox.css */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 28, app/assets/stylesheets/lightbox.css */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 39, app/assets/stylesheets/lightbox.css */
.lightbox a img {
  border: none;
}

/* line 43, app/assets/stylesheets/lightbox.css */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 57, app/assets/stylesheets/lightbox.css */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 63, app/assets/stylesheets/lightbox.css */
.lb-container {
  padding: 4px;
}

/* line 67, app/assets/stylesheets/lightbox.css */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 77, app/assets/stylesheets/lightbox.css */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(//static.shenzhenware.com/../img/loading.gif) no-repeat;
}

/* line 85, app/assets/stylesheets/lightbox.css */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 94, app/assets/stylesheets/lightbox.css */
.lb-container > .nav {
  left: 0;
}

/* line 98, app/assets/stylesheets/lightbox.css */
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

/* line 103, app/assets/stylesheets/lightbox.css */
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 109, app/assets/stylesheets/lightbox.css */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(//static.shenzhenware.com/../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 122, app/assets/stylesheets/lightbox.css */
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 127, app/assets/stylesheets/lightbox.css */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(//static.shenzhenware.com/../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 140, app/assets/stylesheets/lightbox.css */
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 145, app/assets/stylesheets/lightbox.css */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 158, app/assets/stylesheets/lightbox.css */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 164, app/assets/stylesheets/lightbox.css */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 169, app/assets/stylesheets/lightbox.css */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 176, app/assets/stylesheets/lightbox.css */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 182, app/assets/stylesheets/lightbox.css */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 190, app/assets/stylesheets/lightbox.css */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(//static.shenzhenware.com/../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 206, app/assets/stylesheets/lightbox.css */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 4, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast-container {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: max-content;
  max-width: 92vw;
  pointer-events: none;
}

/* line 19, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast {
  pointer-events: auto;
  position: relative;
  box-sizing: border-box;
  min-width: 280px;
  max-width: 92vw;
  padding: 13px 16px;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: visible;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25), 0 2px 8px rgba(0, 0, 0, 0.14);
  opacity: 0;
  transform-origin: center center;
  will-change: opacity, transform, border-radius;
}

/* line 42, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast--show {
  animation: flash-toast-island-in 0.45s cubic-bezier(0.34, 1.4, 0.64, 1) forwards;
}

/* line 47, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast--hide {
  animation: flash-toast-island-out 0.35s ease forwards;
}

@keyframes flash-toast-island-in {
  0% {
    opacity: 0;
    transform: translateY(-12px) scale(0.9);
    border-radius: 100px;
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    border-radius: 12px;
  }
}

@keyframes flash-toast-island-out {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
    border-radius: 12px;
  }
  100% {
    opacity: 0;
    transform: translateY(-8px) scale(0.7);
    border-radius: 100px;
  }
}

/* line 79, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast--info {
  background: linear-gradient(135deg, #6db1ff 0%, #2360d6 100%);
}

/* line 83, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast--error {
  background: linear-gradient(135deg, #ff7a8a 0%, #e23c52 100%);
}

/* line 87, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast--success {
  background: linear-gradient(135deg, #5fd38a 0%, #1f9d57 100%);
}

/* line 91, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast--warning {
  background: linear-gradient(135deg, #ffc24d 0%, #e8920c 100%);
}

/* line 96, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast__icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
}

/* line 105, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast--info .flash-toast__icon::after {
  content: "i";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  color: #2360d6;
  font-weight: 700;
  font-size: 13px;
  font-style: normal;
  line-height: 1;
}

/* line 118, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast--error .flash-toast__icon::after {
  content: "!";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
  color: #e23c52;
  font-weight: 700;
  font-size: 15px;
  font-style: normal;
  line-height: 1;
}

/* line 131, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast--success .flash-toast__icon::after {
  content: "\2713";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
  color: #1f9d57;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
}

/* line 144, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast--warning .flash-toast__icon::after {
  content: "!";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
  color: #e8920c;
  font-weight: 700;
  font-size: 15px;
  font-style: normal;
  line-height: 1;
}

/* line 157, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast__msg {
  flex: 1 1 auto;
  word-break: break-word;
  padding-right: 4px;
}

/* line 163, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast__close {
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1;
  width: 22px;
  height: 22px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

/* line 182, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast__close:hover {
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
  transform: scale(1.18);
}

/* line 188, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast__close:active {
  transform: scale(0.92);
}

/* line 194, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  overflow: visible;
}

/* line 205, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast__ring circle {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  transform: rotate(-90deg);
  transform-box: fill-box;
  transform-origin: center;
  animation: flash-toast-ring-anim var(--toast-duration, 4000ms) linear forwards;
}

/* line 219, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast--info .flash-toast__ring circle {
  stroke: rgba(200, 228, 255, 0.9);
}

/* line 223, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast--error .flash-toast__ring circle {
  stroke: rgba(255, 200, 210, 0.9);
}

/* line 227, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast--success .flash-toast__ring circle {
  stroke: rgba(205, 255, 222, 0.9);
}

/* line 231, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast--warning .flash-toast__ring circle {
  stroke: rgba(255, 236, 195, 0.9);
}

@keyframes flash-toast-ring-anim {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 100;
  }
}

/* line 241, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast--paused .flash-toast__ring circle {
  animation-play-state: paused;
}

/* line 249, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast-container--right {
  top: 20px;
  right: 20px;
  left: auto;
  transform: none;
  align-items: flex-end;
}

/* line 258, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast--has-actions .flash-toast__close {
  display: none;
}

/* line 263, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast--has-actions .flash-toast__ring circle {
  animation: none;
  stroke-dashoffset: 0;
}

/* line 269, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast__actions {
  flex: 0 0 auto;
  display: flex;
  gap: 8px;
  margin-left: 4px;
}

/* line 276, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast__action {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 5px 10px;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

/* line 288, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast__action:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* line 292, app/assets/stylesheets/flash_toast.css.scss */
.flash-toast__action:active {
  transform: scale(0.94);
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 10, app/assets/stylesheets/datepicker.css */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

/* line 17, app/assets/stylesheets/datepicker.css */
.datepicker-inline {
  width: 220px;
}

/* line 20, app/assets/stylesheets/datepicker.css */
.datepicker.datepicker-rtl {
  direction: rtl;
}

/* line 23, app/assets/stylesheets/datepicker.css */
.datepicker.datepicker-rtl table tr td span {
  float: right;
}

/* line 26, app/assets/stylesheets/datepicker.css */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 30, app/assets/stylesheets/datepicker.css */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

/* line 40, app/assets/stylesheets/datepicker.css */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}

/* line 49, app/assets/stylesheets/datepicker.css */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 52, app/assets/stylesheets/datepicker.css */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 55, app/assets/stylesheets/datepicker.css */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 58, app/assets/stylesheets/datepicker.css */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 61, app/assets/stylesheets/datepicker.css */
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

/* line 64, app/assets/stylesheets/datepicker.css */
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

/* line 67, app/assets/stylesheets/datepicker.css */
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 72, app/assets/stylesheets/datepicker.css */
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

/* line 77, app/assets/stylesheets/datepicker.css */
.datepicker > div {
  display: none;
}

/* line 80, app/assets/stylesheets/datepicker.css */
.datepicker.days div.datepicker-days {
  display: block;
}

/* line 83, app/assets/stylesheets/datepicker.css */
.datepicker.months div.datepicker-months {
  display: block;
}

/* line 86, app/assets/stylesheets/datepicker.css */
.datepicker.years div.datepicker-years {
  display: block;
}

/* line 89, app/assets/stylesheets/datepicker.css */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 98, app/assets/stylesheets/datepicker.css */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

/* line 108, app/assets/stylesheets/datepicker.css */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 112, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}

/* line 117, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}

/* line 121, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 127, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

/* line 145, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled[disabled]:hover {
  background-color: #fdf59a;
}

/* line 167, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover {
  background-color: #fbf069 \9;
}

/* line 177, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.today:hover:hover {
  color: #000;
}

/* line 180, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.today.active:hover {
  color: #fff;
}

/* line 183, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 192, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 212, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled[disabled]:hover {
  background-color: #f3e97a;
}

/* line 234, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover {
  background-color: #efe24b \9;
}

/* line 244, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 263, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled[disabled]:hover {
  background-color: #808080;
}

/* line 285, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover {
  background-color: #666666 \9;
}

/* line 295, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 314, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
  background-color: #0044cc;
}

/* line 336, app/assets/stylesheets/datepicker.css */
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover {
  background-color: #003399 \9;
}

/* line 346, app/assets/stylesheets/datepicker.css */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 358, app/assets/stylesheets/datepicker.css */
.datepicker table tr td span:hover {
  background: #eeeeee;
}

/* line 361, app/assets/stylesheets/datepicker.css */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

/* line 367, app/assets/stylesheets/datepicker.css */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 386, app/assets/stylesheets/datepicker.css */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover {
  background-color: #0044cc;
}

/* line 408, app/assets/stylesheets/datepicker.css */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover {
  background-color: #003399 \9;
}

/* line 418, app/assets/stylesheets/datepicker.css */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}

/* line 422, app/assets/stylesheets/datepicker.css */
.datepicker th.datepicker-switch {
  width: 145px;
}

/* line 425, app/assets/stylesheets/datepicker.css */
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 429, app/assets/stylesheets/datepicker.css */
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

/* line 433, app/assets/stylesheets/datepicker.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 439, app/assets/stylesheets/datepicker.css */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

/* line 443, app/assets/stylesheets/datepicker.css */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 449, app/assets/stylesheets/datepicker.css */
.input-daterange input {
  text-align: center;
}

/* line 452, app/assets/stylesheets/datepicker.css */
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 457, app/assets/stylesheets/datepicker.css */
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 462, app/assets/stylesheets/datepicker.css */
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 478, app/assets/stylesheets/datepicker.css */
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}

/* line 505, app/assets/stylesheets/datepicker.css */
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}

/* line 2, app/assets/stylesheets/products.css.scss */
body.products .products-index, body.products .products-collections-index, body.products .products-collections-new, body.product_collections .products-index, body.product_collections .products-collections-index, body.product_collections .products-collections-new {
  padding: 35px 0 100px;
}

/* line 5, app/assets/stylesheets/products.css.scss */
body.products .products-index .row > div, body.product_collections .products-index .row > div {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 9, app/assets/stylesheets/products.css.scss */
body.products .products-index .btn, body.products .products-collections-index .btn, body.product_collections .products-index .btn, body.product_collections .products-collections-index .btn {
  border-radius: 15px;
  border-width: 0px;
  padding: 6px 21px;
}

/* line 14, app/assets/stylesheets/products.css.scss */
body.products .products-index .filter, body.products .products-collections-index .filter, body.product_collections .products-index .filter, body.product_collections .products-collections-index .filter {
  margin-bottom: 10px;
  height: 34px;
  float: none;
}

/* line 19, app/assets/stylesheets/products.css.scss */
body.products .products-index .filter .btn-color, body.product_collections .products-index .filter .btn-color {
  background-color: #fff;
}

/* line 22, app/assets/stylesheets/products.css.scss */
body.products .products-index .filter .btn, body.products .products-collections-index .filter .btn, body.product_collections .products-index .filter .btn, body.product_collections .products-collections-index .filter .btn {
  margin-right: 10px;
  margin-left: 0;
}

/* line 26, app/assets/stylesheets/products.css.scss */
body.products .products-index .input-group input, body.products .products-collections-index .input-group input, body.product_collections .products-index .input-group input, body.product_collections .products-collections-index .input-group input {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  border: 0;
}

/* line 31, app/assets/stylesheets/products.css.scss */
body.products .products-index .filter .caret, body.product_collections .products-index .filter .caret {
  margin-left: 5px;
}

/* line 34, app/assets/stylesheets/products.css.scss */
body.products .products-index .filter i, body.products .products-collections-index .filter i, body.product_collections .products-index .filter i, body.product_collections .products-collections-index .filter i {
  margin-right: 7px;
}

/* line 37, app/assets/stylesheets/products.css.scss */
body.products .products-index .load-more, body.product_collections .products-index .load-more {
  text-align: center;
}

/* line 40, app/assets/stylesheets/products.css.scss */
body.products .products-index .list, body.products .products-collections-index .collections-list, body.product_collections .products-index .list, body.product_collections .products-collections-index .collections-list {
  margin-top: 20px;
}

/* line 43, app/assets/stylesheets/products.css.scss */
body.products .product-item, body.product_collections .product-item {
  background-color: #fff;
  padding: 0px;
  border-radius: 6px;
  border-width: 0px;
  margin-bottom: 25px;
  position: relative;
  transition: .5s all;
}

/* line 52, app/assets/stylesheets/products.css.scss */
body.products .product-item:hover, body.product_collections .product-item:hover {
  box-shadow: 0px 0px 3px 2px #ddd;
}

/* line 55, app/assets/stylesheets/products.css.scss */
body.products .product-item .product-item-image, body.product_collections .product-item .product-item-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  display: block;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 63, app/assets/stylesheets/products.css.scss */
body.products .product-item .product-item-image img, body.products .collections-item .collections-item-image img, body.product_collections .product-item .product-item-image img, body.product_collections .collections-item .collections-item-image img {
  width: 100%;
  height: 100%;
}

/* line 67, app/assets/stylesheets/products.css.scss */
body.products .product-item .caption, body.product_collections .product-item .caption {
  padding: 28px 28px 10px;
  margin: 0px;
}

/* line 71, app/assets/stylesheets/products.css.scss */
body.products .product-item .caption h4, body.product_collections .product-item .caption h4 {
  margin-bottom: 10px;
}

/* line 74, app/assets/stylesheets/products.css.scss */
body.products .product-item .caption a, body.product_collections .product-item .caption a {
  color: #595959;
}

/* line 78, app/assets/stylesheets/products.css.scss */
body.products .product-item .ribbon-wrap, body.product_collections .product-item .ribbon-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
  border-top-right-radius: 6px;
  overflow: hidden;
}

/* line 87, app/assets/stylesheets/products.css.scss */
body.products .product-item .ribbon-wrap .ribbon, body.product_collections .product-item .ribbon-wrap .ribbon {
  color: #fff;
  text-align: center;
  padding-top: 90px;
  position: absolute;
  top: -60px;
  right: -60px;
  height: 120px;
  width: 120px;
  background-color: #bebebe;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

/* line 103, app/assets/stylesheets/products.css.scss */
body.products .product-item a:hover .ribbon, body.product_collections .product-item a:hover .ribbon {
  background-color: #0096FF;
}

/* line 106, app/assets/stylesheets/products.css.scss */
body.products .product-item .product-item-footer, body.product_collections .product-item .product-item-footer {
  padding: 0 20px 20px 20px;
  height: 40px;
}

/* line 110, app/assets/stylesheets/products.css.scss */
body.products .product-item .product-item-footer .like, body.products .collections-item .collections-item-footer .like, body.product_collections .product-item .product-item-footer .like, body.product_collections .collections-item .collections-item-footer .like {
  padding-left: 12px;
}

/* line 113, app/assets/stylesheets/products.css.scss */
body.products .product-item .product-item-footer .comments, body.products .collections-item .collections-item-footer .comments, body.product_collections .product-item .product-item-footer .comments, body.product_collections .collections-item .collections-item-footer .comments {
  padding-right: 12px;
  border-right: 1px solid #ccc;
}

/* line 119, app/assets/stylesheets/products.css.scss */
body.products .products-show，.products-collections-show, body.products .products-collections-new, body.product_collections .products-show，.products-collections-show, body.product_collections .products-collections-new {
  background-color: #eee;
}

/* line 122, app/assets/stylesheets/products.css.scss */
body.products .products-show .info, body.product_collections .products-show .info {
  border-radius: 5px;
  margin-top: 40px;
  color: #919191;
  background-color: #fff;
}

/* line 128, app/assets/stylesheets/products.css.scss */
body.products .info .info-header, body.product_collections .info .info-header {
  border-bottom: 1px solid #eee;
  padding: 30px;
}

/* line 132, app/assets/stylesheets/products.css.scss */
body.products .info .info-header .info-header-title, body.product_collections .info .info-header .info-header-title {
  margin-bottom: 15px;
}

/* line 135, app/assets/stylesheets/products.css.scss */
body.products .info .info-header .info-header-title h3, body.product_collections .info .info-header .info-header-title h3 {
  color: #0096FF;
  display: inline;
}

/* line 139, app/assets/stylesheets/products.css.scss */
body.products .info .info-header .info-header-title .avatar, body.product_collections .info .info-header .info-header-title .avatar {
  margin-left: 15px;
}

/* line 142, app/assets/stylesheets/products.css.scss */
body.products .info .info-header .info-header-title .avatar .avatar-thumb img, body.product_collections .info .info-header .info-header-title .avatar .avatar-thumb img {
  height: 20px;
  width: 20px;
}

/* line 146, app/assets/stylesheets/products.css.scss */
body.products .info .info-header p, body.product_collections .info .info-header p {
  margin-bottom: 15px;
}

/* line 149, app/assets/stylesheets/products.css.scss */
body.products .info .info-header .btn, body.product_collections .info .info-header .btn {
  padding: 2px 10px;
  color: #a7a7a7;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 20px;
}

/* line 156, app/assets/stylesheets/products.css.scss */
body.products .info .info-header .btn:hover, body.product_collections .info .info-header .btn:hover {
  color: #0096FF;
}

/* line 159, app/assets/stylesheets/products.css.scss */
body.products .info .info-introduce, body.product_collections .info .info-introduce {
  padding: 20px;
}

/* line 163, app/assets/stylesheets/products.css.scss */
body.products .info .info-introduce .dl-horizontal, body.product_collections .info .info-introduce .dl-horizontal {
  color: #686868;
  margin-bottom: 14px;
}

/* line 167, app/assets/stylesheets/products.css.scss */
body.products .info .info-introduce .dl-horizontal .chuang, body.product_collections .info .info-introduce .dl-horizontal .chuang {
  position: relative;
}

/* line 170, app/assets/stylesheets/products.css.scss */
body.products .info .info-introduce .dl-horizontal .chuang span, body.product_collections .info .info-introduce .dl-horizontal .chuang span {
  position: absolute;
  font-size: 5px;
  top: -12px;
  left: 16px;
  height: 15px;
  width: 15px;
  color: #fff;
  background-color: #0096FF;
  border-radius: 10px;
  padding: 1px;
}

/* line 182, app/assets/stylesheets/products.css.scss */
body.products .info .info-introduce .dl-horizontal dt, body.product_collections .info .info-introduce .dl-horizontal dt {
  line-height: 1.6em;
  width: 75px;
}

/* line 186, app/assets/stylesheets/products.css.scss */
body.products .info .info-introduce .dl-horizontal dd, body.product_collections .info .info-introduce .dl-horizontal dd {
  margin-left: 100px;
  padding-top: 13px;
}

/* line 190, app/assets/stylesheets/products.css.scss */
body.products .info .info-introduce .dl-horizontal dd.no-padding, body.product_collections .info .info-introduce .dl-horizontal dd.no-padding {
  padding: 0;
}

/* line 193, app/assets/stylesheets/products.css.scss */
body.products .info .info-introduce .dl-horizontal dd.no-padding .avatar, body.product_collections .info .info-introduce .dl-horizontal dd.no-padding .avatar {
  top: 6px;
}

/* line 197, app/assets/stylesheets/products.css.scss */
body.products .info .info-introduce .dl-horizontal dd .avatar .avatar-thumb img, body.product_collections .info .info-introduce .dl-horizontal dd .avatar .avatar-thumb img {
  margin-right: 8px;
  margin-top: -13px;
  line-height: 3em;
  height: 36px;
  width: 36px;
}

/* line 204, app/assets/stylesheets/products.css.scss */
body.products .info .info-introduce .dl-horizontal .try, body.product_collections .info .info-introduce .dl-horizontal .try {
  font-size: 12px;
  display: inline;
  color: #69c2e9;
  border: 1px solid #69c2e9;
  border-radius: 18px;
  padding: 10px 5px;
}

/* line 212, app/assets/stylesheets/products.css.scss */
body.products .info .info-introduce .info-icon, body.product_collections .info .info-introduce .info-icon {
  height: 45px;
  padding: 10px;
}

/* line 216, app/assets/stylesheets/products.css.scss */
body.products .info .info-introduce .info-icon div.icon, body.product_collections .info .info-introduce .info-icon div.icon {
  margin-left: 30px;
  text-align: center;
  position: relative;
}

/* line 221, app/assets/stylesheets/products.css.scss */
body.products .info .info-introduce .info-icon div.icon .share-box, body.product_collections .info .info-introduce .info-icon div.icon .share-box {
  right: -50px;
}

/* line 224, app/assets/stylesheets/products.css.scss */
body.products .info .info-introduce .info-icon div.icon a, body.product_collections .info .info-introduce .info-icon div.icon a {
  color: #666;
  font-size: 12px;
}

/* line 228, app/assets/stylesheets/products.css.scss */
body.products .info .info-introduce .info-icon i, body.product_collections .info .info-introduce .info-icon i {
  font-size: 1.2em;
  margin-bottom: 2px;
}

/* line 232, app/assets/stylesheets/products.css.scss */
body.products .info .info-introduce span.fa-stack, body.product_collections .info .info-introduce span.fa-stack {
  font-size: 21px;
  margin-left: -3px;
}

/* line 237, app/assets/stylesheets/products.css.scss */
body.products .product-introduce, body.product_collections .product-introduce {
  border-radius: 5px;
  background-color: #fff;
  margin: 20px 0;
  padding: 20px;
  text-align: center;
}

/* line 244, app/assets/stylesheets/products.css.scss */
body.products .product-introduce .carousel, body.product_collections .product-introduce .carousel {
  max-height: 375px;
  max-width: 500px;
  margin: 0 auto;
}

/* line 249, app/assets/stylesheets/products.css.scss */
body.products .product-introduce .carousel .carousel-inner, body.product_collections .product-introduce .carousel .carousel-inner {
  border-radius: 6px;
  max-height: 375px;
  max-width: 500px;
}

/* line 254, app/assets/stylesheets/products.css.scss */
body.products .product-introduce .carousel .carousel-inner .item img, body.product_collections .product-introduce .carousel .carousel-inner .item img {
  border-radius: 6px;
  margin: 0 auto;
  max-height: 100%;
}

/* line 259, app/assets/stylesheets/products.css.scss */
body.products .product-introduce .slider-indicators, body.product_collections .product-introduce .slider-indicators {
  margin: 15px auto;
  display: inline-block;
}

/* line 263, app/assets/stylesheets/products.css.scss */
body.products .product-introduce .slider-indicators li, body.product_collections .product-introduce .slider-indicators li {
  float: left;
  border: solid 1px #eee;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 4px;
  width: 100px;
  height: 80px;
  overflow: hidden;
}

/* line 273, app/assets/stylesheets/products.css.scss */
body.products .product-introduce .slider-indicators li:first-child, body.product_collections .product-introduce .slider-indicators li:first-child {
  margin-left: 0;
}

/* line 276, app/assets/stylesheets/products.css.scss */
body.products .product-introduce .slider-indicators li img, body.product_collections .product-introduce .slider-indicators li img {
  height: 100%;
}

/* line 280, app/assets/stylesheets/products.css.scss */
body.products .introduce-text, body.product_collections .introduce-text {
  background-color: #fff;
  padding: 10px 20px;
  color: #747474;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
}

/* line 288, app/assets/stylesheets/products.css.scss */
body.products .products-show .sidebar, body.product_collections .products-show .sidebar {
  margin-top: 40px;
}

/* line 291, app/assets/stylesheets/products.css.scss */
body.products .products-show .sidebar-item, body.product_collections .products-show .sidebar-item {
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}

/* line 297, app/assets/stylesheets/products.css.scss */
body.products .products-show .sidebar .sidebar-item > h5, body.product_collections .products-show .sidebar .sidebar-item > h5 {
  color: #474747;
  margin: 0 0 15px 0;
}

/* line 301, app/assets/stylesheets/products.css.scss */
body.products .sidebar-item .media .media-left img, body.product_collections .sidebar-item .media .media-left img {
  width: 80px;
}

/* line 304, app/assets/stylesheets/products.css.scss */
body.products .sidebar-item .media .media-right, body.product_collections .sidebar-item .media .media-right {
  padding-left: 0;
}

/* line 307, app/assets/stylesheets/products.css.scss */
body.products .sidebar-item .media .media-right h5, body.product_collections .sidebar-item .media .media-right h5 {
  font-size: 14px;
  margin: 0 0 8px;
}

/* line 311, app/assets/stylesheets/products.css.scss */
body.products .sidebar-item h4, body.product_collections .sidebar-item h4 {
  font-size: 16px;
}

/* line 314, app/assets/stylesheets/products.css.scss */
body.products .products-show .sidebar .nav-tabs, body.product_collections .products-show .sidebar .nav-tabs {
  border-bottom: none;
  margin-bottom: 25px;
}

/* line 318, app/assets/stylesheets/products.css.scss */
body.products .products-show .sidebar .nav-tabs li a, body.product_collections .products-show .sidebar .nav-tabs li a {
  padding: 10px 35px;
  border-bottom-color: #e0e0e0;
  background-color: #fff;
}

/* line 323, app/assets/stylesheets/products.css.scss */
body.products .products-show .sidebar .nav-tabs .left-radius, body.product_collections .products-show .sidebar .nav-tabs .left-radius {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 327, app/assets/stylesheets/products.css.scss */
body.products .products-show .sidebar .nav-tabs .right-radius, body.product_collections .products-show .sidebar .nav-tabs .right-radius {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 331, app/assets/stylesheets/products.css.scss */
body.products .products-show .sidebar .nav-tabs li a:hover, body.product_collections .products-show .sidebar .nav-tabs li a:hover {
  border-color: #e0e0e0;
}

/* line 334, app/assets/stylesheets/products.css.scss */
body.products .products-show .sidebar .nav-tabs li.active a:focus, body.products .products-show .sidebar .nav-tabs li.active a, body.product_collections .products-show .sidebar .nav-tabs li.active a:focus, body.product_collections .products-show .sidebar .nav-tabs li.active a {
  color: #46b6e5;
  background-color: #eee;
}

/* line 338, app/assets/stylesheets/products.css.scss */
body.products .products-show .sidebar .tab-content a, body.product_collections .products-show .sidebar .tab-content a {
  color: #747474;
}

/* line 341, app/assets/stylesheets/products.css.scss */
body.products .products-show .sidebar .tab-content a:hover, body.product_collections .products-show .sidebar .tab-content a:hover {
  color: #0096FF;
}

/* line 344, app/assets/stylesheets/products.css.scss */
body.products .products-show .sidebar .tab-content p, body.product_collections .products-show .sidebar .tab-content p {
  margin-bottom: 15px;
}

/* line 347, app/assets/stylesheets/products.css.scss */
body.products .products-show .sidebar .link-more, body.product_collections .products-show .sidebar .link-more {
  height: 50px;
}

/* line 350, app/assets/stylesheets/products.css.scss */
body.products .products-show .sidebar .link, body.product_collections .products-show .sidebar .link {
  padding: 20px 0 10px 0;
}

/* line 353, app/assets/stylesheets/products.css.scss */
body.products .products-show .sidebar .link a, body.product_collections .products-show .sidebar .link a {
  color: #7f7f7f;
}

/* line 356, app/assets/stylesheets/products.css.scss */
body.products .product-item.product-item-sm, body.product_collections .product-item.product-item-sm {
  border-right: 4px;
  background: #f9f9f9;
}

/* line 360, app/assets/stylesheets/products.css.scss */
body.products .product-item.product-item-sm .product-item-image, body.product_collections .product-item.product-item-sm .product-item-image {
  height: 140px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 365, app/assets/stylesheets/products.css.scss */
body.products .product-item.product-item-sm .caption, body.product_collections .product-item.product-item-sm .caption {
  padding: 20px 20px 6px;
}

/* line 368, app/assets/stylesheets/products.css.scss */
body.products .product-item.product-item-sm .caption h4, body.product_collections .product-item.product-item-sm .caption h4 {
  font-size: 14px;
}

/* line 371, app/assets/stylesheets/products.css.scss */
body.products .product-item.product-item-sm .caption p, body.product_collections .product-item.product-item-sm .caption p {
  font-size: 12px;
}

/* line 374, app/assets/stylesheets/products.css.scss */
body.products .product-item.product-item-sm .ribbon-wrap, body.product_collections .product-item.product-item-sm .ribbon-wrap {
  width: 80px;
  height: 80px;
  border-top-right-radius: 4px;
}

/* line 379, app/assets/stylesheets/products.css.scss */
body.products .product-item.product-item-sm .ribbon-wrap .ribbon, body.product_collections .product-item.product-item-sm .ribbon-wrap .ribbon {
  padding-top: 60px;
  font-size: 12px;
  top: -40px;
  right: -40px;
  height: 80px;
  width: 80px;
}

/* line 387, app/assets/stylesheets/products.css.scss */
body.products .product-item.product-item-xs, body.product_collections .product-item.product-item-xs {
  border-right: 4px;
  background: #f9f9f9;
  margin-bottom: 0;
}

/* line 392, app/assets/stylesheets/products.css.scss */
body.products .product-item.product-item-xs .product-item-image, body.product_collections .product-item.product-item-xs .product-item-image {
  height: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 397, app/assets/stylesheets/products.css.scss */
body.products .product-item.product-item-xs .caption, body.product_collections .product-item.product-item-xs .caption {
  padding: 10px 10px 6px;
}

/* line 400, app/assets/stylesheets/products.css.scss */
body.products .product-item.product-item-xs .caption h4, body.product_collections .product-item.product-item-xs .caption h4 {
  font-size: 14px;
}

/* line 403, app/assets/stylesheets/products.css.scss */
body.products .product-item.product-item-xs .caption p, body.product_collections .product-item.product-item-xs .caption p {
  font-size: 12px;
}

/* line 406, app/assets/stylesheets/products.css.scss */
body.products .publish .form-foot, body.product_collections .publish .form-foot {
  margin-top: 40px;
}

/* line 409, app/assets/stylesheets/products.css.scss */
body.products .products-collections-index .input-group-btn, body.product_collections .products-collections-index .input-group-btn {
  width: auto;
}

/* line 412, app/assets/stylesheets/products.css.scss */
body.products .products-collections-index .collections, body.product_collections .products-collections-index .collections {
  padding: 0px 12px;
}

/* line 416, app/assets/stylesheets/products.css.scss */
body.products .collections-item, body.product_collections .collections-item {
  background-color: #fff;
  padding: 0px;
  border-radius: 6px;
  border-width: 0px;
  margin-bottom: 25px;
  transition: .5s all;
}

/* line 424, app/assets/stylesheets/products.css.scss */
body.products .collections-item .collections-item-theme, body.product_collections .collections-item .collections-item-theme {
  position: relative;
}

/* line 427, app/assets/stylesheets/products.css.scss */
body.products .collections-item .collections-item-theme .collections-item-image, body.product_collections .collections-item .collections-item-theme .collections-item-image {
  color: #fff;
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: block;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 438, app/assets/stylesheets/products.css.scss */
body.products .collections-theme-tag, body.product_collections .collections-theme-tag {
  padding: 10px 30px;
}

/* line 442, app/assets/stylesheets/products.css.scss */
body.products .collections-theme-tag .product-tag .btn, body.product_collections .collections-theme-tag .product-tag .btn {
  padding: 2px 10px;
  color: #a7a7a7;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 20px;
}

/* line 449, app/assets/stylesheets/products.css.scss */
body.products .collections-item .collections-item-theme h4, body.product_collections .collections-item .collections-item-theme h4 {
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}

/* line 457, app/assets/stylesheets/products.css.scss */
body.products .collections-item .collections-item-theme .collections-item-image::before, body.product_collections .collections-item .collections-item-theme .collections-item-image::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  width: 100%;
  height: 250px;
  background: url(https://static.shenzhenware.com/assets/bg-select-edc5eb5036d4721d477ffbc80d2c73d2.png) left top repeat-x;
}

/* line 467, app/assets/stylesheets/products.css.scss */
body.products .collections-item .collections-item-theme h4 a, body.product_collections .collections-item .collections-item-theme h4 a {
  color: #fff;
}

/* line 470, app/assets/stylesheets/products.css.scss */
body.products .sidebar-item .collections-item, body.product_collections .sidebar-item .collections-item {
  margin-bottom: 20px;
}

/* line 473, app/assets/stylesheets/products.css.scss */
body.products .sidebar-item .collections-item:last-child, body.product_collections .sidebar-item .collections-item:last-child {
  margin-bottom: 0;
}

/* line 476, app/assets/stylesheets/products.css.scss */
body.products .sidebar-item .collections-item .collections-item-theme .collections-item-image, body.product_collections .sidebar-item .collections-item .collections-item-theme .collections-item-image {
  max-height: 120px;
  border-radius: 6px;
}

/* line 480, app/assets/stylesheets/products.css.scss */
body.products .sidebar-item .collections-item .collections-item-theme h4, body.product_collections .sidebar-item .collections-item .collections-item-theme h4 {
  font-size: 14px;
}

/* line 484, app/assets/stylesheets/products.css.scss */
body.products .collections-item .collections-item-list ul, body.product_collections .collections-item .collections-item-list ul {
  padding: 7px 20px 0 20px;
}

/* line 487, app/assets/stylesheets/products.css.scss */
body.products .collections-item .collections-item-list li, body.product_collections .collections-item .collections-item-list li {
  font-size: 16px;
  position: relative;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #f1f1f1;
}

/* line 493, app/assets/stylesheets/products.css.scss */
body.products .collections-item .collections-item-list li a, body.product_collections .collections-item .collections-item-list li a {
  color: #666;
}

/* line 496, app/assets/stylesheets/products.css.scss */
body.products .collections-item .collections-item-list li:last-child, body.product_collections .collections-item .collections-item-list li:last-child {
  border-bottom: none;
}

/* line 499, app/assets/stylesheets/products.css.scss */
body.products .collections-item .collections-item-list li::before, body.product_collections .collections-item .collections-item-list li::before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  background-color: #ccc;
  border-radius: 10px;
  top: 16px;
  left: 0px;
  display: inline-block;
}

/* line 510, app/assets/stylesheets/products.css.scss */
body.products .collections-item .collections-item-footer, body.product_collections .collections-item .collections-item-footer {
  padding: 10px 20px 20px 20px;
  height: 50px;
}

/* line 513, app/assets/stylesheets/products.css.scss */
body.products .collections-item .collections-item-footer .comments, body.product_collections .collections-item .collections-item-footer .comments {
  display: inline-block;
}

/* line 518, app/assets/stylesheets/products.css.scss */
body.products .collections-item-footer .pull-left, body.product_collections .collections-item-footer .pull-left {
  color: #aaa;
  font-size: 10px;
}

/* line 522, app/assets/stylesheets/products.css.scss */
body.products .collections-item-footer span, body.product_collections .collections-item-footer span {
  margin-left: 0 !important;
}

/* line 529, app/assets/stylesheets/products.css.scss */
body.products .products-collections-show .container > .row, body.product_collections .products-collections-show .container > .row {
  margin-top: 40px;
  margin-bottom: 20px;
}

/* line 533, app/assets/stylesheets/products.css.scss */
body.products .products-collections-show .products-collections-theme, body.product_collections .products-collections-show .products-collections-theme {
  border-radius: 6px;
  color: #aaa;
  background-color: #fff;
}

/* line 538, app/assets/stylesheets/products.css.scss */
body.products .products-collections-show .products-collections-theme .products-collections-item:last-child, body.product_collections .products-collections-show .products-collections-theme .products-collections-item:last-child {
  padding-bottom: 40px;
}

/* line 541, app/assets/stylesheets/products.css.scss */
body.products .products-collections-show .collections-theme-image img, body.product_collections .products-collections-show .collections-theme-image img {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  width: 100%;
  max-height: 400px;
}

/* line 547, app/assets/stylesheets/products.css.scss */
body.products .collections-theme-name, body.product_collections .collections-theme-name {
  padding: 20px 30px 0px 30px;
}

/* line 550, app/assets/stylesheets/products.css.scss */
body.products .collections-theme-describe, body.product_collections .collections-theme-describe {
  padding: 15px 30px 0 30px;
}

/* line 553, app/assets/stylesheets/products.css.scss */
body.products .collections-theme-icon, body.product_collections .collections-theme-icon {
  height: 60px;
  padding: 10px 30px 20px 30px;
}

/* line 558, app/assets/stylesheets/products.css.scss */
body.products .collections-theme-name h4, body.product_collections .collections-theme-name h4 {
  display: inline;
  line-height: 2em;
  margin-bottom: 0px;
  color: #666;
}

/* line 564, app/assets/stylesheets/products.css.scss */
body.products .collections-theme-name span, body.product_collections .collections-theme-name span {
  line-height: 2em;
}

/* line 567, app/assets/stylesheets/products.css.scss */
body.products .products-collections-show .products-collections-item, body.product_collections .products-collections-show .products-collections-item {
  margin-top: 20px;
  color: #aaa;
  background-color: #fff;
  border-radius: 6px;
  padding: 25px 30px;
  margin-bottom: 20px;
}

/* line 575, app/assets/stylesheets/products.css.scss */
body.products .products-collections-show .products-collections-item h4, body.product_collections .products-collections-show .products-collections-item h4 {
  border-left: 5px solid #0096FF;
  padding: 5px 15px;
}

/* line 579, app/assets/stylesheets/products.css.scss */
body.products .products-collections-show .products-collections-item h4 > a, body.product_collections .products-collections-show .products-collections-item h4 > a {
  color: #666;
}

/* line 582, app/assets/stylesheets/products.css.scss */
body.products .products-collections-item .collections-item-image, body.product_collections .products-collections-item .collections-item-image {
  border-radius: 6px;
  overflow: hidden;
  width: 70%;
  margin: 0 auto;
}

/* line 588, app/assets/stylesheets/products.css.scss */
body.products .products-collections-item .collections-item-image img, body.product_collections .products-collections-item .collections-item-image img {
  width: 100%;
}

/* line 591, app/assets/stylesheets/products.css.scss */
body.products .products-collections-show .collections-theme-describe p, body.product_collections .products-collections-show .collections-theme-describe p {
  margin: 0 0 20px 0;
}

/* line 594, app/assets/stylesheets/products.css.scss */
body.products .products-collections-show p, body.product_collections .products-collections-show p {
  font-size: 16px;
  line-height: 1.4em;
  margin: 20px 0;
}

/* line 599, app/assets/stylesheets/products.css.scss */
body.products .products-collections-show .product-item-footer p, body.products .products-collections-show .collections-theme-name p, body.product_collections .products-collections-show .product-item-footer p, body.product_collections .products-collections-show .collections-theme-name p {
  margin: 0 0 8px 0;
}

/* line 602, app/assets/stylesheets/products.css.scss */
body.products .collections-theme-icon div.icon, body.products .products-collections-item div.icon, body.product_collections .collections-theme-icon div.icon, body.product_collections .products-collections-item div.icon {
  margin-left: 30px;
  text-align: center;
}

/* line 606, app/assets/stylesheets/products.css.scss */
body.products .collections-theme-icon div.icon a, body.products .products-collections-item div.icon a, body.product_collections .collections-theme-icon div.icon a, body.product_collections .products-collections-item div.icon a {
  color: #666;
  font-size: 12px;
}

/* line 610, app/assets/stylesheets/products.css.scss */
body.products .collections-theme-icon i, body.products .products-collections-item div.icon i, body.product_collections .collections-theme-icon i, body.product_collections .products-collections-item div.icon i {
  font-size: 1.2em;
  margin-bottom: 2px;
}

/* line 614, app/assets/stylesheets/products.css.scss */
body.products .products-collections-item .product-item-footer .avatar-thumb, body.product_collections .products-collections-item .product-item-footer .avatar-thumb {
  margin-left: 5px;
}

/* line 617, app/assets/stylesheets/products.css.scss */
body.products .products-collections-item .product-item-footer .avatar-ball, body.product_collections .products-collections-item .product-item-footer .avatar-ball {
  left: -8px;
}

/* line 621, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .products-collections-cover, body.product_collections .products-collections-new .products-collections-cover {
  padding: 20px;
  border: 1px dashed #aaa;
  border-radius: 3px;
}

/* line 627, app/assets/stylesheets/products.css.scss */
body.products .products-collections-media, body.product_collections .products-collections-media {
  border: 1px dashed #aaa;
  border-radius: 3px;
}

/* line 631, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .product-collection-select, body.product_collections .products-collections-new .product-collection-select {
  padding: 20px 20px 50px 20px;
  border-top: 1px dashed #aaa;
}

/* line 635, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .product-collection-select .pull-right, body.product_collections .products-collections-new .product-collection-select .pull-right {
  padding: 4px 20px;
}

/* line 638, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .form-foot a, body.product_collections .products-collections-new .form-foot a {
  margin-right: 20px;
}

/* line 641, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .form-foot a, body.products .products-collections-new .form-foot input, body.product_collections .products-collections-new .form-foot a, body.product_collections .products-collections-new .form-foot input {
  width: auto;
  padding: 5px 25px;
  margin-left: 10px;
}

/* line 646, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .product-collection-select textarea, body.product_collections .products-collections-new .product-collection-select textarea {
  width: 100%;
  margin-top: 15px;
}

/* line 650, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .product-collection-select textarea:focus, body.product_collections .products-collections-new .product-collection-select textarea:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #e6e6e6;
  outline: 0;
}

/* line 655, app/assets/stylesheets/products.css.scss */
body.products .products-collections-share span, body.product_collections .products-collections-share span {
  color: #0096FF;
  font-size: 12px;
  margin-left: 5px;
}

/* line 660, app/assets/stylesheets/products.css.scss */
body.products .products-collections-share .products-collections-cover span, body.product_collections .products-collections-share .products-collections-cover span {
  font-size: 16px;
}

/* line 663, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .collections-media .media, body.product_collections .products-collections-new .collections-media .media {
  position: relative;
}

/* line 666, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .collections-media .media-left, body.product_collections .products-collections-new .collections-media .media-left {
  width: 100px;
}

/* line 669, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .collections-media .media-left img, body.product_collections .products-collections-new .collections-media .media-left img {
  border-radius: 5px;
}

/* line 672, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .collections-media .media-body, body.product_collections .products-collections-new .collections-media .media-body {
  font-size: 14px;
  color: #aaa;
  width: 600px;
}

/* line 677, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .collections-media .media-body h4, body.product_collections .products-collections-new .collections-media .media-body h4 {
  font-size: 16px;
  margin-bottom: 7px;
  color: #555;
}

/* line 682, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .collections-media .media-right, body.product_collections .products-collections-new .collections-media .media-right {
  vertical-align: middle;
  width: 150px;
}

/* line 686, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .collections-media .media-right a.btn, body.product_collections .products-collections-new .collections-media .media-right a.btn {
  border-radius: 15px;
  padding: 5px 15px;
  display: none;
}

/* line 691, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .collections-media .media:hover .media-right a.btn, body.product_collections .products-collections-new .collections-media .media:hover .media-right a.btn {
  display: inline-block;
}

/* line 694, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .products-collections-share .pull-right span, body.product_collections .products-collections-new .products-collections-share .pull-right span {
  font-size: 14px;
  border-radius: 15px;
  border: 1px solid #a9a9a9;
  margin-left: 10px;
  padding: 5px 28px;
  color: #fff;
}

/* line 703, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .products-collections-share .pull-right span:hover, body.product_collections .products-collections-new .products-collections-share .pull-right span:hover {
  color: #fff;
}

/* line 706, app/assets/stylesheets/products.css.scss */
body.products .products-collections-new .products-collections-share .pull-right, body.product_collections .products-collections-new .products-collections-share .pull-right {
  margin-top: 30px;
}

/* line 711, app/assets/stylesheets/products.css.scss */
body.products .product_collection_product_select span, body.product_collections .product_collection_product_select span {
  font-size: 14px;
  color: #ccc;
  background-color: #fff;
}

/* line 717, app/assets/stylesheets/products.css.scss */
body.products .products-index .container .filter .title, body.product_collections .products-index .container .filter .title {
  display: inline;
  margin-right: 30px;
  margin-top: 7px;
  vertical-align: middle;
  line-height: 2em;
}

/* line 724, app/assets/stylesheets/products.css.scss */
body.products .media-comment .form-group .pull-right input, body.product_collections .media-comment .form-group .pull-right input {
  margin-top: 2em;
}

/* line 727, app/assets/stylesheets/products.css.scss */
body.products .media-comment .form-group .pull-left .btn, body.product_collections .media-comment .form-group .pull-left .btn {
  position: relative;
  /*margin-left:165px;*/
}

/* line 731, app/assets/stylesheets/products.css.scss */
body.products .media-comment .form-group .textarea-comment, body.product_collections .media-comment .form-group .textarea-comment {
  margin-bottom: 20px;
  border-radius: 5px;
  padding-right: 43px;
}

/* line 739, app/assets/stylesheets/products.css.scss */
body.products .form-group .pending-product-form-element label, body.products .form-group .product-form-element label, body.product_collections .form-group .pending-product-form-element label, body.product_collections .form-group .product-form-element label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: #666;
  font-weight: normal;
}

/* line 748, app/assets/stylesheets/products.css.scss */
body.products .form-group .product-operate span.tips, body.product_collections .form-group .product-operate span.tips {
  line-height: 34px;
  margin-right: 20px;
}

/* line 755, app/assets/stylesheets/products.css.scss */
body.products .ui-autocomplete, body.product_collections .ui-autocomplete {
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  padding: 4px 0;
  max-height: 240px;
  overflow-y: auto;
  list-style: none;
}

/* line 766, app/assets/stylesheets/products.css.scss */
body.products .ui-autocomplete .ui-menu-item, body.product_collections .ui-autocomplete .ui-menu-item {
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}

/* line 771, app/assets/stylesheets/products.css.scss */
body.products .ui-autocomplete .ui-menu-item:hover, body.products .ui-autocomplete .ui-menu-item.ui-state-active, body.product_collections .ui-autocomplete .ui-menu-item:hover, body.product_collections .ui-autocomplete .ui-menu-item.ui-state-active {
  background-color: #f5f5f5;
}

@media screen and (max-device-width: 780px) {
  /* line 778, app/assets/stylesheets/products.css.scss */
  body.products .products-show .info, body.product_collections .products-show .info {
    margin-top: 20px;
  }
  /* line 781, app/assets/stylesheets/products.css.scss */
  body.products #new_product_collection .operate .btn, body.products #new_team .operate .btn, body.product_collections #new_product_collection .operate .btn, body.product_collections #new_team .operate .btn {
    margin-left: 0px;
  }
  /* line 784, app/assets/stylesheets/products.css.scss */
  body.products #select-product #products-slider .col-sm-4, body.product_collections #select-product #products-slider .col-sm-4 {
    margin-bottom: 20px;
  }
  /* line 787, app/assets/stylesheets/products.css.scss */
  body.products .info .info-header, body.product_collections .info .info-header {
    padding-bottom: 15px;
  }
  /* line 790, app/assets/stylesheets/products.css.scss */
  body.products .media-comment .form-group .textarea-comment, body.product_collections .media-comment .form-group .textarea-comment {
    padding-right: 30px;
    margin-top: 15px;
  }
  /* line 794, app/assets/stylesheets/products.css.scss */
  body.products .media-comment .form-group .pull-left .btn, body.product_collections .media-comment .form-group .pull-left .btn {
    margin-left: 15px;
  }
  /* line 797, app/assets/stylesheets/products.css.scss */
  body.products .media-comment .form-group .pull-right input, body.product_collections .media-comment .form-group .pull-right input {
    margin-top: 15px;
  }
  /* line 800, app/assets/stylesheets/products.css.scss */
  body.products .products-collections-show .collections-theme-image img, body.product_collections .products-collections-show .collections-theme-image img {
    max-height: 100%;
  }
  /* line 803, app/assets/stylesheets/products.css.scss */
  body.products .products-collections-item .collections-item-image, body.product_collections .products-collections-item .collections-item-image {
    width: 100%;
  }
  /* line 806, app/assets/stylesheets/products.css.scss */
  body.products .products-collections-show .collections .products-collections-item h4, body.product_collections .products-collections-show .collections .products-collections-item h4 {
    padding: 4px 13px;
  }
  /* line 809, app/assets/stylesheets/products.css.scss */
  body.products .products-collections-show .collections-theme-name, body.products .products-collections-show .collections-theme-icon, body.products .products-collections-show .collections-theme-describe, body.products .products-collections-show .collections .products-collections-item, body.product_collections .products-collections-show .collections-theme-name, body.product_collections .products-collections-show .collections-theme-icon, body.product_collections .products-collections-show .collections-theme-describe, body.product_collections .products-collections-show .collections .products-collections-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 813, app/assets/stylesheets/products.css.scss */
  body.products .products-index, body.product_collections .products-index {
    padding: 20px 0 100px;
  }
}

/* line 3, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .filte-header, .knowledges-index .filte-header {
  background-color: #fff;
}

/* line 6, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .filte-header .btn-group .btn, .knowledges-index .filte-header .btn-group .btn {
  border-width: 0px;
  padding: 14px 20px;
  color: #999;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-radius: 0px;
  font-size: 16px;
}

/* line 15, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .filte-header .btn-group .btn:hover, .knowledges-index .filte-header .btn-group .btn:hover, .filte-header .btn-group .btn:focus, .knowledges-index .filte-header .btn-group .btn:focus,
.filte-header .btn-group .btn:active, .knowledges-index .filte-header .btn-group .btn:active {
  background-color: #fff;
}

/* line 19, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .filte-header .pull-right a {
  padding: 17px 20px;
  color: #999;
  line-height: 6ex;
  font-size: 16px;
  border-right: 1px solid #eee;
}

/* line 26, app/assets/stylesheets/experts/expert.css.scss */
.experts-list .col-md-4 .experts-card {
  margin-top: 30px;
  height: 360px;
}

/* line 30, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .col-md-4 .experts-card .experts-topic h4 {
  font-size: 25px;
}

/* line 33, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .col-md-4 .experts-card .experts-topic p {
  font-size: 12px;
}

/* line 36, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .experts-card img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

/* line 42, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .experts-card {
  position: relative;
}

/* line 45, app/assets/stylesheets/experts/expert.css.scss */
.experts-list .col-md-6 .experts-card {
  height: 353px;
}

/* line 48, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .col-md-6 .experts-topic {
  width: 100%;
}

/* line 51, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .experts-topic {
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0px;
  color: #fff;
  z-index: 999;
}

/* line 59, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .experts-introduce {
  width: 100%;
}

/* line 62, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .experts-card .pull-right {
  padding: 20px;
  bottom: 0px;
  position: absolute;
  right: 14px;
  z-index: 999;
  color: #fff;
}

/* line 70, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .experts-card.col-md-4 .pull-right {
  font-size: 12px;
}

/* line 73, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .experts-topic h4 {
  font-size: 28px;
  margin-bottom: 7px;
}

/* line 77, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .experts-topic::after {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  z-index: -1;
  background: url(https://static.shenzhenware.com/assets/bg-select-edc5eb5036d4721d477ffbc80d2c73d2.png) left top repeat-x;
}

/* line 89, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .experts-topic a {
  color: #fff;
}

/* line 92, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .col-md-4 .experts-introduce-shade, .experts-index .col-md-4 .experts-introduce {
  width: 100%;
  overflow: hidden;
}

/* line 96, app/assets/stylesheets/experts/expert.css.scss */
.experts-introduce-shade {
  display: none;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  -vendor-animation-duration: .3s;
  -vendor-animation-delay: 0s;
}

/* line 107, app/assets/stylesheets/experts/expert.css.scss */
.experts-introduce {
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  padding: 20px;
  color: #fff;
  z-index: 100;
  display: none;
}

/* line 116, app/assets/stylesheets/experts/expert.css.scss */
.experts-introduce h5 {
  margin-bottom: 3px;
  font-size: 17px;
  font-weight: bold;
  -webkit-animation-duration: .3s;
  -webkit-animation-delay: 0s;
}

/* line 123, app/assets/stylesheets/experts/expert.css.scss */
.experts-introduce span {
  font-size: 10px;
  color: #ccc;
  display: block;
  -webkit-animation-duration: .3s;
  -webkit-animation-delay: 0s;
}

/* line 130, app/assets/stylesheets/experts/expert.css.scss */
.experts-introduce p {
  margin-top: 15px;
  -webkit-animation-duration: .3s;
  -webkit-animation-delay: 0s;
}

/* line 136, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .experts-add {
  margin-bottom: 30px;
  text-align: center;
}

/* line 140, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .experts-add .btn {
  padding: 8px 45px;
  color: #666;
  border: 1px solid #999;
  border-radius: 20px;
  background-color: #fff;
}

/* line 147, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .experts-add .btn:hover {
  background-color: #0096FF;
  color: #fff !important;
}

/* line 151, app/assets/stylesheets/experts/expert.css.scss */
.knowledges-index .filte-header .btn-group, .experts-index .filte-header .btn-group {
  padding-top: 2px;
}

/* line 154, app/assets/stylesheets/experts/expert.css.scss */
.experts-index .filte-header .pull-right {
  padding-top: 3px;
}

/* line 165, app/assets/stylesheets/experts/expert.css.scss */
.experts-show p, .knowledges-index .row {
  line-height: 1.8em;
}

/* line 169, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .col-md-9, .knowledges-index .row {
  color: #999;
}

/* line 172, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-introduce, .experts-show .experts-show-topic, .experts-show .experts-show-about, .experts-show .experts-appointment, .experts-show .private-appointment, .knowledges-index .knowledges-experts-topic {
  border-radius: 6px;
  background-color: #fff;
}

/* line 176, app/assets/stylesheets/experts/expert.css.scss */
.experts-index > .container > .row, .experts-show > .container > .row, .knowledges-index > .container > .row {
  margin-top: 10px;
  margin-bottom: 30px;
}

/* line 180, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-introduce {
  padding: 3%;
}

/* line 182, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-introduce span.blue-title {
  color: #0096FF;
}

/* line 186, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-introduce .links a {
  margin-right: 20px;
}

/* line 190, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-introduce p {
  margin-bottom: 15px;
  color: #999;
}

/* line 194, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-introduce .media-body h4 {
  margin-bottom: 10px;
  color: #0096FF;
}

/* line 198, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-introduce .media-body, .knowledges-index .knowledges-experts-topic .media-body {
  padding-left: 10px;
  width: 100%;
}

/* line 202, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .col-md-9 .experts-show-tag .btn, .knowledges-index .knowledges-experts-topic .experts-show-tag .btn {
  padding: 2px 10px;
  color: #a7a7a7 !important;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 20px;
  margin-right: 10px;
}

/* line 210, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .col-md-9 .experts-show-tag .btn:hover, .knowledges-index .knowledges-experts-topic .experts-show-tag .btn:hover {
  color: #333 !important;
}

/* line 213, app/assets/stylesheets/experts/expert.css.scss */
.experts-show-about .media-body a {
  color: #777;
}

/* line 216, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .article-card {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  /* line 216, app/assets/stylesheets/experts/expert.css.scss */
  .experts-show .experts-show-about .article-card {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #666;
  }
  /* line 226, app/assets/stylesheets/experts/expert.css.scss */
  .experts-show .experts-show-about .article-card:nth-last-child(1) {
    border: none;
    margin-bottom: 0;
  }
}

/* line 231, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .article-card .article-title-mobile {
  width: 100%;
}

/* line 234, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .article-card .article-title-mobile .article-title-text {
  color: #797878 !important;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 15px;
}

/* line 242, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .article-card .article-cover {
  width: 33%;
}

@media (max-width: 768px) {
  /* line 242, app/assets/stylesheets/experts/expert.css.scss */
  .experts-show .experts-show-about .article-card .article-cover {
    width: 50%;
  }
}

/* line 248, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .article-card .article-cover a {
  width: 100%;
}

/* line 251, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .article-card .article-cover a img {
  width: 100%;
}

/* line 255, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .article-card .article-cover .article-category-link {
  position: absolute;
  top: 10px;
  left: 13px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 14px;
  padding: 2px 13px;
  border: none;
}

/* line 267, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .article-card .article-info {
  flex: 1;
  padding-left: 10px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}

/* line 273, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .article-card .article-info .article-title-text {
  margin: 0;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2.8em;
  overflow: hidden;
  margin-bottom: 5px;
}

/* line 286, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .article-card .article-info .article-abstract p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 1.4em;
  overflow: hidden;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  /* line 286, app/assets/stylesheets/experts/expert.css.scss */
  .experts-show .experts-show-about .article-card .article-info .article-abstract p {
    max-height: 5em;
    -webkit-line-clamp: 3;
    font-size: 12px;
  }
}

/* line 300, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .article-card .article-info .activity-content-bom {
  width: 100%;
  margin-top: auto;
}

/* line 303, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .article-card .article-info .activity-content-bom .bottom-wrapper {
  display: flex;
  justify-content: space-between;
}

/* line 306, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .article-card .article-info .activity-content-bom .bottom-wrapper .tag-item {
  color: #999;
  text-decoration: none;
}

@media (max-width: 768px) {
  /* line 310, app/assets/stylesheets/experts/expert.css.scss */
  .experts-show .experts-show-about .article-card .article-info .activity-content-bom .bottom-wrapper .article-published-time {
    font-size: 12px;
  }
}

/* line 322, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-introduce img {
  width: 100px;
  height: 100px;
}

/* line 327, app/assets/stylesheets/experts/expert.css.scss */
.experts-show-introduce .media-body .actions {
  margin-top: 10px;
}

/* line 330, app/assets/stylesheets/experts/expert.css.scss */
.experts-show-introduce .media-body .actions a {
  color: #999;
  margin-right: 10px;
}

/* line 334, app/assets/stylesheets/experts/expert.css.scss */
.experts-show-introduce .media-body .actions a:nth-child(2) {
  margin-right: 6px;
}

/* line 338, app/assets/stylesheets/experts/expert.css.scss */
.experts-show-introduce .media-body .actions i {
  margin-right: 9px;
}

/* line 342, app/assets/stylesheets/experts/expert.css.scss */
.experts-show-introduce .media-body .actions i:nth-child(2) {
  margin-right: 3px;
}

/* line 345, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-topic {
  padding: 2% 0%;
  margin-bottom: 5px;
}

/* line 348, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-topic .join-wx-group {
  display: block;
  float: right;
  margin-top: -30px;
  color: #fff !important;
  background-color: #0096FF !important;
}

/* line 355, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-topic .text-fold {
  font-weight: bold;
}

/* line 358, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-topic .more-info {
  text-align: center;
}

/* line 362, app/assets/stylesheets/experts/expert.css.scss */
.experts-show #experts-experience > div:not(:last-child) {
  padding-bottom: 4%;
}

/* line 366, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-topic .text-unfold {
  height: 40px;
}

/* line 369, app/assets/stylesheets/experts/expert.css.scss */
.show-topic-text.expert-articles.text-unfold {
  height: auto;
  max-height: 240px;
}

/* line 373, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-topic .unfold {
  color: #0096FF;
}

/* line 376, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-topic h3 {
  margin-bottom: 15px;
  color: #777;
  font-size: 16px !important;
  font-family: NotoSansCJKsc-light，Arial !important;
  font-weight: bold;
  background-color: transparent;
  border-color: transparent;
}

/* line 385, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-topic .show-topic-text {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 8px;
  color: #999;
}

/* line 390, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-topic .show-topic-text ul {
  margin-left: 16px;
}

/* line 392, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-topic .show-topic-text ul li {
  line-height: 1.8em;
  list-style-type: disc;
}

/* line 395, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-topic .show-topic-text ul li a {
  color: #8b8b8b;
}

/* line 401, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-topic .experts-show-tag .btn {
  margin-right: 5px;
}

/* line 404, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-topic .experts-show-tag .btn:first-child, .knowledges-index .knowledges-experts-topic .experts-show-tag .btn:first-child {
  background-color: #0096FF;
  color: #fff !important;
}

/* line 408, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-topic .experts-show-tag .btn:first-child:hover, .knowledges-index .knowledges-experts-topic .experts-show-tag .btn:first-child:hover {
  color: #fff !important;
  background-color: #1a89b8;
}

/* line 412, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about {
  padding: 2% 3%;
}

/* line 414, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .experts-show-topic {
  border-top: 1px solid #ebebeb;
}

/* line 418, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about p {
  margin-bottom: 10px;
  color: #999;
}

/* line 422, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .media {
  margin-bottom: 15px;
}

/* line 425, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .media .media-body p {
  margin-bottom: 0px;
}

/* line 428, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about h4 {
  color: #666;
  font-weight: bold;
}

/* line 432, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .media img {
  width: 64px;
  height: 64px;
}

/* line 436, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .media .media-body {
  vertical-align: middle;
}

/* line 439, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-about .media .media-body h4 {
  font-size: 16px;
}

/* line 442, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-appointment {
  margin-bottom: 20px;
  padding: 20px;
  color: #999;
}

/* line 447, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-appointment p {
  font-size: 15px;
  margin-top: 10px;
}

/* line 451, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-appointment p:first-child {
  margin-top: 0px;
}

/* line 454, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-appointment span {
  color: #0096FF;
  font-size: 12px;
}

/* line 458, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-appointment .appointment-spend {
  font-size: 22px;
}

/* line 461, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-appointment a {
  width: 80%;
  border-radius: 20px;
  margin-top: 10px;
  margin: 10px 20px 0 20px;
}

@media screen and (max-device-width: 780px) {
  /* line 472, app/assets/stylesheets/experts/expert.css.scss */
  .experts-cards-container > div {
    margin: 0;
    margin-bottom: 20px;
  }
}

/* line 478, app/assets/stylesheets/experts/expert.css.scss */
.knowledges-index .knowledges-experts-topic .media-left img {
  width: 80px;
  height: 80px;
}

/* line 482, app/assets/stylesheets/experts/expert.css.scss */
.knowledges-index .knowledges-experts-topic {
  position: relative;
  padding: 30px;
  margin-bottom: 20px;
}

/* line 487, app/assets/stylesheets/experts/expert.css.scss */
.knowledges-index .knowledges-experts-topic i {
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 6px;
}

/* line 493, app/assets/stylesheets/experts/expert.css.scss */
.knowledges-index .col-md-10 > h5 {
  font-size: 16px;
}

/* line 496, app/assets/stylesheets/experts/expert.css.scss */
.knowledges-index .knowledges-experts-topic .media .media-body h3 {
  color: #666;
  margin-bottom: 7px;
}

/* line 500, app/assets/stylesheets/experts/expert.css.scss */
.knowledges-index .knowledges-experts-topic .media-body p {
  margin-top: 10px;
}

/* line 503, app/assets/stylesheets/experts/expert.css.scss */
.knowledges-index .users a, .knowledges-index .users img {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

/* line 509, app/assets/stylesheets/experts/expert.css.scss */
.knowledges-index .users a {
  margin-right: 2px;
}

/* line 512, app/assets/stylesheets/experts/expert.css.scss */
.knowledges-index .media-left .avatar-ball {
  height: 80px;
  left: -60px;
  top: 60px;
}

/* line 517, app/assets/stylesheets/experts/expert.css.scss */
.knowledges-index .media-left .avatar-ball h4 {
  color: #666;
  margin-bottom: 5px;
}

/* line 521, app/assets/stylesheets/experts/expert.css.scss */
.knowledges-index .ribbon-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
  border-top-right-radius: 6px;
  overflow: hidden;
}

/* line 530, app/assets/stylesheets/experts/expert.css.scss */
.knowledges-index .ribbon-wrap .ribbon {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 90px;
  position: absolute;
  top: -60px;
  right: -60px;
  height: 120px;
  width: 120px;
  background-color: #666;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

/* line 547, app/assets/stylesheets/experts/expert.css.scss */
.fa-star {
  color: #CCC;
}

/* line 550, app/assets/stylesheets/experts/expert.css.scss */
.fa-star-pointer {
  cursor: pointer;
}

/* line 553, app/assets/stylesheets/experts/expert.css.scss */
.fa-star-bigger {
  font-size: 3em;
}

/* line 556, app/assets/stylesheets/experts/expert.css.scss */
.fa-star-rating {
  color: #A58600 !important;
}

/* line 559, app/assets/stylesheets/experts/expert.css.scss */
#rating-and-comments {
  padding: 1%;
}

/* line 562, app/assets/stylesheets/experts/expert.css.scss */
#rating-and-comments .head .title {
  color: #999;
}

/* line 565, app/assets/stylesheets/experts/expert.css.scss */
#rating-and-comments .head .active {
  color: #0096FF;
}

/* line 568, app/assets/stylesheets/experts/expert.css.scss */
#rating-and-comments p {
  font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

@media screen and (max-device-width: 780px) {
  /* line 572, app/assets/stylesheets/experts/expert.css.scss */
  .experts-list .col-md-6 .experts-card, .experts-list .col-md-4 .experts-card {
    min-height: 100px;
  }
  /* line 575, app/assets/stylesheets/experts/expert.css.scss */
  .experts-index .row, .experts-show .row, .knowledges-index .row {
    margin-top: 20px;
  }
  /* line 578, app/assets/stylesheets/experts/expert.css.scss */
  .experts-list .col-md-6 .experts-card, .experts-list .col-md-4 .experts-card {
    height: auto;
    margin-bottom: 15px;
    margin-top: 0;
  }
  /* line 588, app/assets/stylesheets/experts/expert.css.scss */
  .experts-index .experts-topic h4 {
    font-size: 18px;
  }
  /* line 591, app/assets/stylesheets/experts/expert.css.scss */
  .experts-index .col-md-4 .experts-card .experts-topic h4 {
    font-size: 18px;
  }
  /* line 594, app/assets/stylesheets/experts/expert.css.scss */
  .experts-show .experts-show-introduce {
    padding: 3% !important;
  }
  /* line 597, app/assets/stylesheets/experts/expert.css.scss */
  .experts-show .experts-show-introduce img {
    width: 48px;
    height: 48px;
  }
  /* line 601, app/assets/stylesheets/experts/expert.css.scss */
  .knowledges-index .knowledges-experts-topic {
    padding: 20px;
  }
  /* line 604, app/assets/stylesheets/experts/expert.css.scss */
  .knowledges-index .knowledges-experts-topic .media {
    margin-bottom: 10px;
  }
  /* line 607, app/assets/stylesheets/experts/expert.css.scss */
  .knowledges-index .knowledges-experts-topic .media-body {
    padding: 0;
  }
  /* line 610, app/assets/stylesheets/experts/expert.css.scss */
  .knowledges-index .knowledges-experts-topic .media-body h3 {
    font-size: 16px;
  }
  /* line 613, app/assets/stylesheets/experts/expert.css.scss */
  .knowledges-index .knowledges-experts-topic .media-body h4 {
    font-size: 14px;
    margin: 5px 0;
  }
  /* line 617, app/assets/stylesheets/experts/expert.css.scss */
  .knowledges-index .knowledges-experts-topic .media-left img {
    width: 48px;
    height: 48px;
  }
  /* line 621, app/assets/stylesheets/experts/expert.css.scss */
  .experts-show-introduce .media {
    margin-bottom: 15px;
  }
  /* line 624, app/assets/stylesheets/experts/expert.css.scss */
  .experts-show #experts-experience > div:not(:last-child) {
    border-bottom: 0px solid #ebebeb;
  }
}

/* line 629, app/assets/stylesheets/experts/expert.css.scss */
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 637, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .author-portfolio-bg {
  background-image: url("https://static.shenzhenware.com/banners/2020/friend-bg-banner.jpg");
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  height: 180px;
}

/* line 645, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .author-summary {
  z-index: 2;
  width: 100%;
  background-color: #fff;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

/* line 652, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .author-summary .author-avatar-wrap {
  display: block;
  position: relative;
  width: 100%;
}

/* line 658, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .author-summary .author-avatar-wrap .author-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: 60px;
}

@media (max-width: 768px) {
  /* line 658, app/assets/stylesheets/experts/expert.css.scss */
  .experts-show .author-summary .author-avatar-wrap .author-avatar {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
}

/* line 675, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .author-summary .author-summary-info {
  padding: 80px 60px 30px;
}

@media (max-width: 768px) {
  /* line 675, app/assets/stylesheets/experts/expert.css.scss */
  .experts-show .author-summary .author-summary-info {
    text-align: center;
  }
}

/* line 680, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .author-summary .author-summary-info .author-intro, .experts-show .author-summary .author-summary-info .author-intro-mobile {
  padding: 15px;
  color: #999;
  letter-spacing: 2px;
}

/* line 685, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .author-summary .author-summary-info .author-name {
  font-size: 30px;
  padding: 0 15px;
}

/* line 689, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .author-summary .author-summary-info .send-email {
  float: right;
}

@media (max-width: 768px) {
  /* line 689, app/assets/stylesheets/experts/expert.css.scss */
  .experts-show .author-summary .author-summary-info .send-email {
    float: none;
    margin: 5px auto;
    text-indent: 30px;
    font-size: 14px !important;
    width: 120px !important;
  }
}

/* line 699, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .author-summary .author-summary-info .send-email {
  border: 0 solid;
  color: #fff;
  background-color: #0096ff;
  font-size: 18px;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
  width: 132px;
  text-decoration: none;
  text-transform: capitalize;
  overflow: hidden;
  transform: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  border-radius: 5px;
  text-align: center;
}

/* line 719, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .author-summary .author-summary-info .send-email i {
  text-indent: 30px;
  transform: scale(0, 1);
  display: flex;
  display: -webkit-box;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  transform-origin: left center;
  transition: all 0.2s linear 0s;
}

@media (max-width: 768px) {
  /* line 719, app/assets/stylesheets/experts/expert.css.scss */
  .experts-show .author-summary .author-summary-info .send-email i {
    text-indent: 0;
    transform: scale(1.1);
  }
}

/* line 743, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .author-summary .author-summary-info .send-email:hover {
  text-indent: 30px;
}

/* line 745, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .author-summary .author-summary-info .send-email:hover i {
  text-indent: 30px;
  transform: scale(1.1);
  text-indent: 0;
}

/* line 752, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .author-summary .author-summary-info .send-email:hover {
  text-decoration: none;
  color: #fff !important;
}

/* line 765, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .author-summary .author-summary-info .author-actions a {
  text-decoration: none;
  color: #000 !important;
}

/* line 772, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-topic .btn {
  padding: 2px 10px;
  color: #a7a7a7;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 20px;
}

/* line 779, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .experts-show-topic .btn:focus {
  color: #0096FF;
}

/* line 782, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .meida-comment .btn {
  padding: 2px 10px;
  color: #a7a7a7;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 20px;
}

/* line 789, app/assets/stylesheets/experts/expert.css.scss */
.experts-show .media-comment .btn:focus {
  color: #0096FF;
}

/* line 2, app/assets/stylesheets/experts/_expert_contact_button.css.scss */
body.experts .expert-contact-button .btn-primary, body.experts .expert-contact-button .btn-basic {
  border-radius: 20px;
}

/* line 6, app/assets/stylesheets/experts/_expert_contact_button.css.scss */
body.experts .expert-contact-button .conversation-btn {
  margin-right: 10px;
}

/* line 799, app/assets/stylesheets/experts/expert.css.scss */
body.experts .buttons {
  height: 40px;
  line-height: 40px;
  padding-right: 15px;
}

/* line 805, app/assets/stylesheets/experts/expert.css.scss */
body.experts .m0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 810, app/assets/stylesheets/experts/expert.css.scss */
body.experts .h80 {
  height: 80px;
  line-height: 80px;
}

/* line 815, app/assets/stylesheets/experts/expert.css.scss */
body.experts .mt10 {
  margin-top: 10px;
}

/* line 819, app/assets/stylesheets/experts/expert.css.scss */
body.experts .no-new-line {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

/* line 826, app/assets/stylesheets/experts/expert.css.scss */
body.experts .conditions {
  background-color: #fff;
  margin: 0 0 15px 0;
}

/* line 830, app/assets/stylesheets/experts/expert.css.scss */
body.experts .conditions .row {
  height: auto;
  padding: 15px 0 15px 15px;
}

/* line 834, app/assets/stylesheets/experts/expert.css.scss */
body.experts .conditions .row span {
  height: 27px;
  line-height: 27px;
}

/* line 840, app/assets/stylesheets/experts/expert.css.scss */
body.experts .conditions a {
  margin: 0 1px;
  padding: 5px 8px;
  display: inline-block;
}

/* line 846, app/assets/stylesheets/experts/expert.css.scss */
body.experts .conditions .active {
  background: #0196ff;
  border-radius: 3px;
  color: white;
}

/* line 852, app/assets/stylesheets/experts/expert.css.scss */
body.experts .conditions select {
  display: none;
}

/* line 856, app/assets/stylesheets/experts/expert.css.scss */
body.experts .conditions .select2-container {
  width: auto;
  min-width: 15%;
}

/* line 860, app/assets/stylesheets/experts/expert.css.scss */
body.experts .conditions .select2-container a {
  margin: 0;
  padding: 0;
}

/* line 865, app/assets/stylesheets/experts/expert.css.scss */
body.experts .conditions .select2-container .select2-choices {
  padding: 0;
  border-radius: 15px;
}

/* line 872, app/assets/stylesheets/experts/expert.css.scss */
body.experts .friends-list {
  background-color: #fff;
  margin: 15px 0;
}

/* line 875, app/assets/stylesheets/experts/expert.css.scss */
body.experts .friends-list img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: 0 1em;
  vertical-align: top;
}

/* line 880, app/assets/stylesheets/experts/expert.css.scss */
body.experts .friends-list .header {
  color: #686868;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  background: #f2f2f2;
  border-bottom: 0;
}

/* line 888, app/assets/stylesheets/experts/expert.css.scss */
body.experts .friends-list .header div:first-child {
  font-size: 16px;
  color: #2586fa;
}

/* line 895, app/assets/stylesheets/experts/expert.css.scss */
body.experts .friends-list .body .item {
  height: 80px;
}

/* line 898, app/assets/stylesheets/experts/expert.css.scss */
body.experts .friends-list .body .item p, body.experts .friends-list .body .item span {
  height: 30px;
  line-height: 30px;
  margin: 0;
}

@media (max-width: 768px) {
  /* line 905, app/assets/stylesheets/experts/expert.css.scss */
  body.experts .friends-list .body .item .avatar {
    float: left;
  }
}

/* line 910, app/assets/stylesheets/experts/expert.css.scss */
body.experts .friends-list .body .item .col-md-2 {
  width: 100px !important;
}

/* line 915, app/assets/stylesheets/experts/expert.css.scss */
body.experts .friends-list .body .name {
  font-size: 18px;
}

/* line 921, app/assets/stylesheets/experts/expert.css.scss */
body.experts #load-more {
  font-size: 16px;
  height: 60px;
  line-height: 60px;
}

/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
/* line 13, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload.scss */
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/* line 18, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload.scss */
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  /* line 32, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload.scss */
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

/*
 * jQuery File Upload UI Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
/* line 13, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}

/* line 17, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.progress-animated .progress-bar,
.progress-animated .bar {
  background: url(//static.shenzhenware.com/assets/progressbar-2a51eda9c0814c1da36f04a00264868d35f2f5a01bbd04c8def9485db2fd4322.gif) !important;
  filter: none;
}

/* line 22, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.fileupload-process {
  float: right;
  display: none;
}

/* line 26, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.fileupload-processing .fileupload-process,
.files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url(//static.shenzhenware.com/assets/loading-5b42e27684f90e41728ebdc7d76df5bba87ffa172936691e0480ca9dbf0e0a61.gif) center no-repeat;
  background-size: contain;
}

/* line 34, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.files audio,
.files video {
  max-width: 300px;
}

@media (max-width: 767px) {
  /* line 40, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .fileupload-buttonbar .toggle,
.files .toggle,
.files .btn span {
    display: none;
  }
  /* line 45, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  /* line 49, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .files audio,
.files video {
    max-width: 80px;
  }
  /* line 53, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .files img,
.files canvas {
    max-width: 100%;
  }
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 15, app/assets/stylesheets/swiper.min.css */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
/* line 10, app/assets/stylesheets/animate.css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 17, app/assets/stylesheets/animate.css */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 22, app/assets/stylesheets/animate.css */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 27, app/assets/stylesheets/animate.css */
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

/* line 33, app/assets/stylesheets/animate.css */
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* line 95, app/assets/stylesheets/animate.css */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 122, app/assets/stylesheets/animate.css */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 163, app/assets/stylesheets/animate.css */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 242, app/assets/stylesheets/animate.css */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

/* line 281, app/assets/stylesheets/animate.css */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 340, app/assets/stylesheets/animate.css */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 401, app/assets/stylesheets/animate.css */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 482, app/assets/stylesheets/animate.css */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 570, app/assets/stylesheets/animate.css */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 658, app/assets/stylesheets/animate.css */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 731, app/assets/stylesheets/animate.css */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 804, app/assets/stylesheets/animate.css */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 877, app/assets/stylesheets/animate.css */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 950, app/assets/stylesheets/animate.css */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 993, app/assets/stylesheets/animate.css */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1036, app/assets/stylesheets/animate.css */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1069, app/assets/stylesheets/animate.css */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1102, app/assets/stylesheets/animate.css */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1145, app/assets/stylesheets/animate.css */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 1170, app/assets/stylesheets/animate.css */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1203, app/assets/stylesheets/animate.css */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1236, app/assets/stylesheets/animate.css */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1269, app/assets/stylesheets/animate.css */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1302, app/assets/stylesheets/animate.css */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1335, app/assets/stylesheets/animate.css */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1368, app/assets/stylesheets/animate.css */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1401, app/assets/stylesheets/animate.css */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1434, app/assets/stylesheets/animate.css */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 1459, app/assets/stylesheets/animate.css */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 1488, app/assets/stylesheets/animate.css */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1517, app/assets/stylesheets/animate.css */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 1546, app/assets/stylesheets/animate.css */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1575, app/assets/stylesheets/animate.css */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 1604, app/assets/stylesheets/animate.css */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1633, app/assets/stylesheets/animate.css */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 1662, app/assets/stylesheets/animate.css */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1691, app/assets/stylesheets/animate.css */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 1770, app/assets/stylesheets/animate.css */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1843, app/assets/stylesheets/animate.css */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1916, app/assets/stylesheets/animate.css */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 1961, app/assets/stylesheets/animate.css */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 2006, app/assets/stylesheets/animate.css */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2065, app/assets/stylesheets/animate.css */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 2096, app/assets/stylesheets/animate.css */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2139, app/assets/stylesheets/animate.css */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2180, app/assets/stylesheets/animate.css */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2221, app/assets/stylesheets/animate.css */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2262, app/assets/stylesheets/animate.css */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2303, app/assets/stylesheets/animate.css */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 2340, app/assets/stylesheets/animate.css */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 2377, app/assets/stylesheets/animate.css */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2414, app/assets/stylesheets/animate.css */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2451, app/assets/stylesheets/animate.css */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 2488, app/assets/stylesheets/animate.css */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 2561, app/assets/stylesheets/animate.css */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 2596, app/assets/stylesheets/animate.css */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 2627, app/assets/stylesheets/animate.css */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 2656, app/assets/stylesheets/animate.css */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2697, app/assets/stylesheets/animate.css */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2738, app/assets/stylesheets/animate.css */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2779, app/assets/stylesheets/animate.css */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2820, app/assets/stylesheets/animate.css */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

/* line 2857, app/assets/stylesheets/animate.css */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2902, app/assets/stylesheets/animate.css */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

/* line 2939, app/assets/stylesheets/animate.css */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

/* line 2976, app/assets/stylesheets/animate.css */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3021, app/assets/stylesheets/animate.css */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3052, app/assets/stylesheets/animate.css */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3083, app/assets/stylesheets/animate.css */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3114, app/assets/stylesheets/animate.css */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3145, app/assets/stylesheets/animate.css */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 3176, app/assets/stylesheets/animate.css */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 3207, app/assets/stylesheets/animate.css */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 3238, app/assets/stylesheets/animate.css */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 3269, app/assets/stylesheets/animate.css */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* Slider */
/* line 2, app/assets/stylesheets/slick.css */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 23, app/assets/stylesheets/slick.css */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 33, app/assets/stylesheets/slick.css */
.slick-list:focus {
  outline: none;
}

/* line 37, app/assets/stylesheets/slick.css */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 43, app/assets/stylesheets/slick.css */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 53, app/assets/stylesheets/slick.css */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

/* line 61, app/assets/stylesheets/slick.css */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, app/assets/stylesheets/slick.css */
.slick-track:after {
  clear: both;
}

/* line 72, app/assets/stylesheets/slick.css */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, app/assets/stylesheets/slick.css */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, app/assets/stylesheets/slick.css */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, app/assets/stylesheets/slick.css */
.slick-slide img {
  display: block;
}

/* line 93, app/assets/stylesheets/slick.css */
.slick-slide.slick-loading img {
  display: none;
}

/* line 97, app/assets/stylesheets/slick.css */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, app/assets/stylesheets/slick.css */
.slick-initialized .slick-slide {
  display: block;
}

/* line 105, app/assets/stylesheets/slick.css */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, app/assets/stylesheets/slick.css */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
/* line 3, app/assets/stylesheets/slick-theme.css */
.slick-loading .slick-list {
  background: #fff url(//static.shenzhenware.com/img/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(//static.shenzhenware.com/fonts/slick.eot);
  src: url(//static.shenzhenware.com/fonts/slick.eot?#iefix) format("embedded-opentype"), url(//static.shenzhenware.com/fonts/slick.woff) format("woff"), url(//static.shenzhenware.com/fonts/slick.ttf) format("truetype"), url(//static.shenzhenware.com/fonts/slick.svg#slick) format("svg");
}

/* Arrows */
/* line 19, app/assets/stylesheets/slick-theme.css */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 42, app/assets/stylesheets/slick-theme.css */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

/* line 51, app/assets/stylesheets/slick-theme.css */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 58, app/assets/stylesheets/slick-theme.css */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 64, app/assets/stylesheets/slick-theme.css */
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 78, app/assets/stylesheets/slick-theme.css */
.slick-prev {
  left: -25px;
}

/* line 82, app/assets/stylesheets/slick-theme.css */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 87, app/assets/stylesheets/slick-theme.css */
.slick-prev:before {
  content: '←';
}

/* line 91, app/assets/stylesheets/slick-theme.css */
[dir='rtl'] .slick-prev:before {
  content: '→';
}

/* line 96, app/assets/stylesheets/slick-theme.css */
.slick-next {
  right: -25px;
}

/* line 100, app/assets/stylesheets/slick-theme.css */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* line 105, app/assets/stylesheets/slick-theme.css */
.slick-next:before {
  content: '→';
}

/* line 109, app/assets/stylesheets/slick-theme.css */
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
/* line 115, app/assets/stylesheets/slick-theme.css */
.slick-slider {
  margin-bottom: 30px;
}

/* line 120, app/assets/stylesheets/slick-theme.css */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* line 134, app/assets/stylesheets/slick-theme.css */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 147, app/assets/stylesheets/slick-theme.css */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 165, app/assets/stylesheets/slick-theme.css */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 170, app/assets/stylesheets/slick-theme.css */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 175, app/assets/stylesheets/slick-theme.css */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 197, app/assets/stylesheets/slick-theme.css */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* line 1, app/assets/stylesheets/version2/style.css.scss */
html,
body {
  position: relative;
  height: 100%;
}

/* line 7, app/assets/stylesheets/version2/style.css.scss */
body {
  background: #eee;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding-top: 50px;
}

/* line 15, app/assets/stylesheets/version2/style.css.scss */
h2 {
  margin-bottom: 15px;
  margin-top: 15px;
}

/* line 20, app/assets/stylesheets/version2/style.css.scss */
.container {
  width: 1120px;
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 1120px) {
  /* line 20, app/assets/stylesheets/version2/style.css.scss */
  .container {
    width: 100%;
  }
}

/* line 28, app/assets/stylesheets/version2/style.css.scss */
.container.without-categories-bar {
  padding-top: 20px;
}

/* line 32, app/assets/stylesheets/version2/style.css.scss */
.row {
  margin-left: -5px;
  margin-right: -5px;
}

/* line 37, app/assets/stylesheets/version2/style.css.scss */
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 89, app/assets/stylesheets/version2/style.css.scss */
p {
  margin: 0;
}

/* line 93, app/assets/stylesheets/version2/style.css.scss */
li {
  list-style: none;
}

/* line 97, app/assets/stylesheets/version2/style.css.scss */
s {
  /*text-decoration: none;*/
}

/* line 101, app/assets/stylesheets/version2/style.css.scss */
.left {
  float: left;
}

/* line 105, app/assets/stylesheets/version2/style.css.scss */
.right {
  float: right;
}

/* line 109, app/assets/stylesheets/version2/style.css.scss */
a:hover,
a:focus {
  text-decoration: none;
}

/* line 114, app/assets/stylesheets/version2/style.css.scss */
.swiper-container {
  width: 80%;
  height: 40%;
  margin-left: auto;
  margin-right: auto;
}

/* line 121, app/assets/stylesheets/version2/style.css.scss */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 139, app/assets/stylesheets/version2/style.css.scss */
.swiper-container .swiper-slide img {
  width: 100%;
  height: 195px;
}

/* line 144, app/assets/stylesheets/version2/style.css.scss */
.swiper-container {
  margin: 0;
  width: 100%;
  height: 193px;
  display: none;
}

/* line 151, app/assets/stylesheets/version2/style.css.scss */
.swiper-pagination {
  position: relative;
  top: -26px;
}

/* line 156, app/assets/stylesheets/version2/style.css.scss */
.index_page h2 {
  font-size: 24px;
  color: #333333;
  margin: 0 0 15px;
}

/* line 162, app/assets/stylesheets/version2/style.css.scss */
.navbar {
  background-color: #2c2c2c;
  margin-bottom: 0;
  border-radius: 0;
  height: 50px;
  min-height: 50px;
  border: 0;
}

/* line 171, app/assets/stylesheets/version2/style.css.scss */
.navbar .container {
  position: relative;
}

/* line 175, app/assets/stylesheets/version2/style.css.scss */
.navbar-brand {
  padding-top: 10px;
  height: auto;
}

/* line 180, app/assets/stylesheets/version2/style.css.scss */
.navbar-brand img {
  width: 153px;
  display: inline-block;
}

/* line 185, app/assets/stylesheets/version2/style.css.scss */
.navbar-nav {
  float: right;
  padding-top: 15px;
}

/* line 190, app/assets/stylesheets/version2/style.css.scss */
.navbar p {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  position: relative;
  top: 3px;
}

/* line 198, app/assets/stylesheets/version2/style.css.scss */
.nav li {
  opacity: initial;
}

/* line 202, app/assets/stylesheets/version2/style.css.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 0px 15px;
  /* 在8240px以下时，导航栏如果条目过多，就会被挤至下行 */
}

@media only screen and (max-width: 840px) {
  /* line 202, app/assets/stylesheets/version2/style.css.scss */
  .nav > li > a {
    padding: 0px 10px;
  }
}

/* line 211, app/assets/stylesheets/version2/style.css.scss */
.nav > li.search-li > a {
  padding: 0px 25px;
}

/* line 214, app/assets/stylesheets/version2/style.css.scss */
.input-style {
  width: 50%;
  position: absolute;
  right: 25px;
  top: 15px;
  display: none;
  background-color: #2c2c2c;
}

/* line 223, app/assets/stylesheets/version2/style.css.scss */
.input-style .fa-search {
  color: #fff;
  font-size: 18px;
}

/* line 228, app/assets/stylesheets/version2/style.css.scss */
.input-style .fa-times {
  color: #fff;
  font-size: 18px;
  margin-top: 4px;
}

/* line 234, app/assets/stylesheets/version2/style.css.scss */
.input-style input {
  text-indent: 6px;
  background: none;
  outline: none;
  border: 0px;
  padding-left: 6px;
  color: #fff;
  font-size: 16px;
  margin-left: 6px;
  width: 80%;
}

/* line 246, app/assets/stylesheets/version2/style.css.scss */
.nav-login-style {
  margin-left: -10px;
  margin-top: -6px;
}

/* line 251, app/assets/stylesheets/version2/style.css.scss */
.nav-login-style img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
}

/* line 260, app/assets/stylesheets/version2/style.css.scss */
.dropdown-lines ul {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

/* line 266, app/assets/stylesheets/version2/style.css.scss */
.dropdown-lines ul::before {
  content: '';
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  top: -5px;
  right: 15px;
}

/* line 277, app/assets/stylesheets/version2/style.css.scss */
.dropdown-lines li {
  padding: 0 20px;
  padding-top: 10px;
}

/* line 282, app/assets/stylesheets/version2/style.css.scss */
.dropdown-lines li:last-child {
  padding-bottom: 10px;
}

/* line 286, app/assets/stylesheets/version2/style.css.scss */
.dropdown-lines a {
  color: #000;
}

/* line 290, app/assets/stylesheets/version2/style.css.scss */
.dropdown-lines a:hover {
  color: #0085f6;
  cursor: pointer;
}

/* line 295, app/assets/stylesheets/version2/style.css.scss */
.personal {
  width: 100px;
  position: absolute;
  top: 55px;
  right: 0;
  display: none;
  box-shadow: 0 1px 1px 0 rgba(210, 210, 210, 0.5);
  padding-bottom: 0;
  padding-top: 0;
}

/* line 306, app/assets/stylesheets/version2/style.css.scss */
.info {
  width: 100px;
  position: absolute;
  top: 55px;
  right: 30px;
  display: none;
  box-shadow: 0 1px 1px 0 rgba(210, 210, 210, 0.5);
}

/* line 315, app/assets/stylesheets/version2/style.css.scss */
.fa-bell-o {
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
}

/* line 322, app/assets/stylesheets/version2/style.css.scss */
.nav-bar.bell > a {
  padding-left: 5px;
}

/* line 326, app/assets/stylesheets/version2/style.css.scss */
.navbar-default .navbar-nav > li:not(.search-li) > a {
  font-size: 16px;
  color: #ffffff;
  position: relative;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 5px;
}

/* line 336, app/assets/stylesheets/version2/style.css.scss */
.navbar-default .navbar-nav > li:not(.search-li) > a:before, .navbar-default .navbar-nav > li:not(.search-li) > a:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}

/* line 341, app/assets/stylesheets/version2/style.css.scss */
.navbar-default .navbar-nav > li:not(.search-li) > a:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: translateX(-100%);
}

/* line 350, app/assets/stylesheets/version2/style.css.scss */
.navbar-default .navbar-nav > li:not(.search-li) > a:hover:before {
  transform: translateX(0);
}

/* line 355, app/assets/stylesheets/version2/style.css.scss */
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}

/* line 360, app/assets/stylesheets/version2/style.css.scss */
.navbar-default .navbar-toggle {
  border: 0;
  padding-top: 29px;
}

/* line 365, app/assets/stylesheets/version2/style.css.scss */
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #2c2c2c;
}

/* line 370, app/assets/stylesheets/version2/style.css.scss */
.navbar .model {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 379, app/assets/stylesheets/version2/style.css.scss */
.nav-bar .fa-search {
  cursor: pointer;
}

/* line 383, app/assets/stylesheets/version2/style.css.scss */
.dropdown-nav {
  display: none;
  width: 65%;
  background-color: #2c2c2c;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

/* line 393, app/assets/stylesheets/version2/style.css.scss */
.dropdown-nav .fa-times {
  color: #fff;
  float: right;
  font-size: 14px;
  margin: 20px 15px;
}

/* line 400, app/assets/stylesheets/version2/style.css.scss */
.dropdown-nav .input-group {
  margin: 0 auto;
  width: 80%;
  height: 34px;
}

/* line 406, app/assets/stylesheets/version2/style.css.scss */
.dropdown-nav .form-control, .dropdown-nav body.pages.index .form-control, body.pages.index .dropdown-nav .form-control,
.dropdown-nav body.hashtags .form-control,
body.hashtags .dropdown-nav .form-control {
  border: 0;
}

/* line 410, app/assets/stylesheets/version2/style.css.scss */
.dropdown-nav .fa-search {
  color: #8b8b8b;
}

/* line 414, app/assets/stylesheets/version2/style.css.scss */
.dropdown-nav .input-group-addon {
  background-color: #fff;
  border-left: 0;
  border: 0;
}

/* line 420, app/assets/stylesheets/version2/style.css.scss */
.dropdown-nav .avatar-group {
  margin: 20px 15px;
}

/* line 424, app/assets/stylesheets/version2/style.css.scss */
.logout-text {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 15px;
}

/* line 431, app/assets/stylesheets/version2/style.css.scss */
.logout-text a {
  color: #fff;
}

/* line 435, app/assets/stylesheets/version2/style.css.scss */
.avatar-group img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* line 441, app/assets/stylesheets/version2/style.css.scss */
.avatar-group .logout {
  padding: 6px 12px;
  font-size: 16px;
  color: #fff;
  float: right;
  background-color: #8b8b8b;
  border-radius: 5px;
  margin-top: 8px;
  border: 0;
}

/* line 452, app/assets/stylesheets/version2/style.css.scss */
.dropdown-nav .activitys {
  margin: 0;
  padding: 0;
}

/* line 457, app/assets/stylesheets/version2/style.css.scss */
.dropdown-nav .activitys li {
  text-align: left;
}

/* line 461, app/assets/stylesheets/version2/style.css.scss */
.dropdown-nav .activitys img {
  width: 23px;
  margin-right: 18px;
  margin-left: 30px;
  vertical-align: middle;
}

/* line 468, app/assets/stylesheets/version2/style.css.scss */
.dropdown-nav .activitys a {
  width: 100%;
  height: 100%;
  padding: 12px 0;
  display: inline-block;
}

/* line 475, app/assets/stylesheets/version2/style.css.scss */
.dropdown-nav .activitys i {
  padding-left: 30px;
  padding-right: 18px;
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
  width: 70px;
}

/* line 484, app/assets/stylesheets/version2/style.css.scss */
.dropdown-nav .activitys span {
  font-size: 16px;
  color: #fff;
}

/* line 489, app/assets/stylesheets/version2/style.css.scss */
.dropdown-nav .activitys .active-nav {
  border-left: 4px solid #0085f6;
  background-color: #000000;
}

/* line 494, app/assets/stylesheets/version2/style.css.scss */
.dropdown-nav .activitys .active-nav img {
  margin-left: 25px;
}

/*首页轮播图*/
/* line 500, app/assets/stylesheets/version2/style.css.scss */
.banner_slick {
  overflow: hidden;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-height: 400px;
  overflow: hidden;
}

/* line 510, app/assets/stylesheets/version2/style.css.scss */
.banner_slick img {
  /*height: 350px;*/
  /*height: 400px;*/
  /*width: 1120px;*/
  width: 100%;
}

/* line 517, app/assets/stylesheets/version2/style.css.scss */
.banner_slick .slick-arrow {
  display: none !important;
}

/* line 521, app/assets/stylesheets/version2/style.css.scss */
.banner_slick .slick-slide:focus {
  outline: none;
}

/* line 525, app/assets/stylesheets/version2/style.css.scss */
.banner_slick .slick-slide {
  cursor: pointer;
  position: relative;
}

/* line 530, app/assets/stylesheets/version2/style.css.scss */
.banner_slick .slick-current.slick-slide {
  width: 670px;
}

/* line 534, app/assets/stylesheets/version2/style.css.scss */
.banner_slick .banner_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 543, app/assets/stylesheets/version2/style.css.scss */
.banner_slick_box i {
  font-size: 18px;
}

/* line 547, app/assets/stylesheets/version2/style.css.scss */
.banner_slick .banner_slick_box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  color: #fff;
}

@media only screen and (max-width: 900px) {
  /* line 547, app/assets/stylesheets/version2/style.css.scss */
  .banner_slick .banner_slick_box {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
  }
  /* line 560, app/assets/stylesheets/version2/style.css.scss */
  .banner_slick .banner_slick_box p > i {
    font-size: 12px;
  }
  /* line 563, app/assets/stylesheets/version2/style.css.scss */
  .banner_slick .banner_slick_box h4 > a {
    font-size: 14px;
  }
}

/* line 569, app/assets/stylesheets/version2/style.css.scss */
.banner_slick_box {
  display: none;
}

/* line 573, app/assets/stylesheets/version2/style.css.scss */
.banner_slick_box p {
  font-size: 16px;
  text-align: left;
  color: #fff;
  line-height: 1.25;
  margin-top: 5px;
}

/* line 581, app/assets/stylesheets/version2/style.css.scss */
.banner_slick_box p i {
  margin-right: 5px;
}

/* line 585, app/assets/stylesheets/version2/style.css.scss */
.banner_slick_box h4 .topic {
  width: 60%;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
}

/* line 594, app/assets/stylesheets/version2/style.css.scss */
.banner_slick_box h4 .join_in {
  float: right;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  padding: 8px 43px;
  border: solid 2px #ffffff;
}

/* line 603, app/assets/stylesheets/version2/style.css.scss */
.hot {
  margin-bottom: 20px;
}

/* line 607, app/assets/stylesheets/version2/style.css.scss */
.report,
.fixation,
.joint {
  margin-bottom: 30px;
}

/* line 613, app/assets/stylesheets/version2/style.css.scss */
.report-max {
  position: relative;
  overflow: hidden;
}

/* line 618, app/assets/stylesheets/version2/style.css.scss */
.report .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  border-radius: 8px;
}

/* line 628, app/assets/stylesheets/version2/style.css.scss */
.subject_slider {
  padding: 0;
  background: none;
}

/* line 633, app/assets/stylesheets/version2/style.css.scss */
.subject-img div {
  border-radius: 8px;
}

/* line 637, app/assets/stylesheets/version2/style.css.scss */
.subject-img a {
  color: #fff;
  font-size: 22px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 102px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 650, app/assets/stylesheets/version2/style.css.scss */
.subject-img .masks {
  width: 273px;
  height: 106px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 5px;
}

/* line 659, app/assets/stylesheets/version2/style.css.scss */
.subject-img img {
  width: 100%;
  border-radius: 8px;
}

/* line 664, app/assets/stylesheets/version2/style.css.scss */
.subject-img .slick-prev .slick-arrow {
  position: absolute;
  left: -20px;
  top: -30px;
}

/* line 670, app/assets/stylesheets/version2/style.css.scss */
.subject-img .slick-next .slick-arrow {
  position: absolute;
  left: -20px;
  right: -30px;
}

/* line 676, app/assets/stylesheets/version2/style.css.scss */
.hot .col-lg-4 .activity {
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
}

/* line 684, app/assets/stylesheets/version2/style.css.scss */
.card {
  box-sizing: border-box;
  display: inline-block;
  padding: 20px 12px;
}

@media only screen and (max-width: 767px) {
  /* line 684, app/assets/stylesheets/version2/style.css.scss */
  .card {
    width: 50%;
    height: 0;
    padding-bottom: calc(100% * 9 / 32);
    padding-top: 0;
  }
}

/* line 696, app/assets/stylesheets/version2/style.css.scss */
.card .card-meta a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
}

/* line 704, app/assets/stylesheets/version2/style.css.scss */
.activity .card-img span {
  width: 120px;
  padding: 5px 0;
  display: inline-block;
  background-color: #0085f6;
  position: absolute;
  top: 11px;
  right: -32px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transform: rotate(42deg);
  border: 0;
}

/* line 719, app/assets/stylesheets/version2/style.css.scss */
.activity .card-img span.expired {
  background-color: #C5C8C6;
}

/* line 723, app/assets/stylesheets/version2/style.css.scss */
.activity .card i {
  margin-right: 5px;
}

/* line 727, app/assets/stylesheets/version2/style.css.scss */
.activity img {
  width: 100%;
}

/* line 731, app/assets/stylesheets/version2/style.css.scss */
.activity .card-img {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  /* line 731, app/assets/stylesheets/version2/style.css.scss */
  .activity .card-img {
    width: 50%;
    height: 0;
    padding-bottom: calc(100% * 9 / 32);
  }
}

/* line 744, app/assets/stylesheets/version2/style.css.scss */
.activity .initial {
  font-size: 18px;
  line-height: 1.44;
  color: #333333;
  margin: 0;
}

/* line 751, app/assets/stylesheets/version2/style.css.scss */
.card-meta {
  height: 3.5em;
  overflow: hidden;
}

/* line 756, app/assets/stylesheets/version2/style.css.scss */
.card-times {
  padding-top: 8px;
  font-size: 14px;
  color: #a7a2a2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 765, app/assets/stylesheets/version2/style.css.scss */
.card-times i:before {
  margin-right: 2px;
}

/* line 769, app/assets/stylesheets/version2/style.css.scss */
.hot.hot-slick .card-map i:before {
  margin-right: 10px;
}

/* line 773, app/assets/stylesheets/version2/style.css.scss */
.card-map {
  padding-top: 6px;
  font-size: 14px;
  color: #a7a2a2;
  padding-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 782, app/assets/stylesheets/version2/style.css.scss */
.card-map i:before {
  margin-right: 2px;
}

/* line 786, app/assets/stylesheets/version2/style.css.scss */
.col-lg-4 span {
  display: block;
  width: 300px;
  margin: 0;
  border: 1px solid #f2f2f2;
}

/* line 793, app/assets/stylesheets/version2/style.css.scss */
.card-footer {
  padding-top: 8px;
  height: 1.9em;
  overflow: hidden;
}

/* line 799, app/assets/stylesheets/version2/style.css.scss */
.card-footer a {
  display: inline-block;
  /*color: #333333;*/
  color: #a7a2a2;
  text-decoration: underline;
}

/* line 806, app/assets/stylesheets/version2/style.css.scss */
.card-footer > .tag {
  display: inline-block;
  color: #8b8b8b;
}

/* line 811, app/assets/stylesheets/version2/style.css.scss */
.report-max {
  box-sizing: border-box;
  box-shadow: 0px 1px 1px #D2D2D2;
}

/* line 816, app/assets/stylesheets/version2/style.css.scss */
.small-report img {
  height: 138px;
}

/* line 820, app/assets/stylesheets/version2/style.css.scss */
.report img {
  width: 100%;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
}

/* line 826, app/assets/stylesheets/version2/style.css.scss */
.report-max a {
  position: absolute;
  bottom: 40px;
  left: 40px;
  /*font-size: 22px;*/
  font-size: 18px;
  line-height: 1.55;
  color: #ffffff;
  width: 560px;
}

/* line 836, app/assets/stylesheets/version2/style.css.scss */
.report-max a .article-abstract {
  margin-top: 1em;
  /*font-size: 18px;*/
  font-size: 16px;
  font-style: oblique;
}

/* line 844, app/assets/stylesheets/version2/style.css.scss */
.report-top {
  margin-bottom: 10px;
  position: relative;
  box-shadow: 0px 1px 1px #D2D2D2;
}

/* line 850, app/assets/stylesheets/version2/style.css.scss */
.index_page .report-top a {
  /*left: auto;*/
  left: 0;
}

/* line 855, app/assets/stylesheets/version2/style.css.scss */
.index_page .report-center {
  padding-top: 0;
}

/* line 859, app/assets/stylesheets/version2/style.css.scss */
.index_page .report-center a {
  bottom: 20px;
  top: auto;
}

/* line 864, app/assets/stylesheets/version2/style.css.scss */
.index_page .report-center a,
.index_page .report-top a {
  padding: 0 15px;
}

/* line 869, app/assets/stylesheets/version2/style.css.scss */
.report_web div {
  border-radius: 8px;
}

/* line 873, app/assets/stylesheets/version2/style.css.scss */
.report-top a {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 30px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.44;
}

/* line 884, app/assets/stylesheets/version2/style.css.scss */
.report-center {
  position: relative;
  box-shadow: 0px 1px 1px #D2D2D2;
}

/* line 889, app/assets/stylesheets/version2/style.css.scss */
.report-center a {
  position: absolute;
  top: 81px;
  left: 0px;
  line-height: 1.44;
  /*font-size: 18px;*/
  font-size: 16px;
  color: #ffffff;
}

/* line 899, app/assets/stylesheets/version2/style.css.scss */
.report-footer {
  position: relative;
  margin-top: 10px;
}

/* line 904, app/assets/stylesheets/version2/style.css.scss */
.report-footer a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -15px;
  /*font-size: 22px;*/
  font-size: 18px;
  color: #ffffff;
  line-height: 1.44;
}

/* line 916, app/assets/stylesheets/version2/style.css.scss */
.more_join {
  display: block;
  text-align: center;
}

@media only screen and (min-width: 900px) {
  /* line 916, app/assets/stylesheets/version2/style.css.scss */
  .more_join {
    margin-top: 2em;
  }
}

/* line 923, app/assets/stylesheets/version2/style.css.scss */
.more_join a {
  color: #8b8b8b;
  font-size: 12px;
}

/* line 927, app/assets/stylesheets/version2/style.css.scss */
.more_join .load-content-btn:hover {
  cursor: pointer;
}

/* line 931, app/assets/stylesheets/version2/style.css.scss */
.more_join .load-content-btn > img {
  width: 25px;
  margin-right: 10px;
}

/* line 936, app/assets/stylesheets/version2/style.css.scss */
.joint .col-lg-4 .ue {
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0px 1px 1px #D2D2D2;
}

/* line 944, app/assets/stylesheets/version2/style.css.scss */
.joint .ue .card {
  padding: 20px 12px;
}

/* line 948, app/assets/stylesheets/version2/style.css.scss */
.joint .card-img span {
  width: 120px;
  padding: 5px 0;
  display: inline-block;
  background-color: #0085f6;
  position: absolute;
  top: 11px;
  right: -32px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transform: rotate(42deg);
  border: 0;
}

/* line 963, app/assets/stylesheets/version2/style.css.scss */
.joint .card-img span.expired {
  background-color: #C5C8C6;
}

/* line 967, app/assets/stylesheets/version2/style.css.scss */
.fixation.fixation_phone {
  display: none;
}

/* line 971, app/assets/stylesheets/version2/style.css.scss */
.joint .card-img {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  width: 100%;
}

/* line 979, app/assets/stylesheets/version2/style.css.scss */
.joint img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}

/* line 984, app/assets/stylesheets/version2/style.css.scss */
.joint .initial {
  font-size: 18px;
  line-height: 1.44;
  color: #333333;
  margin: 0;
}

/* line 991, app/assets/stylesheets/version2/style.css.scss */
.joint .card-times p {
  display: inline-block;
  font-size: 16px;
  color: #a7a2a2;
  padding-right: 10px;
}

/* line 998, app/assets/stylesheets/version2/style.css.scss */
.joint .card-times span {
  display: inline-block;
  width: auto;
  border: 0;
  color: #a7a2a2;
}

/* line 1005, app/assets/stylesheets/version2/style.css.scss */
.joint .card-footer {
  padding-top: 8px;
  height: 2em;
  overflow: hidden;
}

/* line 1011, app/assets/stylesheets/version2/style.css.scss */
.report_phone {
  display: none;
}

/* line 1015, app/assets/stylesheets/version2/style.css.scss */
.footer {
  background-color: #2c2c2c;
  padding: 40px 0 0;
}

/* line 1020, app/assets/stylesheets/version2/style.css.scss */
.footer .title_footer {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 0 0 10px;
}

/* line 1028, app/assets/stylesheets/version2/style.css.scss */
.footer ul {
  list-style: none;
  text-align: center;
  padding: 0;
  height: 16.5em;
}

/* line 1034, app/assets/stylesheets/version2/style.css.scss */
.footer .talk-with-us {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

/* line 1040, app/assets/stylesheets/version2/style.css.scss */
.footer .talk-with-us .wechat, .footer .talk-with-us .send-email {
  display: inline-block;
  color: #fff;
  position: relative;
  margin-top: 15px;
}

/* line 1046, app/assets/stylesheets/version2/style.css.scss */
.footer .talk-with-us .wechat i, .footer .talk-with-us .send-email i {
  font-size: 24px;
  color: #fff;
  margin: 0 15px;
}

/* line 1051, app/assets/stylesheets/version2/style.css.scss */
.footer .talk-with-us .wechat:hover .wechat-subscribe-guide {
  position: absolute;
  top: -100px;
  opacity: 1;
  height: auto;
}

/* line 1058, app/assets/stylesheets/version2/style.css.scss */
.footer .wechat-subscribe-guide, .footer .wechat-subscribe-guide {
  text-align: center;
  color: #fff;
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  transition: 0.8s all cubic-bezier(0.1, -0.6, 0.2, 0);
  /* margin-left: -10em; */
}

@media only screen and (max-width: 900px) {
  /* line 1058, app/assets/stylesheets/version2/style.css.scss */
  .footer .wechat-subscribe-guide, .footer .wechat-subscribe-guide {
    margin-left: -3em;
  }
}

/* line 1073, app/assets/stylesheets/version2/style.css.scss */
.footer .wechat-subscribe-guide, .footer .wechat-subscribe-guide img {
  margin-bottom: 15px;
}

/* line 1079, app/assets/stylesheets/version2/style.css.scss */
.footer ul {
  font-size: 14px;
  line-height: 1.86;
  text-align: center;
  color: #8b8b8b;
}

/* line 1088, app/assets/stylesheets/version2/style.css.scss */
.footer ul li {
  margin-bottom: 5px;
  opacity: initial;
  position: initial;
}

/* line 1095, app/assets/stylesheets/version2/style.css.scss */
.footer li a {
  color: #8b8b8b;
}

/* line 1099, app/assets/stylesheets/version2/style.css.scss */
.footer li a:hover {
  color: #DFDBDB !important;
}

/* line 1103, app/assets/stylesheets/version2/style.css.scss */
.footer .left {
  display: inline-block;
  padding: 0 30px 0;
}

/* line 1108, app/assets/stylesheets/version2/style.css.scss */
.footer .right {
  display: inline-block;
}

/* line 1112, app/assets/stylesheets/version2/style.css.scss */
.legal {
  border: 0.5px solid #abb1b7;
}

/* line 1116, app/assets/stylesheets/version2/style.css.scss */
.footer .col-lg-12 p {
  padding: 20px 0;
}

/* line 1120, app/assets/stylesheets/version2/style.css.scss */
.footer .website-copyright, .footer .website-copyright a {
  color: #8b8b8b;
}

/* line 1123, app/assets/stylesheets/version2/style.css.scss */
.footer .media-platforms {
  padding-left: 10px;
}

/* line 1126, app/assets/stylesheets/version2/style.css.scss */
.footer .media-platforms li {
  width: 48%;
  text-align: left;
}

/* line 1130, app/assets/stylesheets/version2/style.css.scss */
.footer .media-platforms li span {
  font-size: 14px;
  padding-left: 5px;
}

/* line 1134, app/assets/stylesheets/version2/style.css.scss */
.footer .media-platforms li:nth-child(even) {
  /* text-align: right; */
}

@media only screen and (max-width: 900px) {
  /* line 1138, app/assets/stylesheets/version2/style.css.scss */
  .container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 1143, app/assets/stylesheets/version2/style.css.scss */
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 1147, app/assets/stylesheets/version2/style.css.scss */
  .col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 1198, app/assets/stylesheets/version2/style.css.scss */
  .input-style {
    top: 17px;
  }
  /* line 1201, app/assets/stylesheets/version2/style.css.scss */
  .footer {
    display: none;
  }
  /* line 1204, app/assets/stylesheets/version2/style.css.scss */
  .box {
    display: none;
  }
  /* line 1207, app/assets/stylesheets/version2/style.css.scss */
  .swiper-container {
    display: block;
  }
  /* line 1211, app/assets/stylesheets/version2/style.css.scss */
  .activity .card-img .status {
    left: -37px;
    transform: rotate(-42deg);
    font-size: 13px;
    top: 6px;
  }
  /* line 1218, app/assets/stylesheets/version2/style.css.scss */
  .card {
    padding-left: 10px;
  }
  /* line 1221, app/assets/stylesheets/version2/style.css.scss */
  .activity .initial {
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.57;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  /* line 1232, app/assets/stylesheets/version2/style.css.scss */
  .activity .card-map {
    padding-bottom: 0;
  }
  /* line 1236, app/assets/stylesheets/version2/style.css.scss */
  .card-footer {
    display: none;
  }
  /* line 1239, app/assets/stylesheets/version2/style.css.scss */
  .col-lg-4 .card span {
    display: none;
  }
  /*上面是热门活动媒体查询*/
  /*联名活动媒体查询*/
  /* line 1245, app/assets/stylesheets/version2/style.css.scss */
  .joint .col-lg .ue {
    padding: 0;
  }
  /* line 1248, app/assets/stylesheets/version2/style.css.scss */
  .joint .card-img img {
    border-radius: 0;
  }
  /* line 1251, app/assets/stylesheets/version2/style.css.scss */
  .joint .card-img .status {
    left: -37px;
    transform: rotate(-42deg);
    font-size: 13px;
    top: 6px;
  }
  /* line 1257, app/assets/stylesheets/version2/style.css.scss */
  .joint .initial {
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.57;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  /* line 1267, app/assets/stylesheets/version2/style.css.scss */
  .joint .card-map {
    padding-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 1273, app/assets/stylesheets/version2/style.css.scss */
  .joint .card-map i {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  /* line 1279, app/assets/stylesheets/version2/style.css.scss */
  .joint .col-lg-4 .ue {
    padding: 0;
  }
  /* line 1282, app/assets/stylesheets/version2/style.css.scss */
  .joint .ue .card {
    padding: 10px 20px 0 10px;
  }
  /* line 1285, app/assets/stylesheets/version2/style.css.scss */
  .joint .ue .card p {
    display: -webkit-box;
    text-align: left;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  /* line 1293, app/assets/stylesheets/version2/style.css.scss */
  .joint .ue .card span {
    display: initial;
  }
  /* line 1296, app/assets/stylesheets/version2/style.css.scss */
  .joint .col-lg-4 {
    padding-bottom: 8px;
  }
  /* line 1299, app/assets/stylesheets/version2/style.css.scss */
  .joint .ue {
    margin-bottom: 30px;
  }
  /*以上是joint联名活动媒体查询*/
  /* line 1303, app/assets/stylesheets/version2/style.css.scss */
  .banner_slick_box {
    display: block;
  }
  /* line 1306, app/assets/stylesheets/version2/style.css.scss */
  .banner_slick img {
    width: 100%;
    height: auto;
  }
  /* line 1310, app/assets/stylesheets/version2/style.css.scss */
  .banner_slick_box h4 .topic {
    width: 100%;
    line-height: 28px;
  }
  /* line 1314, app/assets/stylesheets/version2/style.css.scss */
  .banner_slick_box h4 a {
    display: none;
  }
  /* line 1317, app/assets/stylesheets/version2/style.css.scss */
  .banner_slick .banner_slick_box {
    padding-left: 15px;
  }
  /* line 1320, app/assets/stylesheets/version2/style.css.scss */
  .fixation {
    display: none;
  }
  /* line 1324, app/assets/stylesheets/version2/style.css.scss */
  .fixation.fixation_phone {
    display: block;
  }
  /* line 1327, app/assets/stylesheets/version2/style.css.scss */
  .subject-img {
    width: 100%;
  }
  /* line 1330, app/assets/stylesheets/version2/style.css.scss */
  .subject-img .masks {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0px;
  }
  /* line 1339, app/assets/stylesheets/version2/style.css.scss */
  .subject-img a {
    text-align: center;
    padding: 25px 40px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
  }
  /* line 1346, app/assets/stylesheets/version2/style.css.scss */
  .phone_banner .slick-slide,
.report_phone .slick-slide {
    margin-right: 15px;
  }
  /* line 1350, app/assets/stylesheets/version2/style.css.scss */
  .phone_banner .slick-slide:last-child {
    margin-right: 0;
  }
  /* line 1353, app/assets/stylesheets/version2/style.css.scss */
  .report_phone .report-max {
    width: 220px;
  }
  /* line 1356, app/assets/stylesheets/version2/style.css.scss */
  .phone_banner .slick-arrow,
.report_phone .slick-arrow {
    display: none !important;
  }
  /* line 1360, app/assets/stylesheets/version2/style.css.scss */
  .banner_slick {
    margin-bottom: 15px;
  }
  /* line 1363, app/assets/stylesheets/version2/style.css.scss */
  .index_page h2 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #262626;
  }
  /* line 1368, app/assets/stylesheets/version2/style.css.scss */
  .report,
.fixation,
.joint {
    margin-bottom: 30px;
  }
  /* line 1373, app/assets/stylesheets/version2/style.css.scss */
  .hot .col-lg-4 .activity {
    margin-bottom: 8px;
  }
  /* line 1376, app/assets/stylesheets/version2/style.css.scss */
  .slick-list.draggable {
    padding: 0 !important;
  }
  /* line 1379, app/assets/stylesheets/version2/style.css.scss */
  .card-map,
.card-times {
    /*font-size: 13px;*/
    font-size: 10px;
  }
  /* line 1384, app/assets/stylesheets/version2/style.css.scss */
  .card .card-times {
    padding-top: 10px;
  }
  /* line 1387, app/assets/stylesheets/version2/style.css.scss */
  .joint .card-times {
    padding-top: 12px;
  }
  /* line 1390, app/assets/stylesheets/version2/style.css.scss */
  .card .card-map {
    padding-top: 2px;
  }
  /* line 1393, app/assets/stylesheets/version2/style.css.scss */
  .joint .col-lg-4 .ue {
    margin-bottom: 10px;
  }
  /* line 1396, app/assets/stylesheets/version2/style.css.scss */
  .report_web {
    display: none;
  }
  /* line 1399, app/assets/stylesheets/version2/style.css.scss */
  .report_phone {
    display: block;
  }
  /* line 1402, app/assets/stylesheets/version2/style.css.scss */
  .report_phone .report-max img {
    width: 100%;
  }
  /* line 1405, app/assets/stylesheets/version2/style.css.scss */
  .report-max a {
    font-size: 12px;
    line-height: 1.57;
    left: 15px;
    bottom: 15px;
    width: 85%;
  }
  /* line 1413, app/assets/stylesheets/version2/style.css.scss */
  .banner_slick ul {
    list-style: none;
    position: absolute;
    left: 40%;
    bottom: 10px;
  }
  /* line 1419, app/assets/stylesheets/version2/style.css.scss */
  .banner_slick ul li {
    float: left;
    border-radius: 50%;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    opacity: 0.2;
    background-color: #333333;
  }
  /* line 1428, app/assets/stylesheets/version2/style.css.scss */
  .banner_slick ul li.slick-active {
    opacity: 1;
    background-color: #0085f6;
  }
  /* line 1432, app/assets/stylesheets/version2/style.css.scss */
  .banner_slick ul button {
    display: none;
  }
  /* line 1435, app/assets/stylesheets/version2/style.css.scss */
  .joint .card-times p {
    font-size: 13px;
  }
  /* line 1438, app/assets/stylesheets/version2/style.css.scss */
  .navbar-default .navbar-toggle {
    padding-top: 10px;
  }
  /* line 1441, app/assets/stylesheets/version2/style.css.scss */
  .navbar {
    min-height: 50px;
    height: 50px;
  }
  /* line 1445, app/assets/stylesheets/version2/style.css.scss */
  body {
    padding-top: 50px;
  }
  /* line 1448, app/assets/stylesheets/version2/style.css.scss */
  .navbar-brand {
    padding-top: 10px;
  }
  /* line 1451, app/assets/stylesheets/version2/style.css.scss */
  .navbar-nav {
    padding: 15px 0;
  }
  /* line 1454, app/assets/stylesheets/version2/style.css.scss */
  .phone_banner {
    overflow: scroll;
    white-space: nowrap;
    padding: 0 2px;
    margin-left: -5px;
  }
  /* line 1460, app/assets/stylesheets/version2/style.css.scss */
  .phone_banner a {
    color: #fff;
    font-size: 16px;
    margin-right: 6px;
    text-align: center;
    border-radius: 8px;
    padding: 21px 45px;
    display: inline-block;
  }
  /* line 1469, app/assets/stylesheets/version2/style.css.scss */
  .phone_banner a.subject-talk {
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  }
  /* line 1474, app/assets/stylesheets/version2/style.css.scss */
  a.subject-visit {
    background-image: url(//static.shenzhenware.com/../img/visit.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  }
  /* line 1480, app/assets/stylesheets/version2/style.css.scss */
  a.subject-class {
    background-image: url(//static.shenzhenware.com/../img/class.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  }
  /* line 1486, app/assets/stylesheets/version2/style.css.scss */
  a.subject-conference {
    background-image: url(//static.shenzhenware.com/../img/conference.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  /* line 1495, app/assets/stylesheets/version2/style.css.scss */
  select:focus,
textarea:focus,
input:focus {
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 900px) {
  /* line 1503, app/assets/stylesheets/version2/style.css.scss */
  .report-max img {
    height: 434px;
  }
  /* line 1506, app/assets/stylesheets/version2/style.css.scss */
  .small-report img {
    height: 138px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 1512, app/assets/stylesheets/version2/style.css.scss */
  .card-meta {
    padding-top: 5px;
  }
  /* line 1515, app/assets/stylesheets/version2/style.css.scss */
  .card .card-times {
    bottom: 1.75em;
    position: absolute;
    width: 100%;
  }
  /* line 1520, app/assets/stylesheets/version2/style.css.scss */
  .card .card-map {
    bottom: 0.5em;
    position: absolute;
    /*width: 100%;*/
    width: 90%;
  }
  /* line 1526, app/assets/stylesheets/version2/style.css.scss */
  .joint .card-img {
    width: 50%;
  }
  /* line 1529, app/assets/stylesheets/version2/style.css.scss */
  .joint .card-img img {
    width: 100%;
  }
  /* line 1532, app/assets/stylesheets/version2/style.css.scss */
  .joint .ue .card {
    padding-left: 10px;
    width: 50%;
    height: 0;
    padding-bottom: calc(100% * 9 / 32);
    padding-top: 0;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 900px) {
  /* line 3, app/assets/stylesheets/version2/event.css.scss */
  body.events_index .joint > .regular-events-list .event-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* line 12, app/assets/stylesheets/version2/event.css.scss */
body.events_index .subject_slider .slick-prev:before {
  content: '<';
}

/* line 16, app/assets/stylesheets/version2/event.css.scss */
body.events_index .subject_slider .slick-next:before {
  content: '>';
}

/* line 20, app/assets/stylesheets/version2/event.css.scss */
body.events_index .subject_slider .slick-prev:before, body.events_index .subject_slider .slick-next:before {
  font-family: 'slick';
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.75;
  color: #8b8b8b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 33, app/assets/stylesheets/version2/event.css.scss */
body.events_index .banner_slick ul.slick-dots {
  bottom: 10px;
  right: 30px;
  text-align: right;
}

/* line 37, app/assets/stylesheets/version2/event.css.scss */
body.events_index .banner_slick ul.slick-dots li {
  margin: 0 2px;
}

/* line 40, app/assets/stylesheets/version2/event.css.scss */
body.events_index .banner_slick ul.slick-dots li button:before {
  font-size: 50px;
}

/* line 43, app/assets/stylesheets/version2/event.css.scss */
body.events_index .banner_slick ul.slick-dots li.slick-active button:before {
  color: #0085f6;
}

/* line 50, app/assets/stylesheets/version2/event.css.scss */
.single-banner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 1120px;
}

/* line 56, app/assets/stylesheets/version2/event.css.scss */
.single-banner img {
  width: 100%;
}

/* line 61, app/assets/stylesheets/version2/event.css.scss */
body.events_show {
  background: #eee;
  font-size: 14px;
  color: #001;
  margin: 0;
  padding-top: 50px;
  /*comment-box*/
}

@media only screen and (min-width: 1120px) {
  /* line 64, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header-box, body.events_show .flow, body.events_show .correlation, body.events_show .content {
    width: 1120px;
  }
}

@media only screen and (max-width: 1120px) {
  /* line 75, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .container, body.events_show .correlation .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 900px) {
  /* line 85, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header-box .container, body.events_show .intro .container, body.events_show .flow .container, body.events_show .correlation .container, body.events_show .content .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 93, app/assets/stylesheets/version2/event.css.scss */
body.events_show .added {
  display: none;
}

/* line 96, app/assets/stylesheets/version2/event.css.scss */
body.events_show .review {
  display: none;
}

/* line 100, app/assets/stylesheets/version2/event.css.scss */
body.events_show .ticket_box .modal-title {
  font-size: 18px;
  text-align: center;
  color: #fff;
}

/* line 105, app/assets/stylesheets/version2/event.css.scss */
body.events_show .ticket_box .modal-header {
  background-color: #2c2c2c;
}

/* line 108, app/assets/stylesheets/version2/event.css.scss */
body.events_show .ticket_box .close {
  opacity: 1;
}

/* line 111, app/assets/stylesheets/version2/event.css.scss */
body.events_show .ticket_box .close span {
  color: #fff;
}

/* line 114, app/assets/stylesheets/version2/event.css.scss */
body.events_show .ticket_box .totle_sum {
  display: inline-block;
  float: left;
  padding-top: 7px;
  font-size: 18px;
  color: #333;
}

/* line 122, app/assets/stylesheets/version2/event.css.scss */
body.events_show .ticket_box .totle_sum span {
  margin-right: 70px;
}

/* line 125, app/assets/stylesheets/version2/event.css.scss */
body.events_show .ticket_box .modal-footer .btn-primary, body.events_show .ticket_box .modal-footer .btn-basic {
  background-color: #0085f6;
  padding: 11px 30px;
  border-color: #0085f6;
}

/* line 130, app/assets/stylesheets/version2/event.css.scss */
body.events_show .ticket_item_top select {
  background-color: #fff;
  width: 45px;
  border: solid 1px #aaaaaa;
  -webkit-appearance: listbox;
  text-align-last: center;
}

/* line 137, app/assets/stylesheets/version2/event.css.scss */
body.events_show .ticket_box .modal-body {
  padding: 20px;
}

/* line 140, app/assets/stylesheets/version2/event.css.scss */
body.events_show .ticket_box .ticket_item {
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(210, 210, 210, 0.5);
  border-left: 6px solid #8b8b8b;
}

/* line 147, app/assets/stylesheets/version2/event.css.scss */
body.events_show .ticket_box .ticket_item.active {
  border-left: 6px solid #0085f6;
  background-color: #f5f5f5;
}

/* line 151, app/assets/stylesheets/version2/event.css.scss */
body.events_show .ticket_item_top {
  padding: 20px 30px;
  font-size: 18px;
  color: #262626;
  border-bottom: solid 1px #f2f2f2;
}

/* line 157, app/assets/stylesheets/version2/event.css.scss */
body.events_show .ticket_item_top span.over_ticket {
  font-size: 16px;
  color: #ff307c;
}

/* line 161, app/assets/stylesheets/version2/event.css.scss */
body.events_show .ticket_item_top .border_right {
  border-right: 3px solid #aaaaaa;
}

/* line 164, app/assets/stylesheets/version2/event.css.scss */
body.events_show .ticket_item_tips {
  padding: 10px 30px;
}

/* line 167, app/assets/stylesheets/version2/event.css.scss */
body.events_show .ticket_item_tips p {
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  color: #8b8b8b;
}

/* line 173, app/assets/stylesheets/version2/event.css.scss */
body.events_show p {
  letter-spacing: -1px;
}

/* line 176, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header .head-images {
  width: 100%;
}

/* line 179, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header {
  position: relative;
  z-index: 9;
}

/* line 183, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header .col-lg-8 {
  padding: 0;
}

/* line 187, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header .col-lg-8 img {
  width: 100%;
  border-radius: 8px 0 0 8px;
}

@media only screen and (min-width: 992px) {
  /* line 187, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header .col-lg-8 img {
    height: 375px;
  }
}

/* line 195, app/assets/stylesheets/version2/event.css.scss */
body.events_show .col-lg-4 {
  padding-top: 0;
}

/* line 198, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header .col-lg-4 {
  padding: 0;
}

/* line 201, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header .header-img-box {
  height: 460px;
  overflow: hidden;
}

/* line 206, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header .header-box {
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: 1;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 214, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-top {
  box-sizing: border-box;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  /* line 214, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header-top {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
}

/* line 223, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-top .event-cover img {
  border-radius: 8px 0 0 8px;
  max-width: 640px;
  max-height: 360px;
}

/* line 228, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-top .event-brief-info {
  flex-grow: 1;
}

@media only screen and (min-width: 992px) {
  /* line 228, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header-top .event-brief-info {
    max-width: 35%;
  }
}

/* line 234, app/assets/stylesheets/version2/event.css.scss */
body.events_show .navbar .col-lg-12 {
  padding: 0 30px;
}

/* line 237, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-top .event-brief-info .card {
  padding: 27px 44px 28px 15px;
  border-radius: 0 8px 8px 0;
  background-color: #fff;
  height: auto;
}

@media only screen and (min-width: 992px) {
  /* line 237, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header-top .event-brief-info .card {
    width: 100%;
    height: 360px;
  }
}

/* line 248, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-top .event-brief-info .card a {
  border-bottom: 2px solid #0085f6;
  font-size: 18px;
  color: #0085f6;
}

@media only screen and (min-width: 992px) {
  /* line 253, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .event-short-info {
    height: 375px;
  }
}

/* line 258, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-top .event-brief-info .card .card-number {
  display: none;
}

/* line 261, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-top .event-brief-info .card h1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  margin: 0;
  padding-top: 26px;
  padding-bottom: 90px;
}

/* line 270, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-top .event-brief-info .card-times {
  padding-top: 0;
  font-size: 18px;
  color: #333333;
}

/* line 276, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-top .event-brief-info .card-map {
  padding-top: 15px;
  padding-bottom: 0;
  font-size: 15px;
  color: #333333;
  position: relative;
}

@media only screen and (min-width: 992px) {
  /* line 284, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header-top .card-items {
    position: absolute;
    bottom: 10em;
  }
}

@media only screen and (min-width: 992px) {
  /* line 290, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header-top .card-map {
    position: absolute !important;
    bottom: 7em;
  }
}

/* line 297, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-bottom {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 1px 0 rgba(210, 210, 210, 0.5);
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

/* line 307, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-bottom .campaign-man {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  padding: 26px 10px 25px 15px;
}

/* line 313, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-bottom img {
  border-radius: 50%;
  display: inline-block;
  width: 42px;
  margin-left: -12px;
}

/* line 319, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-bottom .campaign-photo .more-friends {
  border-radius: 50%;
  display: inline-block;
  width: 42px;
  height: 42px;
  background-color: #fff;
  padding-bottom: 10px;
  color: #8b8b8b;
  cursor: pointer;
  border: 1px solid #8b8b8b;
  font-size: 22px;
  text-align: center;
  margin-left: -12px;
}

/* line 333, app/assets/stylesheets/version2/event.css.scss */
body.events_show .more-friends .btn-group-lg > .btn,
body.events_show .btn-lg {
  padding: 0;
}

/* line 337, app/assets/stylesheets/version2/event.css.scss */
body.events_show #more-friends .modal-header {
  background-color: #2c2c2c;
}

/* line 340, app/assets/stylesheets/version2/event.css.scss */
body.events_show #more-friends .modal-title {
  text-align: center;
  color: #fff;
  margin: 0;
}

/* line 345, app/assets/stylesheets/version2/event.css.scss */
body.events_show #more-friends .modal-body {
  background-color: #f5f5f5;
  padding: 0;
}

/* line 350, app/assets/stylesheets/version2/event.css.scss */
body.events_show .frends-avatar {
  padding: 0;
  margin: 0;
}

/* line 354, app/assets/stylesheets/version2/event.css.scss */
body.events_show .fa-angle-right {
  font-size: 28px;
  color: #8b8b8b;
  margin-top: 8px;
}

/* line 359, app/assets/stylesheets/version2/event.css.scss */
body.events_show .frends-avatar li {
  border-bottom: 1px solid #e5e5e5;
}

/* line 362, app/assets/stylesheets/version2/event.css.scss */
body.events_show .frends-avatar a {
  padding: 15px 30px;
  display: block;
}

/* line 366, app/assets/stylesheets/version2/event.css.scss */
body.events_show .frends-avatar s {
  font-size: 18px;
  color: #333;
  margin-left: 15px;
  text-decoration: none;
}

/* line 372, app/assets/stylesheets/version2/event.css.scss */
body.events_show .frends-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

/* line 378, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-bottom .campaign-photo {
  display: inline-block;
}

/* line 381, app/assets/stylesheets/version2/event.css.scss */
body.events_show #more-friends .modal-header .close > span {
  color: #fff;
}

/* line 384, app/assets/stylesheets/version2/event.css.scss */
body.events_show #more-friends .modal-footer {
  text-align: center;
  border-top: 0;
  height: 58px;
  background-color: #f5f5f5;
}

/* line 390, app/assets/stylesheets/version2/event.css.scss */
body.events_show .fa-spinner {
  color: #ccc;
  font-size: 28px;
}

/* line 394, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-bottom .campaign-join {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  padding-left: 20px;
}

/* line 400, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-bottom .campaign-buttom {
  display: inline-block;
}

/* line 404, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-bottom .campaign-buttom a {
  border-radius: 8px;
  background-color: #0085f6;
  color: #ffffff;
  font-size: 18px;
  padding: 11px 100px;
}

/* line 410, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-bottom .campaign-buttom a:hover {
  color: #ffffff !important;
}

/* line 413, app/assets/stylesheets/version2/event.css.scss */
body.events_show .header-bottom .campaign-buttom a.disabled {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 1024px) {
  /* line 421, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .intro {
    margin: 20px auto;
  }
}

@media only screen and (max-width: 1119px) {
  /* line 421, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .intro {
    margin: 35px 5px 10px 5px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 421, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .intro {
    margin: 5px 5px 10px 5px;
  }
}

/* line 439, app/assets/stylesheets/version2/event.css.scss */
body.events_show .intro p {
  font-size: 16px;
  line-height: 2.5;
  color: #333333;
  padding: 80px 0 120px;
}

/* line 446, app/assets/stylesheets/version2/event.css.scss */
body.events_show .clear-abstract {
  padding-bottom: 1.2em;
}

/* line 450, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow {
  background-color: #fff;
  margin: 10px auto;
  border-radius: 8px;
  margin-bottom: 3em;
}

/* line 456, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow h2 {
  width: 200px;
  font-size: 32px;
  color: #333333;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}

/* line 465, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow_box .subtitle {
  margin-bottom: 1em;
}

/* line 470, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .card-count {
  text-align: center;
  margin: 30px auto;
}

/* line 474, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .card-count div {
  margin-left: 60px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  width: 164px;
  height: 164px;
}

/* line 482, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .card-count p {
  font-size: 60px;
  color: #0085f6;
  line-height: 75px;
  margin-top: 30px;
}

/* line 488, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .card-count span {
  font-size: 18px;
  text-align: center;
  color: #8b8b8b;
}

/* line 493, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter h3 {
  font-size: 18px;
  color: #0085f6;
  margin-bottom: 22px;
  padding-left: 210px;
  letter-spacing: 3px;
  display: inline-block;
}

@media only screen and (max-width: 992px) {
  /* line 493, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter h3 {
    padding-left: 65px;
  }
}

/* line 504, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter h3.forum-name {
  padding-left: 15px;
}

/* line 507, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter {
  background-color: #fff;
  border-radius: 8px;
  margin: 0;
  padding: 30px 41px 0 0;
  margin-bottom: 30px;
}

/* line 513, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .topic-time-pc {
  padding-left: 90px;
}

/* line 517, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .matter-center {
  margin-left: 30px;
  padding-left: 80px;
  padding-bottom: 60px;
  border-left: 2px solid #8b8b8b;
}

/* line 523, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .hide-border {
  border-left: 0px;
}

/* line 526, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .topic-time {
  display: inline-block;
  vertical-align: top;
  width: 210px;
}

@media only screen and (max-width: 991px) {
  /* line 526, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter .topic-time {
    width: 55px;
    margin-top: 3px;
  }
}

/* line 535, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .topic-info {
  display: inline-block;
}

/* line 538, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .topic-time-pc {
  font-size: 18px;
  font-weight: 500;
  margin-right: 0.5em;
}

@media only screen and (max-width: 991px) {
  /* line 538, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter .topic-time-pc {
    display: none;
  }
}

/* line 547, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .topic-time-mobile {
  font-weight: 500;
  padding-left: 15px;
}

@media only screen and (min-width: 991px) {
  /* line 547, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter .topic-time-mobile {
    display: none;
  }
}

/* line 555, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .topic-info {
  border-left: solid 1px #cccccc;
  margin: 5px 0 -5px 0;
  padding: 0 20px 3em 1.5em;
  position: relative;
  width: calc(100% - 230px);
}

/* line 561, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .topic-info h4 {
  margin-top: -5px;
}

/* line 564, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .topic-info.hide-border {
  border: none;
}

@media only screen and (max-width: 991px) {
  /* line 555, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter .topic-info {
    margin-left: 10px;
    width: calc(100% - 75px);
  }
}

/* line 572, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .time-period-symbol {
  position: absolute;
  top: 0px;
  left: -10px;
  font-size: 1em;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #0085f6;
}

/* line 582, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .matter-times {
  font-size: 22px;
  color: #ffffff;
  border-radius: 8px;
  background-color: #0085f6;
  padding: 8px;
  margin-left: 23px;
  width: 16px;
  height: 16px;
  position: absolute;
}

/* line 594, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter-card .matter-center > .time {
  font-size: 24px;
  text-align: left;
  color: #0085F6;
}

@media only screen and (max-width: 1024px) {
  /* line 594, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter-card .matter-center > .time {
    font-size: 16px;
  }
}

/* line 604, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter h4 {
  font-size: 18px;
  color: #333333;
  display: inline-block;
}

/* line 609, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .txt {
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  /* line 609, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter .txt {
    max-height: 4.4em;
    overflow: hidden;
  }
}

/* line 620, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .show-more-topic-intro {
  color: #0085f6;
  text-align: right;
  cursor: pointer;
  padding-right: 1em;
}

/* line 626, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .matter-img {
  margin-left: 2em;
}

@media only screen and (max-width: 900px) {
  /* line 626, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter .matter-img {
    margin-left: 0;
  }
}

/* line 632, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .matter-img .matter-img-txt {
  padding-left: 12px;
  position: relative;
  margin-left: 5em;
  width: calc(100% - 6em);
}

@media only screen and (max-width: 440px) {
  /* line 632, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter .matter-img .matter-img-txt {
    margin-left: 0;
    width: 100%;
  }
  /* line 640, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter .matter-img .matter-img-txt .topic-guest-name {
    font-size: 13px;
  }
  /* line 643, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter .matter-img .matter-img-txt .topic-guest-intro {
    font-size: 11px;
  }
}

/* line 648, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .matter-img img {
  width: 66px;
  height: 66px;
  border-radius: 8px;
}

@media only screen and (max-width: 440px) {
  /* line 648, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter .matter-img img {
    width: 50px;
    height: 50px;
  }
}

/* line 657, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .matter-img p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #333333;
  text-align: left;
}

/* line 665, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .topic-guest-avatar {
  float: left;
  width: 66px;
}

/* line 670, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .topic-guest-info {
  padding-top: 1em;
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  /* line 670, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .topic-guest-info {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* line 679, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .topic-guest-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #333333;
  text-align: left;
}

/* line 687, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .topic-guest-intro {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #999999;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 698, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter .matter-card .matter-img span {
  font-size: 16px;
  color: #333333;
}

/* line 702, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow .matter-card {
  position: relative;
}

/* line 705, app/assets/stylesheets/version2/event.css.scss */
body.events_show .correlation .correlation_box {
  padding-bottom: 30px;
}

/* line 708, app/assets/stylesheets/version2/event.css.scss */
body.events_show .correlation {
  background-color: #fff;
  margin: 10px auto;
  border-radius: 8px;
}

/* line 712, app/assets/stylesheets/version2/event.css.scss */
body.events_show .correlation li {
  list-style: disc;
}

/* line 715, app/assets/stylesheets/version2/event.css.scss */
body.events_show .correlation p {
  letter-spacing: 0.8px !important;
}

/* line 719, app/assets/stylesheets/version2/event.css.scss */
body.events_show .correlation h2.subtitle {
  width: 200px;
  font-size: 32px;
  text-align: center;
  color: #333333;
  margin: 30px auto;
}

@media only screen and (max-width: 1024px) {
  /* line 719, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .correlation h2.subtitle {
    font-size: 22px;
  }
}

/* line 731, app/assets/stylesheets/version2/event.css.scss */
body.events_show .correlation-center.medium-editor-content p {
  letter-spacing: 0.08em;
}

/* line 736, app/assets/stylesheets/version2/event.css.scss */
body.events_show .flow, body.events_show .correlation, body.events_show .content {
  margin: 10px auto;
}

@media only screen and (max-width: 1119px) {
  /* line 736, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow, body.events_show .correlation, body.events_show .content {
    margin: 10px 5px;
  }
}

/* line 742, app/assets/stylesheets/version2/event.css.scss */
body.events_show .organizer .col-lg-8 {
  text-align: center;
}

/* line 746, app/assets/stylesheets/version2/event.css.scss */
body.events_show .organizer {
  background-color: #eeeeee;
}

/* line 749, app/assets/stylesheets/version2/event.css.scss */
body.events_show .organizer h2 {
  font-size: 32px;
  text-align: center;
  color: #333333;
  margin: 30px auto;
}

/* line 755, app/assets/stylesheets/version2/event.css.scss */
body.events_show .organizer .organizer-item {
  text-align: center;
  margin-bottom: 60px;
}

/* line 759, app/assets/stylesheets/version2/event.css.scss */
body.events_show .organizer .organizer-item:last-child {
  margin-bottom: 30px;
}

/* line 762, app/assets/stylesheets/version2/event.css.scss */
body.events_show .organizer .col-xs-12 {
  padding: 0 !important;
}

/* line 765, app/assets/stylesheets/version2/event.css.scss */
body.events_show .organizer .organizer-logo {
  max-width: 240px;
  max-height: 68px;
}

/* line 769, app/assets/stylesheets/version2/event.css.scss */
body.events_show .organizer p {
  display: inline-block;
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  text-align: left;
}

/* line 776, app/assets/stylesheets/version2/event.css.scss */
body.events_show .hot h2 {
  width: 200px;
  height: 34px;
  font-size: 32px;
  text-align: center;
  color: #333333;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

/* line 787, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card {
  padding: 16px 50px;
  margin-bottom: 36px;
}

/* line 791, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .comment-detail {
  padding-bottom: 16px;
  font-size: 20px;
  border-bottom: 1px solid #E4E4E4;
}

/* line 796, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .comment-detail a {
  padding: 7px 30px;
  font-size: 19px;
}

/* line 800, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .comments p {
  font-size: 18px;
  text-align: center;
  padding-top: 15px;
  color: #999;
}

/* line 806, app/assets/stylesheets/version2/event.css.scss */
body.events_show .content .hot-bottom {
  background-color: #fff;
  border-radius: 8px;
  padding-top: 60px;
  padding-bottom: 170px;
}

/* line 813, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .comments .comment-item {
  margin-bottom: 20px;
}

/* line 816, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .reply-area .legal {
  margin-bottom: 20px;
  border: 1px dashed #EBEBEB;
}

/* line 820, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .legal {
  border: 1px dashed #D4D4D4;
}

/* line 824, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card h4 {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #333333;
}

/* line 830, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card h5 {
  font-size: 14px;
  color: #262626;
  display: none;
}

/* line 837, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card img {
  width: 42px;
  border-radius: 50%;
  position: absolute;
}

/* line 842, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-card {
  padding-left: 60px;
}

/* line 845, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-card .hot-name p {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

/* line 852, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-card span {
  font-size: 14px;
  color: #8b8b8b;
}

/* line 857, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-card span.comment-time {
  padding-left: 10px;
}

/* line 860, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-card .hot-name i {
  font-size: 14px;
  color: #333333;
  float: right;
}

/* line 866, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-card .hot-txt {
  padding-top: 0px;
}

/* line 869, app/assets/stylesheets/version2/event.css.scss */
body.events_show .hot-txt .fa-heart-o:before {
  margin-right: 6px;
}

/* line 872, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-card .hot-txt p {
  font-size: 16px;
  line-height: 1.62;
  color: #333333;
  text-align: left;
  padding-bottom: 20px;
}

/* line 880, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-card .reply-area .hot-txt p {
  font-size: 14px;
}

/* line 883, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-card .hot-praise i:hover {
  color: #0085f6;
  cursor: pointer;
}

/* line 887, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-card .hot-praise {
  padding-bottom: 23px;
  text-align: right;
}

/* line 891, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-card .hot-praise a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
}

/* line 897, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-card .hot-praise .hot-parise-heart-o {
  display: none;
}

/* line 901, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-card .hot-praise i {
  padding-left: 20px;
  font-size: 14px;
  color: #333333;
}

/* line 906, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-card .hot-replier {
  margin-top: 15px;
}

/* line 909, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-card .hot-replier p {
  font-size: 16px;
  line-height: 1.62;
  color: #333333;
  border-left: 1px solid #333;
  text-align: left;
  padding-left: 16px;
}

/* line 918, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-card .hot-replier a {
  color: #0085f6;
}

/* line 921, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-card .hot-replier span {
  padding-left: 15px;
}

/* line 924, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-reply h6 {
  font-size: 16px;
  color: #0085f6;
  margin: 7px 0 20px 0;
}

/* line 931, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-reply .reply-input .form-group {
  width: calc(100% - 104px);
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

/* line 937, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-reply .reply-input textarea {
  margin: 15px 0;
  width: 100%;
  resize: vertical;
  height: 45px;
}

/* line 944, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-reply .reply-input .login-button {
  border-radius: 8px;
  width: 100px;
  padding: 8px 0 7px;
  font-size: 18px;
}

/* line 950, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-reply .alert p {
  max-width: 517px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: #333333;
  text-align: left;
}

/* line 961, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .comments .hot-card .reply-area {
  background-color: #F8F8F8;
  padding: 15px 15px 0px;
}

/* line 965, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .comments .hot-card .comment-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

/* line 972, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .comments .hot-card .info-left a {
  color: #626262;
  font-size: 15px;
  font-weight: 500;
}

/* line 979, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .comments .hot-card .info-right a {
  color: #9E9E9E;
}

/* line 981, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .comments .hot-card .info-right a:hover {
  cursor: pointer;
}

/* line 986, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-reply .reply-input input {
  display: inline-block;
  width: 71%;
  height: 47px;
  border: 1px solid #0085f6;
  border-radius: 8px;
  margin: 0 10px;
}

/* line 996, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card .hot-reply .reply-input button {
  background-color: #0085f6;
  padding: 8px 23px 7px 24px;
  font-size: 18px;
  border-radius: 8px;
  width: 100px;
}

/* line 1004, app/assets/stylesheets/version2/event.css.scss */
body.events_show .comment-box.article-card {
  margin: 30px 0;
}

/* line 1007, app/assets/stylesheets/version2/event.css.scss */
body.events_show .ticket_box .modal-footer .chosed a {
  color: #fff;
}

/* line 1010, app/assets/stylesheets/version2/event.css.scss */
body.events_show .fixed_box {
  display: none;
}

/* line 1013, app/assets/stylesheets/version2/event.css.scss */
body.events_show .intro .intro_content {
  position: relative;
  padding: 0;
  padding: 30px;
  text-align: left;
  letter-spacing: 0.8px;
  line-height: 2em;
  padding-left: 90px;
  padding-right: 90px;
}

/* line 1023, app/assets/stylesheets/version2/event.css.scss */
body.events_show .intro_content img {
  position: absolute;
  left: -10%;
  width: 120%;
  top: 0;
  height: 100%;
}

/* line 1030, app/assets/stylesheets/version2/event.css.scss */
body.events_show .share_fixed {
  display: none;
  position: fixed;
  top: 45%;
  right: 90px;
  z-index: 9999;
}

/* line 1037, app/assets/stylesheets/version2/event.css.scss */
body.events_show .share_fixed ul {
  padding-left: 0;
  list-style: none;
}

/* line 1041, app/assets/stylesheets/version2/event.css.scss */
body.events_show .share_fixed li.share_btn {
  position: relative;
}

/* line 1044, app/assets/stylesheets/version2/event.css.scss */
body.events_show .share_fixed li.share_btn .icon_box {
  position: absolute;
  display: none;
  height: 100px;
  width: 100px;
  background-color: rgba(0, 0, 0, 0);
  top: -25px;
  left: -80px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
}

/* line 1061, app/assets/stylesheets/version2/event.css.scss */
body.events_show .share_fixed li.share_btn:hover .icon_box {
  display: block;
}

/* line 1064, app/assets/stylesheets/version2/event.css.scss */
body.events_show .share_fixed li.share_btn a {
  position: absolute;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}

/* line 1073, app/assets/stylesheets/version2/event.css.scss */
body.events_show li.share_btn .weibo {
  background-color: #e91833;
  top: -50px;
  left: -60px;
}

/* line 1078, app/assets/stylesheets/version2/event.css.scss */
body.events_show li.share_btn .weixin {
  top: 0;
  left: -100px;
  background-color: #5bca39;
}

/* line 1082, app/assets/stylesheets/version2/event.css.scss */
body.events_show li.share_btn .weixin .wechat-share-img {
  display: none;
  position: absolute;
  left: -125px;
  top: -30px;
}

/* line 1087, app/assets/stylesheets/version2/event.css.scss */
body.events_show li.share_btn .weixin .wechat-share-img img {
  width: 120px;
  height: 120px;
}

/* line 1094, app/assets/stylesheets/version2/event.css.scss */
body.events_show li.share_btn .weixin:hover .wechat-share-img {
  display: block;
}

/* line 1099, app/assets/stylesheets/version2/event.css.scss */
body.events_show li.share_btn .douban {
  top: 50px;
  left: -60px;
  background-color: #259538;
}

/* line 1104, app/assets/stylesheets/version2/event.css.scss */
body.events_show li.erweima {
  position: relative;
}

/* line 1107, app/assets/stylesheets/version2/event.css.scss */
body.events_show li.erweima.phone:hover .erweima_box.phone,
body.events_show li.erweima.logo:hover .erweima_box.logo {
  display: block;
}

/* line 1111, app/assets/stylesheets/version2/event.css.scss */
body.events_show li.erweima .erweima_box {
  display: none;
  position: absolute;
  width: 100px;
  left: -120px;
  top: -52%;
  height: 100px;
  padding: 8px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 1px #d2d2d2;
}

/* line 1123, app/assets/stylesheets/version2/event.css.scss */
body.events_show li.erweima .erweima_box:after {
  content: "";
  position: absolute;
  right: -6px;
  border-top: 1px solid rgba(210, 210, 210, 0.4);
  border-right: 1px solid rgba(210, 210, 210, 0.4);
  height: 10px;
  width: 10px;
  top: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  -moz-transform: rotate(45deg);
}

/* line 1142, app/assets/stylesheets/version2/event.css.scss */
body.events_show li.erweima .erweima_box img {
  width: 84px;
  height: 84px;
}

/* line 1146, app/assets/stylesheets/version2/event.css.scss */
body.events_show .share_fixed li.share_btn:hover a {
  display: block;
}

/* line 1149, app/assets/stylesheets/version2/event.css.scss */
body.events_show .share_fixed li,
body.events_show .share_fixed .up_to_top {
  background-color: #ffffff;
  line-height: 50px;
  border: solid 1px #cfcfcf;
  color: #cfcfcf;
  font-size: 16px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 15px;
  display: block;
}

/* line 1165, app/assets/stylesheets/version2/event.css.scss */
body.events_show .share_fixed li.erweima i {
  font-size: 38px;
  line-height: 50px;
}

/* line 1169, app/assets/stylesheets/version2/event.css.scss */
body.events_show .share_fixed li.erweima img.logo_img {
  width: 25px;
  margin-top: -5px;
}

/* line 1173, app/assets/stylesheets/version2/event.css.scss */
body.events_show .share_fixed .share_btn a {
  display: none;
}

@media only screen and (max-width: 991px) {
  /* line 1178, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .added {
    display: none;
    background-color: #0085f6;
    border-radius: 25px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -70px;
    z-index: 9999;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
  }
  /* line 1192, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .added a {
    color: #fff;
    text-decoration: none;
    padding: 12px 42px;
  }
  /* line 1197, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .review {
    display: block;
    border-radius: 0 8px 8px 0;
    background-color: #0085f6;
    color: #fff;
    position: absolute;
    top: 137px;
    left: 0;
    z-index: 9999;
    font-size: 14px;
  }
  /* line 1208, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .review a {
    color: #fff;
    padding: 8px 15px;
    display: table-cell;
    text-decoration: none;
  }
  /* line 1214, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .share_fixed {
    display: none;
  }
  /* line 1217, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header .header-img-box {
    display: none;
    overflow: visible;
  }
  /* line 1224, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .intro_content img {
    display: none;
  }
  /* line 1227, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .intro .intro_content {
    padding: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 1234, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header .header-box {
    position: static;
  }
  /* line 1237, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header .header-top {
    padding: 0;
  }
  /* line 1240, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header-box {
    position: none;
  }
  /* line 1243, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header-bottom {
    background: none;
    display: none;
  }
  /* line 1247, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header .event-cover img {
    border-radius: 0;
  }
  /* line 1250, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header .event-brief-info {
    padding: 0;
  }
  /* line 1253, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header .event-brief-info .card {
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
  /* line 1257, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header-top .event-brief-info .card {
    padding: 8px 15px;
  }
  /* line 1260, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header-top .event-brief-info .card a {
    font-size: 12px;
  }
  /* line 1263, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header-top .event-brief-info .card h1 {
    padding-top: 13px;
    padding-bottom: 12px;
    font-size: 18px;
  }
  /* line 1268, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header-top .event-brief-info .card-times {
    font-size: 14px;
  }
  /* line 1271, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header-top .event-brief-info .card-map {
    font-size: 14px;
    padding-top: 8px;
  }
  /* line 1275, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .intro h2.subtitle {
    display: none;
  }
  /* line 1278, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .intro p {
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 1px;
    text-align: left;
    padding-bottom: 30px;
  }
  /* line 1286, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .intro p {
    border-bottom: 1px solid #f2f2f2;
  }
  /* line 1289, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow h2 {
    font-size: 22px;
    padding-top: 30px;
  }
  /* line 1294, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow {
    background-color: #fff;
  }
  /* line 1297, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .card-count {
    display: none;
  }
  /* line 1301, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter {
    padding: 0;
    margin: 30px auto;
  }
  /* line 1305, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .col-lg-8 {
    padding: 0;
  }
  /* line 1308, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter h3 {
    font-size: 16px;
  }
  /* line 1311, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter .matter-times {
    font-size: 16px;
  }
  /* line 1314, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter .matter-center {
    padding-left: 58px;
    padding-bottom: 15px;
  }
  /* line 1318, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter h4 {
    font-size: 16px;
  }
  /* line 1321, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter .txt {
    font-size: 14px;
  }
  /* line 1324, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter .matter-img p {
    font-size: 14px;
  }
  /* line 1327, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter .matter-card .matter-img span {
    font-size: 14px;
  }
  /* line 1330, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .flow .matter .matter-img img {
    margin-bottom: 15px;
  }
  /* line 1334, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .correlation h2 {
    font-size: 22px;
  }
  /* line 1337, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .correlation .col-lg-8 {
    padding-top: 30px;
  }
  /* line 1340, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .correlation h3 {
    font-size: 18px;
  }
  /* line 1343, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .correlation p {
    font-size: 14px;
    letter-spacing: 0.8px;
  }
  /* line 1347, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .correlation ul {
    padding: 15px 0 10px 20px;
    font-size: 14px;
  }
  /* line 1351, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .correlation ul li {
    padding-bottom: 10px;
  }
  /* line 1354, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_item_top .border_right {
    border-right: none;
  }
  /* line 1357, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_item_top .border_right.col-md-9 {
    font-size: 14px;
  }
  /* line 1360, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_item_top .number {
    display: none;
  }
  /* line 1363, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_item_top {
    padding: 15px;
  }
  /* line 1366, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_item_tips {
    padding: 8px 15px;
  }
  /* line 1369, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_box .totle_sum {
    width: 100%;
    margin-bottom: 8px;
    padding-top: 0;
  }
  /* line 1374, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_box .totle_sum span {
    margin-right: 0;
    font-size: 14px;
  }
  /* line 1378, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_box .totle_sum span:first-child {
    float: left;
  }
  /* line 1381, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_box .totle_sum span:last-child {
    float: right;
  }
  /* line 1384, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_box .modal-footer {
    padding: 15px;
  }
  /* line 1387, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_box .modal-footer button {
    width: 100%;
  }
  /* line 1390, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom {
    padding: 15px 0 0 0;
  }
  /* line 1393, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom h5 {
    display: block;
  }
  /* line 1396, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom h4 {
    display: none;
  }
  /* line 1399, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom .legal {
    display: none;
  }
  /* line 1402, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom img {
    width: 38px;
  }
  /* line 1406, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header-top .event-brief-info .card .card-number {
    display: inline-block;
    float: right;
  }
  /* line 1410, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .header-top .event-brief-info .card .card-number a {
    border: none;
  }
  /* line 1413, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom .hot-card .hot-name span {
    display: none;
  }
  /* line 1416, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom .hot-card .hot-name p {
    display: block;
    text-align: left;
  }
  /* line 1420, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom .hot-card .hot-name i {
    font-size: 12px;
    color: #8b8b8b;
    float: left;
  }
  /* line 1425, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom .hot-card .hot-txt p {
    font-size: 14px;
    padding-bottom: 6px;
  }
  /* line 1429, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom .hot-card .hot-txt {
    padding-top: 13px;
  }
  /* line 1432, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom .hot-card .hot-replier {
    margin-top: 10px;
  }
  /* line 1435, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom .hot-card .hot-praise a {
    font-size: 12px;
  }
  /* line 1438, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom .hot-card {
    padding-left: 48px;
  }
  /* line 1441, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom .hot-card .hot-praise i {
    padding-left: 0;
  }
  /* line 1444, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom .hot-card .hot-praise {
    text-align: left;
    padding-bottom: 16px;
  }
  /* line 1448, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom .hot-card .hot-praise .fa-comments-o {
    text-align: left;
  }
  /* line 1451, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom .hot-card .hot-praise .fa-thumbs-o-up {
    display: none;
  }
  /* line 1454, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom .hot-card .hot-praise .hot-parise-heart-o {
    display: inline-block;
    float: right;
  }
  /* line 1459, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .content .hot-bottom .hot-card .hot-replier span {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #333333;
  }
  /* line 1469, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .hot h2 {
    width: 64px;
    height: 22px;
    font-size: 16px;
    margin: 30px 0 8px 0;
  }
  /* line 1475, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .organizer {
    background-color: #fff;
  }
  /* line 1479, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .organizer h2 {
    font-size: 22px;
    padding-bottom: 20px;
  }
  /* line 1484, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .organizer .organizer-logo {
    padding-bottom: 15px;
  }
  /* line 1488, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .organizer p {
    text-align: center;
    font-size: 12px;
  }
  /* line 1492, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_item_top .border_right {
    border-right: none;
  }
  /* line 1495, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_item_top .border_right.col-md-9 {
    font-size: 14px;
  }
  /* line 1498, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_item_top .number {
    display: none;
  }
  /* line 1501, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_item_top {
    padding: 15px;
  }
  /* line 1504, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_item_tips {
    padding: 8px 15px;
  }
  /* line 1507, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_box .totle_sum {
    width: 100%;
    margin-bottom: 8px;
    padding-top: 0;
  }
  /* line 1512, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_box .totle_sum span {
    margin-right: 0;
    font-size: 14px;
  }
  /* line 1516, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_box .totle_sum span:first-child {
    float: left;
  }
  /* line 1519, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_box .totle_sum span:last-child {
    float: right;
  }
  /* line 1522, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_box .modal-footer {
    padding: 15px;
  }
  /* line 1525, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .ticket_box .modal-footer button {
    width: 100%;
  }
  /* line 1529, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .respons-content {
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
  }
  /* line 1534, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .respons-content textarea {
    width: 100%;
    border: 0;
    resize: none;
  }
  /* line 1539, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .respons-content textarea:focus {
    outline: -webkit-focus-ring-color auto 0px;
  }
  /* line 1542, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .respons-content .modal-footer {
    background-color: #fff;
    border: 0;
    padding: 0;
    height: 20px;
    text-align: center;
    margin-top: 10px;
  }
  /* line 1550, app/assets/stylesheets/version2/event.css.scss */
  body.events_show #respons-content .modal-dialog {
    margin-top: 30px;
  }
  /* line 1553, app/assets/stylesheets/version2/event.css.scss */
  body.events_show #respons-content .modal-body {
    border-bottom: 1px solid #f2f2f2;
  }
  /* line 1556, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .join-class {
    padding-bottom: 23px;
  }
  /* line 1559, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .correlation_box,
body.events_show .content .hot-bottom {
    padding: 0 15px;
  }
  /* line 1563, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .correlation_box {
    border-bottom: 2px solid #f2f2f2;
    border-top: 2px solid #f2f2f2;
  }
  /* line 1567, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .fixed_box {
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    box-shadow: inset 0 1px 0 0 #cfcfcf, inset -1px 0 0 0 #cfcfcf;
  }
  /* line 1578, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .fixed_box a {
    width: 20%;
    text-align: center;
    font-size: 12px;
    color: #8b8b8b;
    vertical-align: middle;
    display: inline-block;
    padding: 5px 0;
  }
  /* line 1587, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .fixed_box a i {
    font-size: 16px;
    color: #0085f6;
    margin-bottom: 4px;
  }
  /* line 1592, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .fixed_box a:focus {
    outline: none;
    text-decoration: none;
  }
  /* line 1596, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .fixed_box a:first-child {
    position: relative;
  }
  /* line 1599, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .fixed_box a:first-child::after {
    position: absolute;
    content: "";
    height: 55px;
    top: -8px;
    right: 0;
    width: 1px;
    background-color: #cfcfcf;
  }
  /* line 1608, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .fixed_box a.joinbtn {
    width: 58%;
    float: right;
    margin-bottom: 0px;
    box-shadow: none;
    font-size: 18px;
    color: #fff;
    padding: 11px 0;
    background-color: #0085f6;
  }
  /* line 1617, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .fixed_box a.joinbtn.disabled {
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 1623, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .fixed_box a.joinbtn:hover {
    color: #ffffff !important;
  }
  /* line 1627, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .contact_box .modal-dialog {
    margin-top: 40%;
  }
  /* line 1630, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .contact_box .modal-dialog .modal-content {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
  }
  /* line 1635, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .image_box {
    background-color: #fff;
    padding: 10px;
    margin: 0 auto;
    width: 172px;
  }
  /* line 1641, app/assets/stylesheets/version2/event.css.scss */
  body.events_show .image_box img {
    width: 100%;
  }
  /* line 1644, app/assets/stylesheets/version2/event.css.scss */
  body.events_show p.tips_p {
    color: #fff;
    font-size: 16px;
    position: relative;
    border-radius: 8px;
    width: 270px;
    margin: 30px auto;
    background-color: #0085f6;
    padding: 15px 0;
    text-align: center;
  }
  /* line 1655, app/assets/stylesheets/version2/event.css.scss */
  body.events_show p.tips_p:after {
    content: "";
    position: absolute;
    left: 45%;
    height: 20px;
    width: 20px;
    top: -10px;
    background-color: #0085f6;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    -moz-transform: rotate(45deg);
  }
}

/* line 2, app/assets/stylesheets/version2/indent.css */
body.orders .indent {
  text-align: center;
  margin-bottom: 152px;
}

/* line 7, app/assets/stylesheets/version2/indent.css */
body.orders .indent h2 {
  margin-top: 30px;
  margin-bottom: 60px;
}

/* line 12, app/assets/stylesheets/version2/indent.css */
body.orders .indent h3 {
  background-color: #0085f6;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  padding: 17px 30px;
  border-radius: 0 0 8px 8px;
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 23, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent_box {
  background-color: #fff;
  border-radius: 8px;
  padding: 0 1em 30px 1em;
}

/* line 29, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait {
  float: right;
}

/* line 31, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait .pay-btn {
  background-color: #0085f6;
  font-size: 18px;
  color: #ffffff;
  padding: 10px 48px;
  border-radius: 8px;
  width: auto;
}

/* line 41, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-pay {
  padding-bottom: 20px;
}

/* line 45, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-pay p {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  padding-right: 5px;
}

/* line 52, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-pay span {
  font-size: 16px;
  color: #fb0c69;
  padding-right: 15px;
}

/* line 58, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait p {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  padding-right: 5px;
}

/* line 65, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait span {
  font-size: 16px;
  color: #fb0c69;
  padding-right: 15px;
}

/* line 71, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-img-code {
  width: 200px;
}

/* line 75, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-footer {
  padding-top: 20px;
  width: 240px;
  margin: 0 auto;
  margin-bottom: 192px;
}

/* line 82, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-footer p {
  font-size: 14px;
  color: #8b8b8b;
}

/* line 87, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-footer span {
  font-size: 12px;
  color: #8b8b8b;
}

/* line 94, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-list {
  display: block;
  border: 1px solid #cee2f4;
}

/* line 99, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-list th {
  font-size: 14px;
  color: #333;
}

/* line 104, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-list thead {
  background-color: #cee2f4;
}

/* line 108, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-list table {
  width: 100%;
}

/* line 112, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-list tr th {
  padding: 10px 0 10px 18px;
}

/* line 116, app/assets/stylesheets/version2/indent.css */
body.orders .indent-wait-list tr td {
  padding: 16px 18px;
  font-size: 14px;
  color: #333333;
}

/* line 122, app/assets/stylesheets/version2/indent.css */
body.orders .indent-wait-list span {
  color: #0d6df3;
}

/* line 126, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-list tr a {
  color: #0d6df3;
}

/* line 130, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-list tbody {
  text-align: left;
}

/* line 134, app/assets/stylesheets/version2/indent.css */
body.orders .indent .legal {
  margin: 24px 0 15px 0;
  border: 0.5px solid #cadff0;
}

/* line 139, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-condition .legal {
  margin-top: 10px;
  margin-bottom: 15px;
}

/* line 144, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-list .wait-list-times {
  font-size: 12px;
  padding-bottom: 15px;
}

/* line 149, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-center {
  text-align: left;
  padding-bottom: 15px;
}

/* line 154, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-top {
  text-align: left;
}

/* line 158, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-condition p {
  display: inline-block;
  font-size: 16px;
  color: #333333;
}

/* line 164, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-condition .center-number-payment {
  display: none;
}

/* line 168, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-center .wait-number p {
  display: inline-block;
  font-size: 16px;
  line-height: 1.71;
  color: #333333;
}

/* line 175, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-condition {
  text-align: left;
}

/* line 179, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-condition .center-number {
  float: right;
  font-size: 16px;
  color: #0085f6;
}

/* line 185, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-top .wait-number-top {
  display: none;
}

/* line 189, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-top .legal {
  display: none;
}

/* line 192, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-list .wait-price-number .red {
  color: red;
}

/* line 195, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-top .wait-number-top p {
  display: inline-block;
  font-size: 16px;
  line-height: 1.71;
  color: #333333;
}

/* line 202, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-top .wait-number-top .center-number {
  float: right;
}

/* line 206, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-center .wait-number .center-number {
  float: right;
}

/* line 209, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-top .wait-number-top .center-number .red {
  color: red;
}

/* line 212, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-center .wait-number .center-number .red {
  color: red;
}

/* line 215, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-center .wait-form {
  margin-top: 30px;
}

/* line 219, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-center .wait-form .form-group:hover .form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  border: 1px solid #cadff0;
}

/* line 224, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-center .wait-form .form-group label i {
  color: #fb0c69;
}

/* line 228, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-center .wait-form .form-group label .intro-label-name {
  display: inline-block;
}

/* line 232, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-center .wait-form .form-group label .intro-input-tips {
  display: inline-block;
  position: absolute;
  right: 15px;
  font-size: 12px;
}

/* line 239, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait-center .wait-form .form-group label .intro-input-tips .remain {
  font-style: italic;
}

/* line 243, app/assets/stylesheets/version2/indent.css */
body.orders .indent .wait-form input {
  border: 1px solid #cadff0;
}

/* line 247, app/assets/stylesheets/version2/indent.css */
body.orders .indent .wait-form .form-group .radio label {
  display: flex;
  align-items: center;
}

/* line 251, app/assets/stylesheets/version2/indent.css */
body.orders .indent .wait-form .form-group .radio label .label-text {
  padding-left: 5px;
}

/* line 254, app/assets/stylesheets/version2/indent.css */
body.orders .indent .wait-form .form-group .radio input {
  margin-left: 0;
  top: 5px;
}

/* line 260, app/assets/stylesheets/version2/indent.css */
body.orders .wait-form .discount-info-text {
  float: right;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 8px;
}

/* line 266, app/assets/stylesheets/version2/indent.css */
body.orders .wait-form .discount-info-text .discount-value {
  color: red;
  display: inline-block;
}

/* line 273, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait a {
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  padding: 10px 48px;
  background-color: #0085f6;
  border-radius: 8px;
}

/* line 282, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-wait .indent-wait-payment {
  color: #ff307c;
}

/* line 286, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-client {
  padding-top: 30px;
  padding-bottom: 40px;
}

/* line 291, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-client p {
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.86;
  color: #333333;
}

/* line 299, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-succeed {
  display: none;
}

/* line 303, app/assets/stylesheets/version2/indent.css */
body.orders .indent .indent-footer {
  display: none;
}

/* line 307, app/assets/stylesheets/version2/indent.css */
body.orders .wrong-style {
  border: 1px solid red !important;
}

@media only screen and (max-width: 900px) {
  /* line 314, app/assets/stylesheets/version2/indent.css */
  body.orders body {
    background-color: #fff;
  }
  /* line 317, app/assets/stylesheets/version2/indent.css */
  body.orders .indent {
    margin-bottom: 30px;
  }
  /* line 320, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .container {
    background-color: #fff;
  }
  /* line 323, app/assets/stylesheets/version2/indent.css */
  body.orders .indent h2 {
    font-size: 18px;
    background-color: #f5f5f5;
    line-height: 1.56;
    margin: 0;
    padding: 15px 0;
  }
  /* line 331, app/assets/stylesheets/version2/indent.css */
  body.orders .indent h3 {
    border-bottom: 1px solid #cadff0;
    font-size: 14px;
    color: #333;
    background-color: #cee2f4;
    border-radius: 0;
    padding: 15px 19px;
    margin-bottom: 0;
    display: block;
  }
  /* line 341, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .col-lg-8 {
    background-color: initial;
    border-radius: 8px;
  }
  /* line 345, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-wait-list {
    display: block;
    box-shadow: inset 0 -1px 0 0 #cadff0, inset 0 1px 0 0 #cadff0;
  }
  /* line 349, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-wait-list th {
    font-size: 14px;
    color: #333;
  }
  /* line 353, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-wait-list thead {
    background-color: #cee2f4;
  }
  /* line 356, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-wait-list table {
    width: 100%;
  }
  /* line 359, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-wait-list tr th {
    padding: 10px;
  }
  /* line 362, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-wait-list .wait-price {
    display: none;
  }
  /* line 365, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-wait-list .wait-price-number {
    display: none;
  }
  /* line 368, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-wait-list tr td {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 12px;
  }
  /* line 374, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-wait-list tbody {
    text-align: left;
  }
  /* line 377, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .legal {
    margin: 8px 0 16px;
    border: 0.5px solid #cadff0;
  }
  /* line 381, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-wait-center .wait-number p {
    font-size: 14px;
  }
  /* line 384, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-wait-top .wait-number-top {
    display: block;
  }
  /* line 388, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-wait-center .wait-form {
    margin-top: 15px;
  }
  /* line 391, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-wait-top .legal {
    display: block;
  }
  /* line 394, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-wait-center .wait-form .form-group label {
    color: #333;
  }
  /* line 398, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-wait-condition {
    display: none;
  }
  /* line 401, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-client {
    padding-top: 30px;
    padding-bottom: 150px;
  }
  /* line 405, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-client p {
    text-align: left;
    font-size: 14px;
    line-height: 1.86;
    color: #333333;
  }
  /* line 411, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-wait {
    display: none;
  }
  /* line 414, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #cadff0;
    margin-left: -14px;
  }
  /* line 423, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-wait-center {
    padding-bottom: 40px;
  }
  /* line 426, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-footer p {
    display: inline-block;
    font-size: 12px;
    color: #ff307c;
    padding: 10px 23px;
  }
  /* line 432, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-footer a {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    padding: 10px 26px;
    background-color: #0085f6;
    float: right;
  }
  /* line 441, app/assets/stylesheets/version2/indent.css */
  body.orders .indent-footer .total-price {
    padding: 0.8em 1.5em;
  }
  /* line 443, app/assets/stylesheets/version2/indent.css */
  body.orders .indent-footer .total-price span {
    color: #fb0c69;
    font-size: 12px;
  }
  /* line 448, app/assets/stylesheets/version2/indent.css */
  body.orders .indent-footer .pay-btn {
    height: 2.5em;
    background-color: #0085f6;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    right: 0;
  }
  /* line 457, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .col-lg-12 {
    padding: 0;
    padding-top: 22px;
  }
  /* line 461, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-succeed {
    display: block;
    border-top: 1px solid #cadff0;
    padding: 10px 106px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
  }
  /* line 470, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-succeed p {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #0085f6;
  }
  /* line 476, app/assets/stylesheets/version2/indent.css */
  body.orders .indent .indent-succeed span {
    font-size: 18px;
    text-align: center;
    color: #0085f6;
  }
  /* line 481, app/assets/stylesheets/version2/indent.css */
  body.orders .indent_box {
    padding-top: 15px;
  }
  /* line 484, app/assets/stylesheets/version2/indent.css */
  body.orders .indent-wait-list span {
    color: #333;
  }
}

/* line 2, app/assets/stylesheets/version2/topic.css */
body.event_categories a:hover,
body.event_categories a:focus {
  text-decoration: none;
}

@media only screen and (max-width: 1100px) {
  /* line 8, app/assets/stylesheets/version2/topic.css */
  body.event_categories .content.topic_page > .container, body.event_categories .content.topic_page > .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 16, app/assets/stylesheets/version2/topic.css */
body.event_categories .head-txt h1 {
  color: #fff;
  padding-top: 140px;
  padding-bottom: 238px;
  text-align: center;
  font-size: 42px;
  letter-spacing: 0.2em;
  font-weight: 600;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(//static.shenzhenware.com/../img/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  margin: 0;
}

/* line 32, app/assets/stylesheets/version2/topic.css */
body.event_categories .head-txt .category-slogen {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 240px;
  padding-top: 25px;
  color: #fff;
  font-size: 1.6em;
  letter-spacing: 0.03em;
}

/* line 44, app/assets/stylesheets/version2/topic.css */
body.event_categories .guest_phone {
  display: none;
}

/* line 48, app/assets/stylesheets/version2/topic.css */
body.event_categories .header-nav {
  background-color: #f5f5f5;
  margin-top: -62px;
}

/* line 52, app/assets/stylesheets/version2/topic.css */
body.event_categories .header-nav .topic-description img {
  position: absolute;
  left: 17.5%;
  width: 65%;
  top: 80px;
  height: 70%;
}

/* line 60, app/assets/stylesheets/version2/topic.css */
body.event_categories .header-nav img {
  position: absolute;
  left: calc(50% - 500px);
  left: -moz-calc(50% - 500px);
  left: -webkit-calc(50% - 500px);
  width: 1000px;
  top: 80px;
  height: 70%;
}

@media only screen and (max-width: 1024px) {
  /* line 60, app/assets/stylesheets/version2/topic.css */
  body.event_categories .header-nav img {
    display: none;
  }
}

/* line 74, app/assets/stylesheets/version2/topic.css */
body.event_categories .header-nav p {
  width: 800px;
  margin: 70px auto;
  padding-top: 10px;
  font-size: 16px;
  line-height: 2em;
  text-align: left;
  letter-spacing: 0.08em;
  color: #333333;
}

/* line 85, app/assets/stylesheets/version2/topic.css */
body.event_categories .topic_link {
  height: 62px;
  background-color: #fff;
}

@media only screen and (min-width: 900px) {
  /* line 85, app/assets/stylesheets/version2/topic.css */
  body.event_categories .topic_link {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}

/* line 95, app/assets/stylesheets/version2/topic.css */
body.event_categories .topic_link a {
  font-size: 22px;
  display: table-cell;
  line-height: 22px;
  margin: 0;
  color: #333333;
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

/* line 106, app/assets/stylesheets/version2/topic.css */
body.event_categories .topic_link a:focus {
  outline: none;
}

/* line 110, app/assets/stylesheets/version2/topic.css */
body.event_categories .topic_link a:hover,
body.event_categories .topic_link a.active {
  background-color: #0085f6;
  color: #fff !important;
}

/* line 116, app/assets/stylesheets/version2/topic.css */
body.event_categories .header-nav-box {
  background-color: #f5f5f5;
  position: relative;
}

/* line 121, app/assets/stylesheets/version2/topic.css */
body.event_categories .mask_nav {
  width: 100%;
  background-color: #fff;
  height: 62px;
}

/* line 127, app/assets/stylesheets/version2/topic.css */
body.event_categories .mask_nav .container {
  height: 62px;
  background-color: rgba(0, 0, 0, 0);
}

/* line 132, app/assets/stylesheets/version2/topic.css */
body.event_categories .header-nav ul {
  background-color: #fff;
  padding-left: 0px;
}

/* line 137, app/assets/stylesheets/version2/topic.css */
body.event_categories .tab-content .tab-pane p {
  padding: 60px 170px 60px 170px;
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  text-align: left;
}

/* line 145, app/assets/stylesheets/version2/topic.css */
body.event_categories .content {
  background-color: #f5f5f5;
}

/* line 149, app/assets/stylesheets/version2/topic.css */
body.event_categories .hot .col-lg-4 .activity {
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 1px 1px rgba(210, 210, 210, 0.5);
  overflow: hidden;
}

/* line 157, app/assets/stylesheets/version2/topic.css */
body.event_categories .hot-slick {
  margin-bottom: 60px;
}

/* line 161, app/assets/stylesheets/version2/topic.css */
body.event_categories .hot-slick > h2 {
  margin-top: 15px !important;
  margin-bottom: 15px;
}

/* line 166, app/assets/stylesheets/version2/topic.css */
body.event_categories .slick-initialized .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 171, app/assets/stylesheets/version2/topic.css */
body.event_categories .slick-slide:focus {
  outline: none;
}

/* line 175, app/assets/stylesheets/version2/topic.css */
body.event_categories .activity img {
  width: 100%;
}

@media only screen and (min-width: 901px) {
  /* line 175, app/assets/stylesheets/version2/topic.css */
  body.event_categories .activity img {
    width: 100%;
    height: calc(9 / 16);
  }
}

/* line 184, app/assets/stylesheets/version2/topic.css */
body.event_categories .activity h3 {
  font-size: 16px;
  line-height: 1.44;
  color: #333333;
  margin: 0;
  font-weight: 400;
}

/* line 192, app/assets/stylesheets/version2/topic.css */
body.event_categories .guest ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}

/* line 199, app/assets/stylesheets/version2/topic.css */
body.event_categories .guest ul {
  margin-bottom: 15px;
}

/* line 203, app/assets/stylesheets/version2/topic.css */
body.event_categories .guest ul li img {
  margin-bottom: 10px;
  max-height: 217px;
  width: 215px;
  height: 215px;
}

/* line 210, app/assets/stylesheets/version2/topic.css */
body.event_categories .guest ul li:last-child .guest-photo {
  padding-right: 0;
}

/* line 214, app/assets/stylesheets/version2/topic.css */
body.event_categories .guest ul li:first-child .guest-photo {
  padding-left: 0;
}

/* line 218, app/assets/stylesheets/version2/topic.css */
body.event_categories .guest-photo {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  margin-bottom: 15px;
}

/* line 225, app/assets/stylesheets/version2/topic.css */
body.event_categories .guest-photo img {
  width: 194px;
  border-radius: 8px;
}

/* line 230, app/assets/stylesheets/version2/topic.css */
body.event_categories .guest-photo img:hover {
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.14), 2px 0 12px rgba(0, 0, 0, 0.18), 2px 0 40px rgba(0, 0, 0, 0.05);
}

/* line 234, app/assets/stylesheets/version2/topic.css */
body.event_categories .guest-photo:hover img {
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.14), 2px 0 12px rgba(0, 0, 0, 0.18), 2px 0 40px rgba(0, 0, 0, 0.05);
}

/* line 238, app/assets/stylesheets/version2/topic.css */
body.event_categories .guest-photo p {
  font-size: 18px;
  line-height: 1.56;
  color: #333333;
  margin: 0;
}

/* line 245, app/assets/stylesheets/version2/topic.css */
body.event_categories .guest-photo .guest-intro {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #787878;
  width: 215px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 45px;
}

/* line 262, app/assets/stylesheets/version2/topic.css */
body.event_categories .guest-intro:after {
  content: "\00a0";
}

/* line 265, app/assets/stylesheets/version2/topic.css */
body.event_categories .become-annual-member {
  text-align: center;
  margin: 30px auto;
}

/* line 269, app/assets/stylesheets/version2/topic.css */
body.event_categories .become-annual-member .btn.annual-member-join-way {
  background-color: #A18858;
  color: #fff !important;
  font-size: 20px;
}

/* line 274, app/assets/stylesheets/version2/topic.css */
body.event_categories .become-annual-member .btn.annual-member-join-way:hover {
  color: #fff;
}

/* line 277, app/assets/stylesheets/version2/topic.css */
body.event_categories .become-annual-member .annual-member-description {
  padding: 15px;
  color: #A6A7A8;
}

/* line 281, app/assets/stylesheets/version2/topic.css */
body.event_categories .become-annual-member .left-bracket {
  display: inline-block;
}

/* line 284, app/assets/stylesheets/version2/topic.css */
body.event_categories .become-annual-member .left-bracket:before {
  content: '[';
  font-size: 40px;
  font-weight: 100;
}

/* line 289, app/assets/stylesheets/version2/topic.css */
body.event_categories .become-annual-member .annual-member-description .text {
  display: inline-block;
  width: 160px;
  margin: 0 60px;
}

/* line 295, app/assets/stylesheets/version2/topic.css */
body.event_categories .become-annual-member .right-bracket {
  display: inline-block;
}

/* line 298, app/assets/stylesheets/version2/topic.css */
body.event_categories .become-annual-member .right-bracket:after {
  content: ']';
  font-size: 40px;
  font-weight: 100;
}

/* line 304, app/assets/stylesheets/version2/topic.css */
body.event_categories .message .message-board .message-top img {
  border-radius: 50%;
  width: 86px;
}

/* line 309, app/assets/stylesheets/version2/topic.css */
body.event_categories .message .message-board .message-top {
  position: relative;
  top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 317, app/assets/stylesheets/version2/topic.css */
body.event_categories .message .message-board .message-top .message-name {
  display: inline-block;
  margin-left: 15px;
}

/* line 322, app/assets/stylesheets/version2/topic.css */
body.event_categories .message .message-board .message-top .message-name p {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  text-align: left;
}

/* line 329, app/assets/stylesheets/version2/topic.css */
body.event_categories .message .message-board .txt {
  box-sizing: border-box;
  margin-left: 45px;
  padding: 30px 158px;
  background-color: #fff;
  border-radius: 8px;
}

/* line 337, app/assets/stylesheets/version2/topic.css */
body.event_categories .message .message-board .txt p {
  position: relative;
}

/* line 341, app/assets/stylesheets/version2/topic.css */
body.event_categories .txt .txt_left {
  position: absolute;
  left: -70px;
  top: -10px;
  width: 32px;
  height: 26px;
  font-size: 50px;
  opacity: 0.2;
  color: #000000;
  background-color: #fff;
}

/* line 353, app/assets/stylesheets/version2/topic.css */
body.event_categories .txt .txt_right {
  position: absolute;
  right: -70px;
  top: -10px;
  width: 32px;
  height: 26px;
  font-size: 50px;
  opacity: 0.2;
  color: #000000;
  background-color: #fff;
}

/* line 365, app/assets/stylesheets/version2/topic.css */
body.event_categories .message .message-board .txt p {
  font-size: 18px;
  line-height: 1.56;
  color: #333333;
  background-color: #fff;
  border-radius: 8px;
  text-align: left;
}

/* line 375, app/assets/stylesheets/version2/topic.css */
body.event_categories .message .message-board i {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #787878;
}

/* line 385, app/assets/stylesheets/version2/topic.css */
body.event_categories .col-lg-12 .hot .col-lg-4:last-child {
  padding-bottom: 126px;
}

/* line 389, app/assets/stylesheets/version2/topic.css */
body.event_categories .report_web .report-max a,
body.event_categories .report_phone .report-max a {
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: 22px;
  line-height: 1.55;
  color: #ffffff;
  top: auto;
  width: 560px;
}

/* line 401, app/assets/stylesheets/version2/topic.css */
body.event_categories .legal {
  border: 0.5px solid #fff;
}

/* line 405, app/assets/stylesheets/version2/topic.css */
body.event_categories .footer .col-lg-12 p {
  padding: 20px 0;
}

/* line 409, app/assets/stylesheets/version2/topic.css */
body.event_categories .hot {
  margin-bottom: 90px;
}

@media only screen and (min-width: 900px) {
  /* line 409, app/assets/stylesheets/version2/topic.css */
  body.event_categories .hot {
    margin-top: 40px;
  }
}

/* line 416, app/assets/stylesheets/version2/topic.css */
body.event_categories .hot_activity ul {
  list-style: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}

/* line 424, app/assets/stylesheets/version2/topic.css */
body.event_categories .hot_activity ul li {
  float: left;
  border-radius: 50%;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  opacity: 0.2;
  background-color: #333333;
}

/* line 434, app/assets/stylesheets/version2/topic.css */
body.event_categories .hot_activity ul li.slick-active {
  opacity: 1;
  background-color: #0085f6;
}

/* line 439, app/assets/stylesheets/version2/topic.css */
body.event_categories .hot_activity ul button {
  display: none;
}

/* line 443, app/assets/stylesheets/version2/topic.css */
body.event_categories .more_join {
  display: block;
  text-align: center;
  margin-top: 20px;
}

/* line 448, app/assets/stylesheets/version2/topic.css */
body.event_categories .more_join a {
  color: #8b8b8b;
  font-size: 12px;
}

/* line 452, app/assets/stylesheets/version2/topic.css */
body.event_categories .more_join img {
  width: 25px;
  margin-right: 10px;
}

/* line 457, app/assets/stylesheets/version2/topic.css */
body.event_categories .topic_page .report-top a {
  left: auto;
}

/* line 461, app/assets/stylesheets/version2/topic.css */
body.event_categories .topic_page .report-center {
  padding-top: 0;
}

/* line 465, app/assets/stylesheets/version2/topic.css */
body.event_categories .topic_page .report-center a {
  bottom: 20px;
  top: auto;
}

/* line 470, app/assets/stylesheets/version2/topic.css */
body.event_categories .topic_page .report-center a,
body.event_categories .topic_page .report-top a {
  padding: 0 15px;
}

@media only screen and (max-width: 900px) {
  /* line 477, app/assets/stylesheets/version2/topic.css */
  body.event_categories .content.topic_page > .content {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 482, app/assets/stylesheets/version2/topic.css */
  body.event_categories .head-txt h1 {
    color: #fff;
    padding-top: 62px;
    padding-bottom: 102px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(//static.shenzhenware.com/../img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    margin: 0;
  }
  /* line 497, app/assets/stylesheets/version2/topic.css */
  body.event_categories .head-txt .category-slogen {
    top: 120px;
    font-size: 0.9em;
    letter-spacing: 0.07em;
  }
  /* line 504, app/assets/stylesheets/version2/topic.css */
  body.event_categories .header-nav ul {
    padding-left: 0px;
  }
  /* line 508, app/assets/stylesheets/version2/topic.css */
  body.event_categories .guest-photo img {
    width: 100px;
    height: 100px;
  }
  /* line 512, app/assets/stylesheets/version2/topic.css */
  body.event_categories .guest-photo p {
    padding: 8px 0 0 0;
    font-size: 12px;
    line-height: 1.5;
  }
  /* line 517, app/assets/stylesheets/version2/topic.css */
  body.event_categories .guest-photo i {
    font-size: 12px;
    line-height: 1.5;
  }
  /* line 521, app/assets/stylesheets/version2/topic.css */
  body.event_categories .guest_phone .guest-intro {
    font-size: 12px;
    width: 100px;
  }
  /* line 525, app/assets/stylesheets/version2/topic.css */
  body.event_categories .guest-photo {
    padding: 3px;
  }
  /* line 528, app/assets/stylesheets/version2/topic.css */
  body.event_categories .message .message-board .message-top img {
    width: 60px;
  }
  /* line 531, app/assets/stylesheets/version2/topic.css */
  body.event_categories .message .message-board .message-top .message-name p {
    font-size: 12px;
  }
  /* line 534, app/assets/stylesheets/version2/topic.css */
  body.event_categories .message .message-board .message-top .message-name i {
    font-size: 12px;
  }
  /* line 537, app/assets/stylesheets/version2/topic.css */
  body.event_categories .message .message-board .message-top {
    position: relative;
    top: 16px;
    left: 8px;
  }
  /* line 542, app/assets/stylesheets/version2/topic.css */
  body.event_categories .message .message-board .txt {
    margin: 0;
  }
  /* line 545, app/assets/stylesheets/version2/topic.css */
  body.event_categories .message .message-board .txt {
    padding: 30px 38px;
    font-size: 14px;
  }
  /* line 549, app/assets/stylesheets/version2/topic.css */
  body.event_categories .tab-content .tab-pane p {
    padding: 15px;
  }
  /* line 552, app/assets/stylesheets/version2/topic.css */
  body.event_categories .navbar-default .navbar-toggle:hover,
body.event_categories .navbar-default .navbar-toggle:focus {
    background-color: initial;
  }
  /* line 556, app/assets/stylesheets/version2/topic.css */
  body.event_categories .report_web {
    display: none;
  }
  /* line 559, app/assets/stylesheets/version2/topic.css */
  body.event_categories .report_phone {
    display: block;
  }
  /* line 562, app/assets/stylesheets/version2/topic.css */
  body.event_categories .report_phone .report-max img {
    width: 100%;
  }
  /* line 565, app/assets/stylesheets/version2/topic.css */
  body.event_categories .guest_phone {
    display: block;
  }
  /* line 568, app/assets/stylesheets/version2/topic.css */
  body.event_categories .guest ul {
    display: none;
  }
  /* line 571, app/assets/stylesheets/version2/topic.css */
  body.event_categories .guest-photo span {
    font-size: 12px;
  }
  /* line 574, app/assets/stylesheets/version2/topic.css */
  body.event_categories .activity h3 {
    font-size: 14px;
  }
  /* line 577, app/assets/stylesheets/version2/topic.css */
  body.event_categories .header-nav p {
    width: 100%;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    padding: 15px;
  }
  /* line 585, app/assets/stylesheets/version2/topic.css */
  body.event_categories .header-nav-box .container {
    padding: 0;
  }
  /* line 588, app/assets/stylesheets/version2/topic.css */
  body.event_categories .header-nav-box .slick-slide a {
    color: #8b8b8b;
  }
  /* line 591, app/assets/stylesheets/version2/topic.css */
  body.event_categories .header-nav-box .slick-slide a.active,
body.event_categories .header-nav-box .slick-slide a:active {
    color: #fff;
  }
  /* line 595, app/assets/stylesheets/version2/topic.css */
  body.event_categories .hot {
    margin-bottom: 30px;
  }
  /* line 598, app/assets/stylesheets/version2/topic.css */
  body.event_categories .content .report h2 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  /* line 602, app/assets/stylesheets/version2/topic.css */
  body.event_categories .content .report-max {
    display: block;
  }
  /* line 605, app/assets/stylesheets/version2/topic.css */
  body.event_categories .report_phone .report-max {
    width: 220px;
  }
  /* line 608, app/assets/stylesheets/version2/topic.css */
  body.event_categories .report_phone .slick-slide {
    margin-right: 15px;
  }
  /* line 611, app/assets/stylesheets/version2/topic.css */
  body.event_categories .report_phone .slick-arrow {
    display: none !important;
  }
  /* line 614, app/assets/stylesheets/version2/topic.css */
  body.event_categories .report_phone .report-max a {
    font-size: 14px;
    line-height: 1.57;
    left: 15px;
    bottom: 15px;
    width: 85%;
  }
  /* line 621, app/assets/stylesheets/version2/topic.css */
  body.event_categories .header-nav-box {
    margin-bottom: 15px;
  }
  /* line 624, app/assets/stylesheets/version2/topic.css */
  body.event_categories .topic_page .hot h2,
body.event_categories .topic_page h2 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 16px;
  }
  /* line 630, app/assets/stylesheets/version2/topic.css */
  body.event_categories .topic_page .guest,
body.event_categories .topic_page .hot,
body.event_categories .topic_page .report,
body.event_categories .topic_page .message {
    margin-bottom: 30px;
  }
  /* line 636, app/assets/stylesheets/version2/topic.css */
  body.event_categories .topic_link {
    overflow: scroll;
    white-space: nowrap;
  }
  /* line 640, app/assets/stylesheets/version2/topic.css */
  body.event_categories .topic_link a,
body.event_categories .header-nav p {
    font-size: 14px;
  }
  /* line 644, app/assets/stylesheets/version2/topic.css */
  body.event_categories .message .message-board .txt p {
    font-size: 14px;
    line-height: 1.7;
  }
  /* line 648, app/assets/stylesheets/version2/topic.css */
  body.event_categories .txt .txt_left {
    left: -26px;
    top: 5px;
    font-size: 40px;
    width: 15px;
    height: 13px;
  }
  /* line 655, app/assets/stylesheets/version2/topic.css */
  body.event_categories .txt .txt_right {
    right: -24px;
    top: 5px;
    font-size: 40px;
    width: 15px;
    height: 13px;
  }
}

/* line 1, app/assets/stylesheets/version2/common.css.scss */
body.articles, body.pages.index {
  position: relative;
  height: 100%;
  background-color: #eee;
  /*content*/
  /*footer Start*/
}

/* line 7, app/assets/stylesheets/version2/common.css.scss */
body.articles .link-lists.phone-hide ul, body.pages.index .link-lists.phone-hide ul {
  margin: 0;
  padding: 0;
}

/* line 11, app/assets/stylesheets/version2/common.css.scss */
body.articles .link-lists.phone-hide li, body.pages.index .link-lists.phone-hide li {
  list-style: none;
}

/* line 15, app/assets/stylesheets/version2/common.css.scss */
body.articles s, body.pages.index s {
  text-decoration: none;
}

/* line 18, app/assets/stylesheets/version2/common.css.scss */
body.articles .left, body.pages.index .left {
  float: left;
}

/* line 21, app/assets/stylesheets/version2/common.css.scss */
body.articles .right, body.pages.index .right {
  float: right;
}

/* line 24, app/assets/stylesheets/version2/common.css.scss */
body.articles .line, body.pages.index .line {
  border: 0.5px solid #abb1b7;
}

/* line 27, app/assets/stylesheets/version2/common.css.scss */
body.articles .btn, body.pages.index .btn {
  color: #fff;
  background-color: #0095FF;
  border-radius: 0px;
}

/* line 32, app/assets/stylesheets/version2/common.css.scss */
body.articles a:hover, body.articles a:focus, body.pages.index a:hover, body.pages.index a:focus {
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/version2/common.css.scss */
body.articles .phone-hide, body.pages.index .phone-hide {
  display: visible;
}

/* line 38, app/assets/stylesheets/version2/common.css.scss */
body.articles .phone-show, body.pages.index .phone-show {
  display: none;
}

/* line 41, app/assets/stylesheets/version2/common.css.scss */
body.articles .img-p, body.pages.index .img-p {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 49, app/assets/stylesheets/version2/common.css.scss */
body.articles .img-p p, body.pages.index .img-p p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* line 56, app/assets/stylesheets/version2/common.css.scss */
body.articles .blue-text, body.pages.index .blue-text {
  color: #0095FF;
}

/* line 59, app/assets/stylesheets/version2/common.css.scss */
body.articles .container-wrap, body.pages.index .container-wrap {
  width: 1150px;
}

/* line 64, app/assets/stylesheets/version2/common.css.scss */
body.articles .card, body.pages.index .card {
  box-shadow: 1px 1px 10px rgba(153, 153, 153, 0.35);
  padding: 20px;
  background-color: #fff;
  margin-bottom: 23px;
}

/* line 71, app/assets/stylesheets/version2/common.css.scss */
body.articles .footer, body.pages.index .footer {
  background-color: #2c2c2c;
  padding: 40px 0 0;
}

/* line 75, app/assets/stylesheets/version2/common.css.scss */
body.articles .footer-top, body.pages.index .footer-top {
  padding: 0 70px;
  margin-bottom: 36px;
}

/* line 79, app/assets/stylesheets/version2/common.css.scss */
body.articles .footer .footer-top .title_footer, body.pages.index .footer .footer-top .title_footer {
  color: #fff;
  font-size: 16px;
  margin: 0 0 16px;
}

/* line 85, app/assets/stylesheets/version2/common.css.scss */
body.articles .footer .footer-top ul, body.pages.index .footer .footer-top ul {
  list-style: none;
  padding: 0;
}

/* line 89, app/assets/stylesheets/version2/common.css.scss */
body.articles .footer .footer-top ul li, body.pages.index .footer .footer-top ul li {
  margin-bottom: 5px;
  opacity: initial;
  position: initial;
}

/* line 94, app/assets/stylesheets/version2/common.css.scss */
body.articles .footer .footer-top li a, body.pages.index .footer .footer-top li a {
  color: #fff;
  font-size: 16px;
}

/* line 98, app/assets/stylesheets/version2/common.css.scss */
body.articles .footer .footer-top li a:hover, body.pages.index .footer .footer-top li a:hover {
  color: #0095FF;
}

/* line 101, app/assets/stylesheets/version2/common.css.scss */
body.articles .footer .left, body.pages.index .footer .left {
  display: inline-block;
  padding: 0 30px 0;
}

/* line 105, app/assets/stylesheets/version2/common.css.scss */
body.articles .footer .right, body.pages.index .footer .right {
  display: inline-block;
}

/* line 109, app/assets/stylesheets/version2/common.css.scss */
body.articles .footer .footer-bom p, body.pages.index .footer .footer-bom p {
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
  color: #ABB1B7;
}

@media only screen and (max-width: 1040px) {
  /* line 116, app/assets/stylesheets/version2/common.css.scss */
  body.articles .footer, body.pages.index .footer {
    display: none;
  }
}

@media only screen and (max-width: 1120px) {
  /* line 121, app/assets/stylesheets/version2/common.css.scss */
  body.articles .container-wrap, body.pages.index .container-wrap {
    width: auto;
  }
}

@media only screen and (max-width: 700px) {
  /* line 126, app/assets/stylesheets/version2/common.css.scss */
  body.articles .phone-show, body.pages.index .phone-show {
    display: block;
  }
  /* line 129, app/assets/stylesheets/version2/common.css.scss */
  body.articles .phone-hide, body.pages.index .phone-hide {
    display: none;
  }
  /* line 132, app/assets/stylesheets/version2/common.css.scss */
  body.articles .container-wrap, body.pages.index .container-wrap {
    width: auto;
  }
  /* line 135, app/assets/stylesheets/version2/common.css.scss */
  body.articles .navbar .navbar-brand, body.pages.index .navbar .navbar-brand {
    padding: 10px 15px;
  }
  /* line 138, app/assets/stylesheets/version2/common.css.scss */
  body.articles .input-style, body.pages.index .input-style {
    top: 17px;
  }
  /* line 141, app/assets/stylesheets/version2/common.css.scss */
  body.articles .footer, body.pages.index .footer {
    display: none;
  }
  /* line 144, app/assets/stylesheets/version2/common.css.scss */
  body.articles .box, body.pages.index .box {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/version2/article.css.scss */
body.articles_show {
  /*article*/
  /*comment-box*/
}

/* line 2, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .container-wrap {
  width: 1120px;
}

/* line 5, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .content .link-lists ul {
  position: fixed;
  right: 50px;
  top: 50%;
  z-index: 1000;
  transform: translateY(-50%);
}

/* line 12, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .content .link-lists .card {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  font-size: 18px;
  display: block;
}

/* line 22, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card a {
  display: inline-block;
}

/* line 25, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .medium-editor-content a {
  display: initial;
}

/* line 28, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .content .link-lists ul a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

/* line 33, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card {
  background-color: #fff;
}

/* line 36, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .top-img-wrap {
  padding: 20px 50px;
}

/* line 39, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .top-img-wrap .img-content {
  position: relative;
}

/* line 42, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .top-img-wrap .img-content a {
  width: 100%;
}

/* line 45, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .top-img-wrap .img-content a.author,
body.articles_show .top-img-wrap .img-content a.article-category {
  width: auto;
  color: #fff;
  padding-right: 5px;
}

/* line 51, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .top-img-wrap .img-p {
  display: block;
  padding: 10px 20px 20px 20px;
}

/* line 55, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .top-img-wrap .img-p p {
  font-size: 26px;
  margin-top: 20px;
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 55, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .top-img-wrap .img-p p {
    display: -webkit-box;
    height: 2.8em;
    overflow: hidden;
  }
}

/* line 65, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .top-img-wrap .img-p .img-title {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
}

/* line 69, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .top-img-wrap .img-p .img-title i {
  font-size: 16px;
  color: #fff;
  margin-right: 5px;
}

/* line 74, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .top-img-wrap .img-p .img-title span s:first-child {
  margin-right: 5px;
}

/* line 77, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .top-img-wrap img {
  width: 100%;
}

/* line 80, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .top-img-wrap .img-content .solution-article-watermark {
  width: 30px;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 20%;
}

@media only screen and (max-width: 767px) {
  /* line 80, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .top-img-wrap .img-content .solution-article-watermark {
    width: 70px;
    top: 10px;
    height: 10px;
    right: 20px;
  }
}

/* line 93, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .content-wrap .top-img-wrap i.circle-box {
  position: absolute;
  border-radius: 50%;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background-color: #eee;
}

/* line 101, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .content-wrap .top-img-wrap i.circle-box:last-child {
  right: -10px;
}

/* line 104, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .content-wrap .top-img-wrap i.left-circle {
  left: -10px;
}

/* line 107, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .content-wrap h1 {
  font-size: 30px !important;
  line-height: 1.5 !important;
}

@media only screen and (max-width: 700px) {
  /* line 107, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .content-wrap h1 {
    font-size: 24px !important;
  }
}

/* line 115, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles {
  padding: 30px 50px 10px;
}

/* line 118, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles p {
  font-size: 18px;
  margin: 0;
  color: #666;
}

/* line 123, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .medium-editor-content li {
  list-style: initial;
}

/* line 131, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .medium-editor-content img {
  display: block;
  margin: 1.2em auto;
  max-width: 100%;
  height: auto;
}

/* line 145, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .medium-editor-content p[data-caption="true"] {
  font-size: 12px !important;
  color: #999 !important;
  line-height: 1.6em !important;
  text-align: center !important;
  margin: -4px auto 20px !important;
}

/* line 154, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .medium-editor-content ul, body.articles_show .article-card .articles .medium-editor-content ol {
  padding-left: 1.6em;
  margin: 1em 0;
}

/* line 158, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .medium-editor-content ul {
  list-style: disc;
}

/* line 159, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .medium-editor-content ol {
  list-style: decimal;
}

/* line 160, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .medium-editor-content li {
  display: list-item;
  line-height: 1.7;
}

/* line 163, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .medium-editor-content li p {
  margin: 0;
}

/* line 167, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .medium-editor-content blockquote {
  border-left: 3px solid #ddd;
  background: #f7f7f7;
  padding: 0.6em 1em;
  margin: 0.8em 0;
  color: #666;
  font-style: normal;
  font-size: 0.95em;
}

/* line 175, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .medium-editor-content blockquote p {
  margin: 0;
}

/* line 179, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .medium-editor-content.md-container p > img {
  display: block;
  margin: 1.2em auto;
}

/* line 183, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .medium-editor-content.md-container p > img + em {
  display: block;
  text-align: center;
  margin: 10px 0;
  font-size: 12px;
  font-style: normal;
}

/* line 191, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .p-mar-top {
  margin-top: 30px;
  margin-bottom: 10px;
}

/* line 195, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .p-margin {
  margin: 26px 0;
}

/* line 198, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .pic-title {
  font-size: 17px;
  text-align: center;
  margin: 13px 0 42px 0;
}

/* line 203, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .strong-title {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  padding-left: 16px;
  border-left: 4px solid #0095FF;
  margin: 27px 0;
}

/* line 211, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .articles .num-title {
  font-weight: 700;
  font-size: 16px;
  color: #666;
}

/* line 216, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .article-abstract {
  margin: 0 50px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #F2F3F4;
  border-radius: 5px;
}

@media only screen and (max-width: 700px) {
  /* line 216, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .article-card .article-abstract {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 229, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .article-abstract p.text {
  line-height: 1.5;
}

/* line 231, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .article-abstract p.text::before, body.articles_show .article-card .article-abstract p.text::after {
  font-size: 20px;
  font-family: initial;
}

@media only screen and (max-width: 700px) {
  /* line 231, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .article-card .article-abstract p.text::before, body.articles_show .article-card .article-abstract p.text::after {
    font-size: 18px;
  }
}

/* line 238, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .article-abstract p.text::before {
  content: '导语：';
}

/* line 242, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .author-info {
  padding: 0px 50px;
}

/* line 245, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .author-info .author {
  display: inline-block;
}

/* line 248, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .author-info .author .author-avatar {
  display: inline-block;
}

/* line 250, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .author-info .author .author-avatar img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

/* line 256, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .author-info .author .author-name {
  display: inline-block;
  padding-left: 10px;
}

/* line 259, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .author-info .author .author-name a {
  color: #999;
}

/* line 263, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .author-info .share-list {
  float: right;
  display: inline-block;
  margin-top: 5px;
}

/* line 268, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .author-info .share-list .share-item {
  display: inline-block;
  padding: 0 2px;
}

/* line 272, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .author-info .share-list .share-item .wechat-share-img {
  display: none;
}

/* line 274, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .author-info .share-list .share-item .wechat-share-img a {
  width: 50px;
  height: 50px;
}

/* line 280, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .author-info .share-list .share-item.wechat-share:hover .wechat-share-img {
  display: block;
  position: absolute;
}

/* line 283, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-card .author-info .share-list .share-item.wechat-share:hover .wechat-share-img img {
  width: 120px;
  height: 120px;
}

/* line 289, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-tags {
  padding: 15px 0px;
}

/* line 292, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-tags .tag-item {
  display: inline-block;
  padding-right: 5px;
  padding-bottom: 10px;
}

/* line 297, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-tags .tag-item a {
  color: #888A8B;
  font-size: 16px;
  padding: 5px 15px;
  background-color: #F6F8F9;
  line-height: 1em;
}

/* line 304, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .dash-line {
  border-bottom: 4px dashed #F2F2F2;
  margin: 0 50px 30px;
}

/* line 308, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-footer {
  padding: 0 50px 20px 50px;
}

/* line 311, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-footer p {
  font-size: 14px;
  color: #999;
  margin: 0;
}

/* line 316, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .article-footer .copyright {
  margin-top: 30px;
}

/* line 319, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .more-items {
  margin: 20px 0;
}

@media only screen and (max-width: 699px) {
  /* line 322, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .more-items.recommended-articles {
    margin-top: 5px;
  }
}

/* line 327, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .more-items .recommendations-title {
  padding: 0 20px;
  font-size: 20px;
}

@media only screen and (max-width: 699px) {
  /* line 327, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .more-items .recommendations-title {
    padding: 0;
    font-size: 16px;
  }
}

/* line 335, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .more-items.article-card .items-img-wrap {
  width: 100%;
  height: 0;
  padding-bottom: calc(100% / 16 * 9);
}

/* line 340, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .more-items.article-card .items-img-wrap img {
  width: 100%;
}

/* line 343, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .more-items.article-card .card {
  padding: 0;
  display: inline-block;
  margin: 20px 10px;
}

@media only screen and (max-width: 767px) {
  /* line 343, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .more-items.article-card .card {
    width: 100%;
    height: auto;
  }
}

/* line 352, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .more-items.article-card .card p {
  padding: 10px 15px 5px 15px;
  color: #999;
  font-size: 15px;
}

/* line 357, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .more-items.article-card .card .relate-article-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 3.8em;
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
  /* line 357, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .more-items.article-card .card .relate-article-title {
    padding-left: 10px;
    color: #6B6B6B;
  }
}

/* line 370, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .more-items.article-card .related-article > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* line 374, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .more-items.article-card .related-article .article-text-info {
  height: 0;
  padding-bottom: calc(100% * 9 / 32);
}

/* line 378, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .more-items.article-card .related-article .article-text-info .article-author-and-time {
  font-size: 12px;
  padding: 5px;
  position: absolute;
  bottom: 0;
  color: #898989;
}

/* line 384, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .more-items.article-card .related-article .article-text-info .article-author-and-time .author-name {
  display: inline-block;
  padding-right: 5px;
}

/* line 388, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .more-items.article-card .related-article .article-text-info .article-author-and-time .published-at {
  padding-left: 5px;
  display: inline-block;
}

/* line 393, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .prev-and-next {
  display: flex;
  justify-content: space-around;
}

@media only screen and (min-width: 701px) {
  /* line 393, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .prev-and-next {
    padding: 30px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 399, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .prev-and-next .col-xs-12 {
    padding: 15px 0;
  }
}

/* line 406, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .items-wrap a {
  color: #0085f6;
}

@media only screen and (max-width: 700px) {
  /* line 410, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .prev-article-link {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 415, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .next-article-link {
    margin-left: 5px;
  }
}

/* line 421, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .prev-article-link p, body.articles_show .next-article-link p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* line 428, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .next-page-symbol {
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 400px;
  display: none;
}

@media only screen and (max-width: 1040px) {
  /* line 428, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .next-page-symbol {
    bottom: 0;
  }
}

/* line 439, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .next-page-arrow {
  text-align: center;
  opacity: 0;
}

/* line 444, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card {
  padding: 16px 50px;
  margin-bottom: 36px;
}

/* line 448, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .comment-detail {
  padding-bottom: 16px;
  font-size: 20px;
  border-bottom: 1px solid #E4E4E4;
}

/* line 453, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .comment-detail a {
  padding: 7px 30px;
  font-size: 19px;
}

/* line 457, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .comments p {
  font-size: 18px;
  text-align: center;
  padding-top: 15px;
  color: #999;
}

/* line 463, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .content .hot-bottom {
  background-color: #fff;
  border-radius: 8px;
  padding-top: 60px;
  padding-bottom: 170px;
}

/* line 470, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .comments .comment-item {
  margin-bottom: 20px;
}

/* line 473, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .reply-area .legal {
  margin-bottom: 20px;
  border: 1px dashed #EBEBEB;
}

/* line 477, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .legal {
  border: 1px dashed #D4D4D4;
}

/* line 481, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card h4 {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #333333;
}

/* line 487, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card h5 {
  font-size: 14px;
  color: #262626;
  display: none;
}

/* line 494, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card img {
  width: 42px;
  border-radius: 50%;
  position: absolute;
}

/* line 499, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-card {
  padding-left: 60px;
}

/* line 502, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-card .hot-name p {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

/* line 509, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-card span {
  font-size: 14px;
  color: #8b8b8b;
}

/* line 514, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-card span.comment-time {
  padding-left: 10px;
}

/* line 517, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-card .hot-name i {
  font-size: 14px;
  color: #333333;
  float: right;
}

/* line 523, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-card .hot-txt {
  padding-top: 0px;
}

/* line 526, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .hot-txt .fa-heart-o:before {
  margin-right: 6px;
}

/* line 529, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-card .hot-txt p {
  font-size: 16px;
  line-height: 1.62;
  color: #333333;
  text-align: left;
  padding-bottom: 20px;
}

/* line 537, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-card .reply-area .hot-txt p {
  font-size: 14px;
}

/* line 540, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-card .hot-praise i:hover {
  color: #0085f6;
  cursor: pointer;
}

/* line 544, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-card .hot-praise {
  padding-bottom: 23px;
  text-align: right;
}

/* line 548, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-card .hot-praise a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
}

/* line 555, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-card .hot-praise .hot-parise-heart-o {
  display: none;
}

/* line 559, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-card .hot-praise i {
  padding-left: 20px;
  font-size: 14px;
  color: #333333;
}

/* line 564, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-card .hot-replier {
  margin-top: 15px;
}

/* line 567, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-card .hot-replier p {
  font-size: 16px;
  line-height: 1.62;
  color: #333333;
  border-left: 1px solid #333;
  text-align: left;
  padding-left: 16px;
}

/* line 576, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-card .hot-replier a {
  color: #0085f6;
}

/* line 579, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-card .hot-replier span {
  padding-left: 15px;
}

/* line 582, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-reply h6 {
  font-size: 16px;
  color: #0085f6;
  margin: 7px 0 20px 0;
}

/* line 589, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-reply .reply-input .form-group {
  width: calc(100% - 104px);
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

/* line 595, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-reply .reply-input textarea {
  margin: 15px 0;
  width: 100%;
  resize: vertical;
  height: 45px;
}

/* line 602, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-reply .reply-input .login-button {
  border-radius: 8px;
  width: 100px;
  padding: 8px 0 7px;
  font-size: 18px;
}

/* line 608, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-reply .alert p {
  max-width: 517px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: #333333;
  text-align: left;
}

/* line 619, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .comments .hot-card .reply-area {
  background-color: #F8F8F8;
  padding: 15px 15px 0px;
}

/* line 623, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .comments .hot-card .comment-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

/* line 630, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .comments .hot-card .info-left a {
  color: #626262;
  font-size: 15px;
  font-weight: 500;
}

/* line 637, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .comments .hot-card .info-right a {
  color: #9E9E9E;
}

/* line 639, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .comments .hot-card .info-right a:hover {
  cursor: pointer;
}

/* line 644, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-reply .reply-input input {
  display: inline-block;
  width: 71%;
  height: 47px;
  border: 1px solid #0085f6;
  border-radius: 8px;
  margin: 0 10px;
}

/* line 654, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card .hot-reply .reply-input button {
  background-color: #0085f6;
  padding: 8px 23px 7px 24px;
  font-size: 18px;
  border-radius: 8px;
  width: 100px;
}

/* line 662, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .comment-box.article-card {
  margin: 30px 0;
}

/* line 665, app/assets/stylesheets/version2/article.css.scss */
body.articles_show .buoy-icon {
  position: fixed;
  width: 2em;
  height: 2em;
  bottom: -3em;
}

@media only screen and (max-width: 1120px) {
  /* line 672, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .container-wrap {
    width: auto;
  }
}

@media only screen and (max-width: 700px) {
  /* line 1, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show {
    /*article*/
    /*comment*/
  }
  /* line 677, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .container-wrap {
    width: auto;
  }
  /* line 680, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .article-card {
    box-shadow: none;
    padding: 12px 17px 0 17px;
  }
  /* line 684, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .top-img-wrap {
    padding: 0px;
  }
  /* line 687, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .top-img-wrap img {
    width: 100%;
  }
  /* line 691, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .top-img-wrap .img-p {
    display: block;
    padding: 8px 12px;
  }
  /* line 696, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .top-img-wrap .img-p p {
    font-size: 16px;
    margin-top: 10px;
  }
  /* line 700, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .top-img-wrap .img-p .img-title {
    font-size: 12px;
  }
  /* line 703, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .content-wrap .top-img-wrap {
    border: 0;
  }
  /* line 706, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .content-wrap .top-img-wrap i.circle-box {
    display: none;
  }
  /* line 709, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .article-card .author-info {
    padding: 10px 0px;
  }
  /* line 713, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .article-card .articles {
    padding: 10px;
  }
  /* line 716, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .article-card .articles p {
    font-size: 17px;
    margin: 0;
    color: #666;
  }
  /* line 721, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .article-card .articles .p-mar-top {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  /* line 725, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .article-card .articles .p-margin {
    margin: 27px 0;
  }
  /* line 728, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .article-card .articles .pic-title {
    font-size: 12px;
    text-align: center;
    margin: 13px 0 32px 0;
  }
  /* line 733, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .article-card .articles .strong-title {
    font-size: 17px;
    color: #666;
    font-weight: 700;
    padding-left: 6px;
    border-left: 4px solid #0095FF;
    margin: 27px 0;
  }
  /* line 741, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .article-card .articles .num-title {
    font-weight: 700;
    font-size: 17px;
    color: #666;
    margin: 26px 0;
  }
  /* line 747, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .dash-line {
    border: 0;
    margin: 0;
  }
  /* line 751, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .article-footer {
    padding: 15px 0;
    border-top: 1px dashed #F2F2F2;
    border-bottom: 1px dashed #F2F2F2;
  }
  /* line 756, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .article-footer p {
    font-size: 12px;
    color: #999;
    margin: 0;
  }
  /* line 761, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .article-footer .copyright {
    margin-top: 30px;
  }
  /* line 764, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .more-items {
    margin: 0;
  }
  /* line 767, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .more-items .articles.row {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 12px;
  }
  /* line 772, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .more-items.article-card .items-img-wrap {
    width: 100%;
  }
  /* line 775, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .more-items.article-card .items-img-wrap img {
    width: 100%;
  }
  /* line 778, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .more-items.article-card .more-box {
    padding: 3px;
  }
  /* line 781, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .more-items.article-card .card {
    padding: 0px;
    margin: 0px;
  }
  /* line 785, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .more-items.article-card .more-box:first-child {
    margin-left: 0px;
  }
  /* line 788, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .more-items.article-card .more-box:last-child {
    margin-right: 0px;
  }
  /* line 791, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .more-items.article-card .card p {
    padding: 10px 5px;
    font-size: 12.5px;
  }
  /* line 796, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card {
    padding: 15px 17px;
    margin-top: 5.5px;
    margin-bottom: 0px;
  }
  /* line 801, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .comment-detail {
    padding-bottom: 8.5px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* line 806, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .comment-detail .btn {
    font-size: 12px;
    padding: 2px 12.5px;
  }
  /* line 810, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .comment-detail a {
    padding: 2px 12px;
    font-size: 12.5px;
  }
  /* line 814, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .comments p {
    font-size: 12.5px;
    padding-top: 18px;
  }
  /* line 818, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card h5 {
    display: block;
  }
  /* line 821, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card h4 {
    display: none;
  }
  /* line 825, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .comments .hot-card .info-left a {
    font-size: 14px;
  }
  /* line 829, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card img {
    width: 38px;
  }
  /* line 833, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .header-top .col-lg-4 .card .card-number {
    display: inline-block;
    float: right;
  }
  /* line 837, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .header-top .col-lg-4 .card .card-number a {
    border: none;
  }
  /* line 840, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .hot-card .hot-name span {
    display: none;
  }
  /* line 843, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .hot-card .hot-name p {
    display: block;
    text-align: left;
  }
  /* line 847, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .hot-card .hot-name i {
    font-size: 12px;
    color: #8b8b8b;
    float: left;
  }
  /* line 853, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .hot-card .hot-txt p {
    font-size: 14px;
    padding-bottom: 6px;
  }
  /* line 857, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .hot-card .hot-replier {
    margin-top: 10px;
  }
  /* line 860, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .hot-card .hot-praise a {
    font-size: 12px;
  }
  /* line 863, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .hot-card {
    padding-left: 48px;
  }
  /* line 866, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .hot-card .hot-praise i {
    padding-left: 0;
  }
  /* line 869, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .hot-card .hot-praise {
    text-align: left;
    padding-bottom: 16px;
  }
  /* line 873, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .hot-card .hot-praise .fa-comments-o {
    text-align: left;
  }
  /* line 876, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .hot-card .hot-praise .fa-thumbs-o-up {
    display: none;
  }
  /* line 879, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .hot-card .hot-praise .hot-parise-heart-o {
    display: inline-block;
    float: right;
  }
  /* line 883, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .comment-box.article-card .hot-card .hot-replier span {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #333333;
  }
  /* line 892, app/assets/stylesheets/version2/article.css.scss */
  body.articles_show .article-tags .tag-item a {
    font-size: 14px;
  }
}

/* line 898, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .top-img-wrap {
  display: flex;
  max-width: 1130px !important;
}

/* line 902, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .img-left {
  flex: 1;
}

/* line 904, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .img-left .recommend-item-left .recommend-item {
  display: block;
  position: relative;
}

/* line 907, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .img-left .recommend-item-left .recommend-item img {
  overflow: hidden;
}

/* line 911, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .img-left .recommend-item-left .recommend-item .recommend-item-title {
  position: absolute;
  bottom: 0;
}

/* line 917, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .imgs-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 921, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .imgs-right .recommend-item-right-top, body.articles_index .imgs-right .recommend-item-right-bottom {
  flex: 1;
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

/* line 931, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .img-left .recommend-item-title, body.articles_index .imgs-right .recommend-item-title {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  width: 100%;
}

/* line 937, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .img-left .recommend-item-title .title-text, body.articles_index .imgs-right .recommend-item-title .title-text {
  font-size: 20px;
  color: #fff;
  margin: 0;
}

/* line 945, app/assets/stylesheets/version2/article.css.scss */
body.articles_index, body.articles_list_with_category, body.articles_list_with_tag, body.pages.index, body.articles_news_flash, body.articles_solutions_hub, body.agendas {
  /*content Start*/
}

/* line 946, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .container.container-wrap .row .col-md-12, body.articles_list_with_category .container.container-wrap .row .col-md-12, body.articles_list_with_tag .container.container-wrap .row .col-md-12, body.pages.index .container.container-wrap .row .col-md-12, body.articles_news_flash .container.container-wrap .row .col-md-12, body.articles_solutions_hub .container.container-wrap .row .col-md-12, body.agendas .container.container-wrap .row .col-md-12 {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 953, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .article_topic, body.articles_list_with_category .article_topic, body.articles_list_with_tag .article_topic, body.pages.index .article_topic, body.articles_news_flash .article_topic, body.articles_solutions_hub .article_topic, body.agendas .article_topic {
  display: flex;
  align-items: stretch;
  position: relative;
  margin-bottom: 23px;
}

/* line 960, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .article_topic .article, body.articles_list_with_category .article_topic .article, body.articles_list_with_tag .article_topic .article, body.pages.index .article_topic .article, body.articles_news_flash .article_topic .article, body.articles_solutions_hub .article_topic .article, body.agendas .article_topic .article {
  width: 66%;
  height: 0;
  padding-bottom: calc(66% * 9 / 16);
  overflow: hidden;
  position: relative;
}

/* line 966, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .article_topic .article img, body.articles_list_with_category .article_topic .article img, body.articles_list_with_tag .article_topic .article img, body.pages.index .article_topic .article img, body.articles_news_flash .article_topic .article img, body.articles_solutions_hub .article_topic .article img, body.agendas .article_topic .article img {
  width: 100%;
}

/* line 970, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .article_topic .topic, body.articles_list_with_category .article_topic .topic, body.articles_list_with_tag .article_topic .topic, body.pages.index .article_topic .topic, body.articles_news_flash .article_topic .topic, body.articles_solutions_hub .article_topic .topic, body.agendas .article_topic .topic {
  width: 33%;
  height: 0;
  padding-bottom: calc(33% * 9 / 8);
  overflow: hidden;
  position: relative;
  margin-left: 1%;
}

/* line 977, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .article_topic .topic img, body.articles_list_with_category .article_topic .topic img, body.articles_list_with_tag .article_topic .topic img, body.pages.index .article_topic .topic img, body.articles_news_flash .article_topic .topic img, body.articles_solutions_hub .article_topic .topic img, body.agendas .article_topic .topic img {
  width: 100%;
}

/* line 983, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .article_topic .article .article-title, body.articles_index .article_topic .topic .topic-title, body.articles_list_with_category .article_topic .article .article-title, body.articles_list_with_category .article_topic .topic .topic-title, body.articles_list_with_tag .article_topic .article .article-title, body.articles_list_with_tag .article_topic .topic .topic-title, body.pages.index .article_topic .article .article-title, body.pages.index .article_topic .topic .topic-title, body.articles_news_flash .article_topic .article .article-title, body.articles_news_flash .article_topic .topic .topic-title, body.articles_solutions_hub .article_topic .article .article-title, body.articles_solutions_hub .article_topic .topic .topic-title, body.agendas .article_topic .article .article-title, body.agendas .article_topic .topic .topic-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 994, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .article_topic .article .article-title .txt, body.articles_list_with_category .article_topic .article .article-title .txt, body.articles_list_with_tag .article_topic .article .article-title .txt, body.pages.index .article_topic .article .article-title .txt, body.articles_news_flash .article_topic .article .article-title .txt, body.articles_solutions_hub .article_topic .article .article-title .txt, body.agendas .article_topic .article .article-title .txt {
  margin: 1em;
}

/* line 999, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .article_topic .topic .topic-title, body.articles_list_with_category .article_topic .topic .topic-title, body.articles_list_with_tag .article_topic .topic .topic-title, body.pages.index .article_topic .topic .topic-title, body.articles_news_flash .article_topic .topic .topic-title, body.articles_solutions_hub .article_topic .topic .topic-title, body.agendas .article_topic .topic .topic-title {
  height: 100%;
}

/* line 1001, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .article_topic .topic .topic-title .txt, body.articles_list_with_category .article_topic .topic .topic-title .txt, body.articles_list_with_tag .article_topic .topic .topic-title .txt, body.pages.index .article_topic .topic .topic-title .txt, body.articles_news_flash .article_topic .topic .topic-title .txt, body.articles_solutions_hub .article_topic .topic .topic-title .txt, body.agendas .article_topic .topic .topic-title .txt {
  margin: 1em;
  position: relative;
  top: 45%;
}

/* line 1007, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .content .top-img-wrap, body.articles_list_with_category .content .top-img-wrap, body.articles_list_with_tag .content .top-img-wrap, body.pages.index .content .top-img-wrap, body.articles_news_flash .content .top-img-wrap, body.articles_solutions_hub .content .top-img-wrap, body.agendas .content .top-img-wrap {
  position: relative;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1014, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .content .top-banner img, body.articles_list_with_category .content .top-banner img, body.articles_list_with_tag .content .top-banner img, body.pages.index .content .top-banner img, body.articles_news_flash .content .top-banner img, body.articles_solutions_hub .content .top-banner img, body.agendas .content .top-banner img {
  width: 100%;
}

/* line 1017, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .container-wrap .row, body.articles_list_with_category .container-wrap .row, body.articles_list_with_tag .container-wrap .row, body.pages.index .container-wrap .row, body.articles_news_flash .container-wrap .row, body.articles_solutions_hub .container-wrap .row, body.agendas .container-wrap .row {
  position: relative;
}

/* line 1020, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .content .container-wrap .top-tag ul, body.articles_list_with_category .content .container-wrap .top-tag ul, body.articles_list_with_tag .content .container-wrap .top-tag ul, body.pages.index .content .container-wrap .top-tag ul, body.articles_news_flash .content .container-wrap .top-tag ul, body.articles_solutions_hub .content .container-wrap .top-tag ul, body.agendas .content .container-wrap .top-tag ul {
  margin: 25px 0;
}

/* line 1023, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .content .container-wrap .top-tag ul li, body.articles_list_with_category .content .container-wrap .top-tag ul li, body.articles_list_with_tag .content .container-wrap .top-tag ul li, body.pages.index .content .container-wrap .top-tag ul li, body.articles_news_flash .content .container-wrap .top-tag ul li, body.articles_solutions_hub .content .container-wrap .top-tag ul li, body.agendas .content .container-wrap .top-tag ul li {
  float: left;
  margin-right: 10px;
  margin-top: 15px;
}

/* line 1028, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .content .top-banner .top-tag-phone, body.articles_list_with_category .content .top-banner .top-tag-phone, body.articles_list_with_tag .content .top-banner .top-tag-phone, body.pages.index .content .top-banner .top-tag-phone, body.articles_news_flash .content .top-banner .top-tag-phone, body.articles_solutions_hub .content .top-banner .top-tag-phone, body.agendas .content .top-banner .top-tag-phone {
  display: flex;
  justify-content: space-between;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 1130px;
  margin: 0 auto;
}

/* line 1036, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .content .top-banner .top-tag-phone a, body.articles_list_with_category .content .top-banner .top-tag-phone a, body.articles_list_with_tag .content .top-banner .top-tag-phone a, body.pages.index .content .top-banner .top-tag-phone a, body.articles_news_flash .content .top-banner .top-tag-phone a, body.articles_solutions_hub .content .top-banner .top-tag-phone a, body.agendas .content .top-banner .top-tag-phone a {
  color: #8b8b8b;
  text-align: center;
  margin: 30px 0px;
  padding: 5px 0px;
  background-color: #fff;
  width: 150px;
  min-width: 100px;
  flex-grow: 1;
}

@media only screen and (min-width: 768px) {
  /* line 1036, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .content .top-banner .top-tag-phone a, body.articles_list_with_category .content .top-banner .top-tag-phone a, body.articles_list_with_tag .content .top-banner .top-tag-phone a, body.pages.index .content .top-banner .top-tag-phone a, body.articles_news_flash .content .top-banner .top-tag-phone a, body.articles_solutions_hub .content .top-banner .top-tag-phone a, body.agendas .content .top-banner .top-tag-phone a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 1036, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .content .top-banner .top-tag-phone a, body.articles_list_with_category .content .top-banner .top-tag-phone a, body.articles_list_with_tag .content .top-banner .top-tag-phone a, body.pages.index .content .top-banner .top-tag-phone a, body.articles_news_flash .content .top-banner .top-tag-phone a, body.articles_solutions_hub .content .top-banner .top-tag-phone a, body.agendas .content .top-banner .top-tag-phone a {
    margin: 15px 0px;
  }
}

/* line 1052, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .content .top-banner .top-tag-phone .splitor, body.articles_list_with_category .content .top-banner .top-tag-phone .splitor, body.articles_list_with_tag .content .top-banner .top-tag-phone .splitor, body.pages.index .content .top-banner .top-tag-phone .splitor, body.articles_news_flash .content .top-banner .top-tag-phone .splitor, body.articles_solutions_hub .content .top-banner .top-tag-phone .splitor, body.agendas .content .top-banner .top-tag-phone .splitor {
  border: 0.5px solid #CAC9C9;
  margin: 30px 0;
}

@media only screen and (max-width: 700px) {
  /* line 1052, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .content .top-banner .top-tag-phone .splitor, body.articles_list_with_category .content .top-banner .top-tag-phone .splitor, body.articles_list_with_tag .content .top-banner .top-tag-phone .splitor, body.pages.index .content .top-banner .top-tag-phone .splitor, body.articles_news_flash .content .top-banner .top-tag-phone .splitor, body.articles_solutions_hub .content .top-banner .top-tag-phone .splitor, body.agendas .content .top-banner .top-tag-phone .splitor {
    margin: 15px 0;
  }
}

/* line 1059, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .top-tag ul li a, body.articles_list_with_category .top-tag ul li a, body.articles_list_with_tag .top-tag ul li a, body.pages.index .top-tag ul li a, body.articles_news_flash .top-tag ul li a, body.articles_solutions_hub .top-tag ul li a, body.agendas .top-tag ul li a {
  display: inline-block;
  width: 150px;
  height: 30px;
  box-shadow: 1px 1px 10px rgba(153, 153, 153, 0.35);
  background-color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #999999;
}

/* line 1070, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .top-tag ul li a:hover, body.articles_list_with_category .top-tag ul li a:hover, body.articles_list_with_tag .top-tag ul li a:hover, body.pages.index .top-tag ul li a:hover, body.articles_news_flash .top-tag ul li a:hover, body.articles_solutions_hub .top-tag ul li a:hover, body.agendas .top-tag ul li a:hover {
  box-shadow: 0px 2px 4px rgba(153, 153, 153, 0.35);
}

/* line 1073, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .top-tag ul li a.active, body.articles_list_with_category .top-tag ul li a.active, body.articles_list_with_tag .top-tag ul li a.active, body.pages.index .top-tag ul li a.active, body.articles_news_flash .top-tag ul li a.active, body.articles_solutions_hub .top-tag ul li a.active, body.agendas .top-tag ul li a.active {
  border: 1px solid #979797;
}

/* line 1076, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .row, body.articles_list_with_category .card .row, body.articles_list_with_tag .card .row, body.pages.index .card .row, body.articles_news_flash .card .row, body.articles_solutions_hub .card .row, body.agendas .card .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 1080, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .img-wrap, body.articles_list_with_category .img-wrap, body.articles_list_with_tag .img-wrap, body.pages.index .img-wrap, body.articles_news_flash .img-wrap, body.articles_solutions_hub .img-wrap, body.agendas .img-wrap {
  padding: 0;
  position: relative;
}

/* line 1084, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .img-wrap .tags, body.articles_list_with_category .img-wrap .tags, body.articles_list_with_tag .img-wrap .tags, body.pages.index .img-wrap .tags, body.articles_news_flash .img-wrap .tags, body.articles_solutions_hub .img-wrap .tags, body.agendas .img-wrap .tags {
  position: absolute;
  top: 10px;
  left: 13px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 14px;
  padding: 2px 13px;
  border: none;
}

/* line 1095, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .img-wrap .media-note-icon, body.articles_list_with_category .img-wrap .media-note-icon, body.articles_list_with_tag .img-wrap .media-note-icon, body.pages.index .img-wrap .media-note-icon, body.articles_news_flash .img-wrap .media-note-icon, body.articles_solutions_hub .img-wrap .media-note-icon, body.agendas .img-wrap .media-note-icon {
  position: absolute;
  bottom: 10px;
  right: 12px;
  color: #fff;
  font-size: 18px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  z-index: 2;
}

/* line 1104, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .activity-content, body.articles_list_with_category .activity-content, body.articles_list_with_tag .activity-content, body.pages.index .activity-content, body.articles_news_flash .activity-content, body.articles_solutions_hub .activity-content, body.agendas .activity-content {
  padding-right: 0;
  padding-left: 30px;
  height: 0;
  padding-bottom: calc(66% * 9 / 32);
}

@media only screen and (max-width: 991px) {
  /* line 1104, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .activity-content, body.articles_list_with_category .activity-content, body.articles_list_with_tag .activity-content, body.pages.index .activity-content, body.articles_news_flash .activity-content, body.articles_solutions_hub .activity-content, body.agendas .activity-content {
    padding-bottom: calc(100% * 9 / 32);
  }
}

/* line 1113, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .img-wrap img, body.articles_list_with_category .card .img-wrap img, body.articles_list_with_tag .card .img-wrap img, body.pages.index .card .img-wrap img, body.articles_news_flash .card .img-wrap img, body.articles_solutions_hub .card .img-wrap img, body.agendas .card .img-wrap img {
  width: 100%;
}

/* line 1116, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content h5, body.articles_list_with_category .card .activity-content h5, body.articles_list_with_tag .card .activity-content h5, body.pages.index .card .activity-content h5, body.articles_news_flash .card .activity-content h5, body.articles_solutions_hub .card .activity-content h5, body.agendas .card .activity-content h5 {
  color: #666;
  font-size: 18px;
  margin: 25px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3.2em;
  overflow: hidden;
  line-height: 1.5em;
}

/* line 1126, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content h5:hover, body.articles_list_with_category .card .activity-content h5:hover, body.articles_list_with_tag .card .activity-content h5:hover, body.pages.index .card .activity-content h5:hover, body.articles_news_flash .card .activity-content h5:hover, body.articles_solutions_hub .card .activity-content h5:hover, body.agendas .card .activity-content h5:hover {
  color: #0096FF;
}

/* line 1130, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content p, body.articles_list_with_category .card .activity-content p, body.articles_list_with_tag .card .activity-content p, body.pages.index .card .activity-content p, body.articles_news_flash .card .activity-content p, body.articles_solutions_hub .card .activity-content p, body.agendas .card .activity-content p {
  color: #999;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow: hidden;
}

/* line 1139, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content span, body.articles_list_with_category .card .activity-content span, body.articles_list_with_tag .card .activity-content span, body.pages.index .card .activity-content span, body.articles_news_flash .card .activity-content span, body.articles_solutions_hub .card .activity-content span, body.agendas .card .activity-content span {
  color: #999;
  font-size: 14px;
}

/* line 1143, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content span s, body.articles_list_with_category .card .activity-content span s, body.articles_list_with_tag .card .activity-content span s, body.pages.index .card .activity-content span s, body.articles_news_flash .card .activity-content span s, body.articles_solutions_hub .card .activity-content span s, body.agendas .card .activity-content span s {
  margin-right: 50px;
}

/* line 1146, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content span.right, body.articles_list_with_category .card .activity-content span.right, body.articles_list_with_tag .card .activity-content span.right, body.pages.index .card .activity-content span.right, body.articles_news_flash .card .activity-content span.right, body.articles_solutions_hub .card .activity-content span.right, body.agendas .card .activity-content span.right {
  color: #ccc;
}

@media only screen and (min-width: 701px) {
  /* line 1149, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content .signup.event-info, body.articles_list_with_category .card .activity-content .signup.event-info, body.articles_list_with_tag .card .activity-content .signup.event-info, body.pages.index .card .activity-content .signup.event-info, body.articles_news_flash .card .activity-content .signup.event-info, body.articles_solutions_hub .card .activity-content .signup.event-info, body.agendas .card .activity-content .signup.event-info {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
  }
}

/* line 1156, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content .signup .signup-title, body.articles_list_with_category .card .activity-content .signup .signup-title, body.articles_list_with_tag .card .activity-content .signup .signup-title, body.pages.index .card .activity-content .signup .signup-title, body.articles_news_flash .card .activity-content .signup .signup-title, body.articles_solutions_hub .card .activity-content .signup .signup-title, body.agendas .card .activity-content .signup .signup-title {
  display: inline-block;
}

@media only screen and (min-width: 701px) {
  /* line 1156, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content .signup .signup-title, body.articles_list_with_category .card .activity-content .signup .signup-title, body.articles_list_with_tag .card .activity-content .signup .signup-title, body.pages.index .card .activity-content .signup .signup-title, body.articles_news_flash .card .activity-content .signup .signup-title, body.articles_solutions_hub .card .activity-content .signup .signup-title, body.agendas .card .activity-content .signup .signup-title {
    width: calc(100% - 120px);
  }
}

/* line 1162, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content .signup .signup-title .event-info, body.articles_list_with_category .card .activity-content .signup .signup-title .event-info, body.articles_list_with_tag .card .activity-content .signup .signup-title .event-info, body.pages.index .card .activity-content .signup .signup-title .event-info, body.articles_news_flash .card .activity-content .signup .signup-title .event-info, body.articles_solutions_hub .card .activity-content .signup .signup-title .event-info, body.agendas .card .activity-content .signup .signup-title .event-info {
  color: #666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

/* line 1171, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content .signup .signup-title .event-tags, body.articles_list_with_category .card .activity-content .signup .signup-title .event-tags, body.articles_list_with_tag .card .activity-content .signup .signup-title .event-tags, body.pages.index .card .activity-content .signup .signup-title .event-tags, body.articles_news_flash .card .activity-content .signup .signup-title .event-tags, body.articles_solutions_hub .card .activity-content .signup .signup-title .event-tags, body.agendas .card .activity-content .signup .signup-title .event-tags {
  margin-top: 15px;
}

/* line 1173, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content .signup .signup-title .event-tags .event-tag, body.articles_list_with_category .card .activity-content .signup .signup-title .event-tags .event-tag, body.articles_list_with_tag .card .activity-content .signup .signup-title .event-tags .event-tag, body.pages.index .card .activity-content .signup .signup-title .event-tags .event-tag, body.articles_news_flash .card .activity-content .signup .signup-title .event-tags .event-tag, body.articles_solutions_hub .card .activity-content .signup .signup-title .event-tags .event-tag, body.agendas .card .activity-content .signup .signup-title .event-tags .event-tag {
  padding-right: 1em;
}

/* line 1177, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content .signup .btn, body.articles_list_with_category .card .activity-content .signup .btn, body.articles_list_with_tag .card .activity-content .signup .btn, body.pages.index .card .activity-content .signup .btn, body.articles_news_flash .card .activity-content .signup .btn, body.articles_solutions_hub .card .activity-content .signup .btn, body.agendas .card .activity-content .signup .btn {
  color: #fff;
  padding: 5px 14px;
  font-size: 18px;
  background-color: #0095FF;
  border-radius: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 1187, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content .signup-p, body.articles_list_with_category .card .activity-content .signup-p, body.articles_list_with_tag .card .activity-content .signup-p, body.pages.index .card .activity-content .signup-p, body.articles_news_flash .card .activity-content .signup-p, body.articles_solutions_hub .card .activity-content .signup-p, body.agendas .card .activity-content .signup-p {
  position: relative;
}

/* line 1190, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content .signup-p a.event-name, body.articles_list_with_category .card .activity-content .signup-p a.event-name, body.articles_list_with_tag .card .activity-content .signup-p a.event-name, body.pages.index .card .activity-content .signup-p a.event-name, body.articles_news_flash .card .activity-content .signup-p a.event-name, body.articles_solutions_hub .card .activity-content .signup-p a.event-name, body.agendas .card .activity-content .signup-p a.event-name {
  font-size: 18px;
  color: #666;
}

/* line 1194, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .banner-card-a, body.articles_list_with_category .banner-card-a, body.articles_list_with_tag .banner-card-a, body.pages.index .banner-card-a, body.articles_news_flash .banner-card-a, body.articles_solutions_hub .banner-card-a, body.agendas .banner-card-a {
  display: block;
}

/* line 1197, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .container-card .card, body.articles_list_with_category .container-card .card, body.articles_list_with_tag .container-card .card, body.pages.index .container-card .card, body.articles_news_flash .container-card .card, body.articles_solutions_hub .container-card .card, body.agendas .container-card .card {
  width: 100%;
  height: auto;
}

/* line 1201, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card.banner-card, body.articles_list_with_category .card.banner-card, body.articles_list_with_tag .card.banner-card, body.pages.index .card.banner-card, body.articles_news_flash .card.banner-card, body.articles_solutions_hub .card.banner-card, body.agendas .card.banner-card {
  padding: 147px 62px;
  text-align: center;
  color: #fff;
  background: url(//static.shenzhenware.com/../images/ban-bg.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/* line 1209, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card.banner-card h1, body.articles_list_with_category .card.banner-card h1, body.articles_list_with_tag .card.banner-card h1, body.pages.index .card.banner-card h1, body.articles_news_flash .card.banner-card h1, body.articles_solutions_hub .card.banner-card h1, body.agendas .card.banner-card h1 {
  font-size: 40px;
  margin-top: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}

/* line 1218, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card.banner-card p, body.articles_list_with_category .card.banner-card p, body.articles_list_with_tag .card.banner-card p, body.pages.index .card.banner-card p, body.articles_news_flash .card.banner-card p, body.articles_solutions_hub .card.banner-card p, body.agendas .card.banner-card p {
  font-size: 33px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 30px;
  margin-bottom: 0;
}

/* line 1224, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card.banner-card p span:first-child, body.articles_list_with_category .card.banner-card p span:first-child, body.articles_list_with_tag .card.banner-card p span:first-child, body.pages.index .card.banner-card p span:first-child, body.articles_news_flash .card.banner-card p span:first-child, body.articles_solutions_hub .card.banner-card p span:first-child, body.agendas .card.banner-card p span:first-child {
  margin-right: 63px;
}

/* line 1227, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card.comment-card, body.articles_list_with_category .card.comment-card, body.articles_list_with_tag .card.comment-card, body.pages.index .card.comment-card, body.articles_news_flash .card.comment-card, body.articles_solutions_hub .card.comment-card, body.agendas .card.comment-card {
  color: #666;
  padding-top: 20px;
  position: relative;
}

/* line 1232, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card.comment-card .comment-card-bom .approsal-guest-info, body.articles_list_with_category .card.comment-card .comment-card-bom .approsal-guest-info, body.articles_list_with_tag .card.comment-card .comment-card-bom .approsal-guest-info, body.pages.index .card.comment-card .comment-card-bom .approsal-guest-info, body.articles_news_flash .card.comment-card .comment-card-bom .approsal-guest-info, body.articles_solutions_hub .card.comment-card .comment-card-bom .approsal-guest-info, body.agendas .card.comment-card .comment-card-bom .approsal-guest-info {
  font-size: 18px;
  margin-bottom: 15px;
}

/* line 1236, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card.comment-card .comment-card-bom .txt img.txt_left, body.articles_list_with_category .card.comment-card .comment-card-bom .txt img.txt_left, body.articles_list_with_tag .card.comment-card .comment-card-bom .txt img.txt_left, body.pages.index .card.comment-card .comment-card-bom .txt img.txt_left, body.articles_news_flash .card.comment-card .comment-card-bom .txt img.txt_left, body.articles_solutions_hub .card.comment-card .comment-card-bom .txt img.txt_left, body.agendas .card.comment-card .comment-card-bom .txt img.txt_left {
  position: absolute;
  width: 10px;
}

/* line 1240, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card.comment-card .comment-card-bom .txt .approsal, body.articles_list_with_category .card.comment-card .comment-card-bom .txt .approsal, body.articles_list_with_tag .card.comment-card .comment-card-bom .txt .approsal, body.pages.index .card.comment-card .comment-card-bom .txt .approsal, body.articles_news_flash .card.comment-card .comment-card-bom .txt .approsal, body.articles_solutions_hub .card.comment-card .comment-card-bom .txt .approsal, body.agendas .card.comment-card .comment-card-bom .txt .approsal {
  font-size: 15px;
  padding-left: 20px;
}

/* line 1244, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content-bom, body.articles_list_with_category .card .activity-content-bom, body.articles_list_with_tag .card .activity-content-bom, body.pages.index .card .activity-content-bom, body.articles_news_flash .card .activity-content-bom, body.articles_solutions_hub .card .activity-content-bom, body.agendas .card .activity-content-bom {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  margin-left: 36%;
}

/* line 1251, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content-bom span, body.articles_list_with_category .card .activity-content-bom span, body.articles_list_with_tag .card .activity-content-bom span, body.pages.index .card .activity-content-bom span, body.articles_news_flash .card .activity-content-bom span, body.articles_solutions_hub .card .activity-content-bom span, body.agendas .card .activity-content-bom span {
  color: #ccc;
}

/* line 1254, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content-bom span.left, body.articles_list_with_category .card .activity-content-bom span.left, body.articles_list_with_tag .card .activity-content-bom span.left, body.pages.index .card .activity-content-bom span.left, body.articles_news_flash .card .activity-content-bom span.left, body.articles_solutions_hub .card .activity-content-bom span.left, body.agendas .card .activity-content-bom span.left {
  color: #8b8b8b;
}

/* line 1257, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content-bom span s a, body.articles_list_with_category .card .activity-content-bom span s a, body.articles_list_with_tag .card .activity-content-bom span s a, body.pages.index .card .activity-content-bom span s a, body.articles_news_flash .card .activity-content-bom span s a, body.articles_solutions_hub .card .activity-content-bom span s a, body.agendas .card .activity-content-bom span s a {
  color: #8b8b8b;
}

/* line 1260, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content-bom span s.article-tag-list, body.articles_list_with_category .card .activity-content-bom span s.article-tag-list, body.articles_list_with_tag .card .activity-content-bom span s.article-tag-list, body.pages.index .card .activity-content-bom span s.article-tag-list, body.articles_news_flash .card .activity-content-bom span s.article-tag-list, body.articles_solutions_hub .card .activity-content-bom span s.article-tag-list, body.agendas .card .activity-content-bom span s.article-tag-list {
  margin-right: 1em;
}

/* line 1263, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card .activity-content-bom span s.article-tag-list a.tag-item, body.articles_list_with_category .card .activity-content-bom span s.article-tag-list a.tag-item, body.articles_list_with_tag .card .activity-content-bom span s.article-tag-list a.tag-item, body.pages.index .card .activity-content-bom span s.article-tag-list a.tag-item, body.articles_news_flash .card .activity-content-bom span s.article-tag-list a.tag-item, body.articles_solutions_hub .card .activity-content-bom span s.article-tag-list a.tag-item, body.agendas .card .activity-content-bom span s.article-tag-list a.tag-item {
  padding-right: 5px;
  color: #999;
}

/* line 1267, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .center-slick.slider, body.articles_list_with_category .center-slick.slider, body.articles_list_with_tag .center-slick.slider, body.pages.index .center-slick.slider, body.articles_news_flash .center-slick.slider, body.articles_solutions_hub .center-slick.slider, body.agendas .center-slick.slider {
  margin-bottom: 23px;
}

/* line 1270, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .center-slick.slider img, body.articles_list_with_category .center-slick.slider img, body.articles_list_with_tag .center-slick.slider img, body.pages.index .center-slick.slider img, body.articles_news_flash .center-slick.slider img, body.articles_solutions_hub .center-slick.slider img, body.agendas .center-slick.slider img {
  width: 100%;
}

/* line 1273, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .center-slick.slider .slick-width, body.articles_list_with_category .center-slick.slider .slick-width, body.articles_list_with_tag .center-slick.slider .slick-width, body.pages.index .center-slick.slider .slick-width, body.articles_news_flash .center-slick.slider .slick-width, body.articles_solutions_hub .center-slick.slider .slick-width, body.agendas .center-slick.slider .slick-width {
  width: 704px;
  height: 400px;
  margin-right: 20px;
  position: relative;
}

/* line 1279, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .center-slick.slider .slick-width:focus, body.articles_list_with_category .center-slick.slider .slick-width:focus, body.articles_list_with_tag .center-slick.slider .slick-width:focus, body.pages.index .center-slick.slider .slick-width:focus, body.articles_news_flash .center-slick.slider .slick-width:focus, body.articles_solutions_hub .center-slick.slider .slick-width:focus, body.agendas .center-slick.slider .slick-width:focus {
  outline: none;
}

/* line 1282, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .center-slick.slider .img-p, body.articles_list_with_category .center-slick.slider .img-p, body.articles_list_with_tag .center-slick.slider .img-p, body.pages.index .center-slick.slider .img-p, body.articles_news_flash .center-slick.slider .img-p, body.articles_solutions_hub .center-slick.slider .img-p, body.agendas .center-slick.slider .img-p {
  display: none;
}

/* line 1285, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .center-slick.slider .slick-active .img-p, body.articles_list_with_category .center-slick.slider .slick-active .img-p, body.articles_list_with_tag .center-slick.slider .slick-active .img-p, body.pages.index .center-slick.slider .slick-active .img-p, body.articles_news_flash .center-slick.slider .slick-active .img-p, body.articles_solutions_hub .center-slick.slider .slick-active .img-p, body.agendas .center-slick.slider .slick-active .img-p {
  font-size: 24px;
  display: -webkit-box;
  padding: 10px 30px;
}

/* line 1290, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .center-slick.slider .slick-active .img-p a, body.articles_list_with_category .center-slick.slider .slick-active .img-p a, body.articles_list_with_tag .center-slick.slider .slick-active .img-p a, body.pages.index .center-slick.slider .slick-active .img-p a, body.articles_news_flash .center-slick.slider .slick-active .img-p a, body.articles_solutions_hub .center-slick.slider .slick-active .img-p a, body.agendas .center-slick.slider .slick-active .img-p a {
  color: #fff;
}

/* line 1293, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .center-slick.slider .slick-active .img-p a:hover, body.articles_list_with_category .center-slick.slider .slick-active .img-p a:hover, body.articles_list_with_tag .center-slick.slider .slick-active .img-p a:hover, body.pages.index .center-slick.slider .slick-active .img-p a:hover, body.articles_news_flash .center-slick.slider .slick-active .img-p a:hover, body.articles_solutions_hub .center-slick.slider .slick-active .img-p a:hover, body.agendas .center-slick.slider .slick-active .img-p a:hover {
  color: #fff;
}

/* line 1296, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card.load-more, body.articles_list_with_category .card.load-more, body.articles_list_with_tag .card.load-more, body.pages.index .card.load-more, body.articles_news_flash .card.load-more, body.articles_solutions_hub .card.load-more, body.agendas .card.load-more {
  padding: 8px;
  width: 100%;
  height: auto;
}

/* line 1301, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card.load-more a, body.articles_list_with_category .card.load-more a, body.articles_list_with_tag .card.load-more a, body.pages.index .card.load-more a, body.articles_news_flash .card.load-more a, body.articles_solutions_hub .card.load-more a, body.agendas .card.load-more a {
  width: 100%;
  display: block;
  text-align: center;
  color: #999;
}

/* line 1306, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .card.load-more a:hover, body.articles_list_with_category .card.load-more a:hover, body.articles_list_with_tag .card.load-more a:hover, body.pages.index .card.load-more a:hover, body.articles_news_flash .card.load-more a:hover, body.articles_solutions_hub .card.load-more a:hover, body.agendas .card.load-more a:hover {
  cursor: pointer;
}

/* line 1310, app/assets/stylesheets/version2/article.css.scss */
body.articles_index .no-more, body.articles_list_with_category .no-more, body.articles_list_with_tag .no-more, body.pages.index .no-more, body.articles_news_flash .no-more, body.articles_solutions_hub .no-more, body.agendas .no-more {
  text-align: center;
  color: #999;
}

@media only screen and (max-width: 1120px) {
  /* line 1315, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .content .top-tag, body.articles_list_with_category .content .top-tag, body.articles_list_with_tag .content .top-tag, body.pages.index .content .top-tag, body.articles_news_flash .content .top-tag, body.articles_solutions_hub .content .top-tag, body.agendas .content .top-tag {
    display: none;
  }
  /* line 1318, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .content .top-img-wrap, body.articles_list_with_category .content .top-img-wrap, body.articles_list_with_tag .content .top-img-wrap, body.pages.index .content .top-img-wrap, body.articles_news_flash .content .top-img-wrap, body.articles_solutions_hub .content .top-img-wrap, body.agendas .content .top-img-wrap {
    width: 100%;
  }
  /* line 1321, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .content .top-img-wrap p, body.articles_list_with_category .content .top-img-wrap p, body.articles_list_with_tag .content .top-img-wrap p, body.pages.index .content .top-img-wrap p, body.articles_news_flash .content .top-img-wrap p, body.articles_solutions_hub .content .top-img-wrap p, body.agendas .content .top-img-wrap p {
    padding: 10px 15px;
    font-size: 14px;
  }
  /* line 1325, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content h5, body.articles_list_with_category .card .activity-content h5, body.articles_list_with_tag .card .activity-content h5, body.pages.index .card .activity-content h5, body.articles_news_flash .card .activity-content h5, body.articles_solutions_hub .card .activity-content h5, body.agendas .card .activity-content h5 {
    margin: 0;
  }
}

@media only screen and (max-width: 995px) {
  /* line 1330, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card.banner-card h1, body.articles_list_with_category .card.banner-card h1, body.articles_list_with_tag .card.banner-card h1, body.pages.index .card.banner-card h1, body.articles_news_flash .card.banner-card h1, body.articles_solutions_hub .card.banner-card h1, body.agendas .card.banner-card h1 {
    font-size: 30px;
  }
  /* line 1333, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card.banner-card p, body.articles_list_with_category .card.banner-card p, body.articles_list_with_tag .card.banner-card p, body.pages.index .card.banner-card p, body.articles_news_flash .card.banner-card p, body.articles_solutions_hub .card.banner-card p, body.agendas .card.banner-card p {
    font-size: 25px;
  }
  /* line 1336, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content-bom, body.articles_list_with_category .card .activity-content-bom, body.articles_list_with_tag .card .activity-content-bom, body.pages.index .card .activity-content-bom, body.articles_news_flash .card .activity-content-bom, body.articles_solutions_hub .card .activity-content-bom, body.agendas .card .activity-content-bom {
    margin-left: calc(50% + 15px);
    padding-left: 15px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 1342, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .article_topic, body.articles_list_with_category .article_topic, body.articles_list_with_tag .article_topic, body.pages.index .article_topic, body.articles_news_flash .article_topic, body.articles_solutions_hub .article_topic, body.agendas .article_topic {
    margin-bottom: 10px;
  }
  /* line 1346, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card, body.articles_list_with_category .card, body.articles_list_with_tag .card, body.pages.index .card, body.articles_news_flash .card, body.articles_solutions_hub .card, body.agendas .card {
    padding: 10px;
    margin-bottom: 10px;
  }
  /* line 1350, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content p, body.articles_list_with_category .card .activity-content p, body.articles_list_with_tag .card .activity-content p, body.pages.index .card .activity-content p, body.articles_news_flash .card .activity-content p, body.articles_solutions_hub .card .activity-content p, body.agendas .card .activity-content p {
    font-size: 12px;
    margin: 0;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  /* line 1359, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content h5, body.articles_list_with_category .card .activity-content h5, body.articles_list_with_tag .card .activity-content h5, body.pages.index .card .activity-content h5, body.articles_news_flash .card .activity-content h5, body.articles_solutions_hub .card .activity-content h5, body.agendas .card .activity-content h5 {
    display: none;
  }
  /* line 1362, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .img-wrap, body.articles_list_with_category .img-wrap, body.articles_list_with_tag .img-wrap, body.pages.index .img-wrap, body.articles_news_flash .img-wrap, body.articles_solutions_hub .img-wrap, body.agendas .img-wrap {
    padding: 0;
  }
  /* line 1365, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card h5.phone-show, body.articles_list_with_category .card h5.phone-show, body.articles_list_with_tag .card h5.phone-show, body.pages.index .card h5.phone-show, body.articles_news_flash .card h5.phone-show, body.articles_solutions_hub .card h5.phone-show, body.agendas .card h5.phone-show {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 15px 0;
    overflow: hidden;
    color: #797878;
  }
  /* line 1375, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card h5.phone-show a, body.articles_list_with_category .card h5.phone-show a, body.articles_list_with_tag .card h5.phone-show a, body.pages.index .card h5.phone-show a, body.articles_news_flash .card h5.phone-show a, body.articles_solutions_hub .card h5.phone-show a, body.agendas .card h5.phone-show a {
    color: #797878;
    font-size: 16px;
    line-height: 22px;
  }
  /* line 1380, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .activity-content, body.articles_list_with_category .activity-content, body.articles_list_with_tag .activity-content, body.pages.index .activity-content, body.articles_news_flash .activity-content, body.articles_solutions_hub .activity-content, body.agendas .activity-content {
    padding-left: 15px;
  }
  /* line 1383, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content-bom, body.articles_list_with_category .card .activity-content-bom, body.articles_list_with_tag .card .activity-content-bom, body.pages.index .card .activity-content-bom, body.articles_news_flash .card .activity-content-bom, body.articles_solutions_hub .card .activity-content-bom, body.agendas .card .activity-content-bom {
    padding-left: 0;
  }
  /* line 1386, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content-bom span s a.author, body.articles_list_with_category .card .activity-content-bom span s a.author, body.articles_list_with_tag .card .activity-content-bom span s a.author, body.pages.index .card .activity-content-bom span s a.author, body.articles_news_flash .card .activity-content-bom span s a.author, body.articles_solutions_hub .card .activity-content-bom span s a.author, body.agendas .card .activity-content-bom span s a.author {
    font-size: 12px;
  }
  /* line 1389, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card.comment-card .comment-card-bom .approsal-guest-info, body.articles_list_with_category .card.comment-card .comment-card-bom .approsal-guest-info, body.articles_list_with_tag .card.comment-card .comment-card-bom .approsal-guest-info, body.pages.index .card.comment-card .comment-card-bom .approsal-guest-info, body.articles_news_flash .card.comment-card .comment-card-bom .approsal-guest-info, body.articles_solutions_hub .card.comment-card .comment-card-bom .approsal-guest-info, body.agendas .card.comment-card .comment-card-bom .approsal-guest-info {
    font-size: 16px;
  }
  /* line 1392, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card.comment-card .comment-card-bom .txt .approsal, body.articles_list_with_category .card.comment-card .comment-card-bom .txt .approsal, body.articles_list_with_tag .card.comment-card .comment-card-bom .txt .approsal, body.pages.index .card.comment-card .comment-card-bom .txt .approsal, body.articles_news_flash .card.comment-card .comment-card-bom .txt .approsal, body.articles_solutions_hub .card.comment-card .comment-card-bom .txt .approsal, body.agendas .card.comment-card .comment-card-bom .txt .approsal {
    font-size: 12px;
  }
  /* line 1395, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .activity-content-bom, body.articles_list_with_category .activity-content-bom, body.articles_list_with_tag .activity-content-bom, body.pages.index .activity-content-bom, body.articles_news_flash .activity-content-bom, body.articles_solutions_hub .activity-content-bom, body.agendas .activity-content-bom {
    margin: 20px 0px 0 0;
  }
  /* line 1398, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content-bom span, body.articles_list_with_category .card .activity-content-bom span, body.articles_list_with_tag .card .activity-content-bom span, body.pages.index .card .activity-content-bom span, body.articles_news_flash .card .activity-content-bom span, body.articles_solutions_hub .card .activity-content-bom span, body.agendas .card .activity-content-bom span {
    color: #999;
    font-size: 12px;
  }
  /* line 1402, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content-bom span s, body.articles_list_with_category .card .activity-content-bom span s, body.articles_list_with_tag .card .activity-content-bom span s, body.pages.index .card .activity-content-bom span s, body.articles_news_flash .card .activity-content-bom span s, body.articles_solutions_hub .card .activity-content-bom span s, body.agendas .card .activity-content-bom span s {
    margin-right: 0px;
  }
  /* line 1405, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content-bom span.right, body.articles_list_with_category .card .activity-content-bom span.right, body.articles_list_with_tag .card .activity-content-bom span.right, body.pages.index .card .activity-content-bom span.right, body.articles_news_flash .card .activity-content-bom span.right, body.articles_solutions_hub .card .activity-content-bom span.right, body.agendas .card .activity-content-bom span.right {
    color: #999;
  }
  /* line 1408, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content, body.articles_list_with_category .card .activity-content, body.articles_list_with_tag .card .activity-content, body.pages.index .card .activity-content, body.articles_news_flash .card .activity-content, body.articles_solutions_hub .card .activity-content, body.agendas .card .activity-content {
    height: 0;
    padding-bottom: calc(100% * 9 / 32);
    padding-top: 0;
  }
  /* line 1413, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content .signup .signup-title, body.articles_list_with_category .card .activity-content .signup .signup-title, body.articles_list_with_tag .card .activity-content .signup .signup-title, body.pages.index .card .activity-content .signup .signup-title, body.articles_news_flash .card .activity-content .signup .signup-title, body.articles_solutions_hub .card .activity-content .signup .signup-title, body.agendas .card .activity-content .signup .signup-title {
    display: block;
  }
  /* line 1416, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content .signup .signup-title h2, body.articles_list_with_category .card .activity-content .signup .signup-title h2, body.articles_list_with_tag .card .activity-content .signup .signup-title h2, body.pages.index .card .activity-content .signup .signup-title h2, body.articles_news_flash .card .activity-content .signup .signup-title h2, body.articles_solutions_hub .card .activity-content .signup .signup-title h2, body.agendas .card .activity-content .signup .signup-title h2 {
    color: #999;
    font-size: 12px;
    margin-top: 10px;
  }
  /* line 1421, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content .signup-p, body.articles_list_with_category .card .activity-content .signup-p, body.articles_list_with_tag .card .activity-content .signup-p, body.pages.index .card .activity-content .signup-p, body.articles_news_flash .card .activity-content .signup-p, body.articles_solutions_hub .card .activity-content .signup-p, body.agendas .card .activity-content .signup-p {
    display: none;
  }
  /* line 1424, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content .signup .btn, body.articles_list_with_category .card .activity-content .signup .btn, body.articles_list_with_tag .card .activity-content .signup .btn, body.pages.index .card .activity-content .signup .btn, body.articles_news_flash .card .activity-content .signup .btn, body.articles_solutions_hub .card .activity-content .signup .btn, body.agendas .card .activity-content .signup .btn {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 0 20%;
    float: none;
    line-height: 20px;
    font-size: 12px;
    height: 20px;
    background-color: #0095FF;
    border-radius: 0px;
  }
  /* line 1436, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content .signup .btn i, body.articles_list_with_category .card .activity-content .signup .btn i, body.articles_list_with_tag .card .activity-content .signup .btn i, body.pages.index .card .activity-content .signup .btn i, body.articles_news_flash .card .activity-content .signup .btn i, body.articles_solutions_hub .card .activity-content .signup .btn i, body.agendas .card .activity-content .signup .btn i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 12px;
  }
  /* line 1444, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content h5, body.articles_list_with_category .card .activity-content h5, body.articles_list_with_tag .card .activity-content h5, body.pages.index .card .activity-content h5, body.articles_news_flash .card .activity-content h5, body.articles_solutions_hub .card .activity-content h5, body.agendas .card .activity-content h5 {
    display: none;
  }
  /* line 1447, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card .activity-content .signup-p, body.articles_list_with_category .card .activity-content .signup-p, body.articles_list_with_tag .card .activity-content .signup-p, body.pages.index .card .activity-content .signup-p, body.articles_news_flash .card .activity-content .signup-p, body.articles_solutions_hub .card .activity-content .signup-p, body.agendas .card .activity-content .signup-p {
    margin: 32px 0 0 0;
  }
  /* line 1450, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card.banner-card, body.articles_list_with_category .card.banner-card, body.articles_list_with_tag .card.banner-card, body.pages.index .card.banner-card, body.articles_news_flash .card.banner-card, body.articles_solutions_hub .card.banner-card, body.agendas .card.banner-card {
    padding: 44px 17px;
  }
  /* line 1453, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card.banner-card h1, body.articles_list_with_category .card.banner-card h1, body.articles_list_with_tag .card.banner-card h1, body.pages.index .card.banner-card h1, body.articles_news_flash .card.banner-card h1, body.articles_solutions_hub .card.banner-card h1, body.agendas .card.banner-card h1 {
    font-size: 14px;
    margin-top: 0;
    font-weight: 700;
  }
  /* line 1458, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card.banner-card p, body.articles_list_with_category .card.banner-card p, body.articles_list_with_tag .card.banner-card p, body.pages.index .card.banner-card p, body.articles_news_flash .card.banner-card p, body.articles_solutions_hub .card.banner-card p, body.agendas .card.banner-card p {
    font-size: 12px;
    margin: 0;
  }
  /* line 1462, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card.banner-card p span:first-child, body.articles_list_with_category .card.banner-card p span:first-child, body.articles_list_with_tag .card.banner-card p span:first-child, body.pages.index .card.banner-card p span:first-child, body.articles_news_flash .card.banner-card p span:first-child, body.articles_solutions_hub .card.banner-card p span:first-child, body.agendas .card.banner-card p span:first-child {
    margin-right: 22px;
  }
  /* line 1468, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card.comment-card .quotation, body.articles_list_with_category .card.comment-card .quotation, body.articles_list_with_tag .card.comment-card .quotation, body.pages.index .card.comment-card .quotation, body.articles_news_flash .card.comment-card .quotation, body.articles_solutions_hub .card.comment-card .quotation, body.agendas .card.comment-card .quotation {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 19px;
    height: 19px;
  }
  /* line 1475, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card.comment-card h2, body.articles_list_with_category .card.comment-card h2, body.articles_list_with_tag .card.comment-card h2, body.pages.index .card.comment-card h2, body.articles_news_flash .card.comment-card h2, body.articles_solutions_hub .card.comment-card h2, body.agendas .card.comment-card h2 {
    font-size: 15px;
    margin-top: 8px;
  }
  /* line 1479, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card.comment-card h4, body.articles_list_with_category .card.comment-card h4, body.articles_list_with_tag .card.comment-card h4, body.pages.index .card.comment-card h4, body.articles_news_flash .card.comment-card h4, body.articles_solutions_hub .card.comment-card h4, body.agendas .card.comment-card h4 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 12px;
  }
  /* line 1484, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .card.comment-card .comment-card-bom span, body.articles_list_with_category .card.comment-card .comment-card-bom span, body.articles_list_with_tag .card.comment-card .comment-card-bom span, body.pages.index .card.comment-card .comment-card-bom span, body.articles_news_flash .card.comment-card .comment-card-bom span, body.articles_solutions_hub .card.comment-card .comment-card-bom span, body.agendas .card.comment-card .comment-card-bom span {
    font-size: 12px;
    color: #666;
  }
  /* line 1488, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .center-slick.slider .slick-width, body.articles_list_with_category .center-slick.slider .slick-width, body.articles_list_with_tag .center-slick.slider .slick-width, body.pages.index .center-slick.slider .slick-width, body.articles_news_flash .center-slick.slider .slick-width, body.articles_solutions_hub .center-slick.slider .slick-width, body.agendas .center-slick.slider .slick-width {
    width: 213px;
    height: 120px;
    margin-right: 13px;
  }
  /* line 1493, app/assets/stylesheets/version2/article.css.scss */
  body.articles_index .center-slick.slider .slick-active .img-p, body.articles_list_with_category .center-slick.slider .slick-active .img-p, body.articles_list_with_tag .center-slick.slider .slick-active .img-p, body.pages.index .center-slick.slider .slick-active .img-p, body.articles_news_flash .center-slick.slider .slick-active .img-p, body.articles_solutions_hub .center-slick.slider .slick-active .img-p, body.agendas .center-slick.slider .slick-active .img-p {
    font-size: 12px;
    padding: 10px;
    display: -webkit-box;
  }
}

/* line 1501, app/assets/stylesheets/version2/article.css.scss */
body.articles.articles_news_flash .container.container-wrap, body.articles.articles_solutions_hub .container.container-wrap {
  padding-top: 23px;
}

/* line 1506, app/assets/stylesheets/version2/article.css.scss */
body.articles.articles_solutions_hub .banner-img {
  max-width: 1130px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/* line 1511, app/assets/stylesheets/version2/article.css.scss */
body.articles.articles_solutions_hub .banner-img .banner-base-img {
  width: 100%;
}

/* line 1514, app/assets/stylesheets/version2/article.css.scss */
body.articles.articles_solutions_hub .banner-img .banner-text-img {
  width: 40%;
  position: absolute;
  top: 20%;
  left: 5%;
}

/* line 1520, app/assets/stylesheets/version2/article.css.scss */
body.articles.articles_solutions_hub .banner-img .banner-text {
  position: absolute;
  top: 75%;
  left: 8%;
  font-size: 1.6vw;
  color: #fff;
}

/* line 4, app/assets/stylesheets/pages.css.scss */
body.pages.index .recommended-article-topic-banner, body.articles_news_flash .recommended-article-topic-banner, .body.articles_solutions_hub .recommended-article-topic-banner, body.agendas .recommended-article-topic-banner {
  margin-bottom: 23px;
  box-shadow: 1px 1px 10px rgba(153, 153, 153, 0.35);
}

/* line 8, app/assets/stylesheets/pages.css.scss */
body.pages.index .recommended-article-topic-banner-img, body.articles_news_flash .recommended-article-topic-banner-img, .body.articles_solutions_hub .recommended-article-topic-banner-img, body.agendas .recommended-article-topic-banner-img {
  width: 100%;
  border-radius: 5px;
}

/* line 15, app/assets/stylesheets/pages.css.scss */
body.pages.index .home-feeds-recommendations-wrapper img, body.articles_news_flash .home-feeds-recommendations-wrapper img, .body.articles_solutions_hub .home-feeds-recommendations-wrapper img, body.agendas .home-feeds-recommendations-wrapper img {
  width: 100%;
}

/* line 18, app/assets/stylesheets/pages.css.scss */
body.pages.index .home-feeds-recommendations-wrapper .recommendation-item-info, body.articles_news_flash .home-feeds-recommendations-wrapper .recommendation-item-info, .body.articles_solutions_hub .home-feeds-recommendations-wrapper .recommendation-item-info, body.agendas .home-feeds-recommendations-wrapper .recommendation-item-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}

/* line 24, app/assets/stylesheets/pages.css.scss */
body.pages.index .home-feeds-recommendations-wrapper .recommendation-item-info .recommendation-title, body.articles_news_flash .home-feeds-recommendations-wrapper .recommendation-item-info .recommendation-title, .body.articles_solutions_hub .home-feeds-recommendations-wrapper .recommendation-item-info .recommendation-title, body.agendas .home-feeds-recommendations-wrapper .recommendation-item-info .recommendation-title {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 768px) {
  /* line 24, app/assets/stylesheets/pages.css.scss */
  body.pages.index .home-feeds-recommendations-wrapper .recommendation-item-info .recommendation-title, body.articles_news_flash .home-feeds-recommendations-wrapper .recommendation-item-info .recommendation-title, .body.articles_solutions_hub .home-feeds-recommendations-wrapper .recommendation-item-info .recommendation-title, body.agendas .home-feeds-recommendations-wrapper .recommendation-item-info .recommendation-title {
    font-size: 16px;
  }
}

/* line 33, app/assets/stylesheets/pages.css.scss */
body.pages.index .home-sidebar-feeds-pc, body.articles_news_flash .home-sidebar-feeds-pc, .body.articles_solutions_hub .home-sidebar-feeds-pc, body.agendas .home-sidebar-feeds-pc {
  display: block;
}

@media (max-width: 768px) {
  /* line 33, app/assets/stylesheets/pages.css.scss */
  body.pages.index .home-sidebar-feeds-pc, body.articles_news_flash .home-sidebar-feeds-pc, .body.articles_solutions_hub .home-sidebar-feeds-pc, body.agendas .home-sidebar-feeds-pc {
    display: none;
  }
}

/* line 38, app/assets/stylesheets/pages.css.scss */
body.pages.index .home-sidebar-feeds-pc .sidebar-feed-card, body.articles_news_flash .home-sidebar-feeds-pc .sidebar-feed-card, .body.articles_solutions_hub .home-sidebar-feeds-pc .sidebar-feed-card, body.agendas .home-sidebar-feeds-pc .sidebar-feed-card {
  margin: 0 !important;
  padding: 15px !important;
}

/* line 43, app/assets/stylesheets/pages.css.scss */
body.pages.index .home-sidebar-feeds-mobile, body.articles_news_flash .home-sidebar-feeds-mobile, .body.articles_solutions_hub .home-sidebar-feeds-mobile, body.agendas .home-sidebar-feeds-mobile {
  display: none;
}

@media (max-width: 768px) {
  /* line 43, app/assets/stylesheets/pages.css.scss */
  body.pages.index .home-sidebar-feeds-mobile, body.articles_news_flash .home-sidebar-feeds-mobile, .body.articles_solutions_hub .home-sidebar-feeds-mobile, body.agendas .home-sidebar-feeds-mobile {
    display: block;
  }
}

/* line 50, app/assets/stylesheets/pages.css.scss */
body.pages.index .home-sidebar-feeds-pc img, body.pages.index .home-sidebar-feeds-mobile img, body.articles_news_flash .home-sidebar-feeds-pc img, body.articles_news_flash .home-sidebar-feeds-mobile img, .body.articles_solutions_hub .home-sidebar-feeds-pc img, .body.articles_solutions_hub .home-sidebar-feeds-mobile img, body.agendas .home-sidebar-feeds-pc img, body.agendas .home-sidebar-feeds-mobile img {
  width: 100%;
}

/* line 54, app/assets/stylesheets/pages.css.scss */
body.pages.index .news-card, body.articles_news_flash .news-card, .body.articles_solutions_hub .news-card, body.agendas .news-card {
  width: 100%;
  height: auto;
  box-shadow: 1px 1px 10px rgba(153, 153, 153, 0.35);
  padding: 20px;
  background-color: #fff;
  margin-bottom: 23px;
  display: block;
}

/* line 62, app/assets/stylesheets/pages.css.scss */
body.pages.index .news-card .top-title, body.articles_news_flash .news-card .top-title, .body.articles_solutions_hub .news-card .top-title, body.agendas .news-card .top-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/* line 67, app/assets/stylesheets/pages.css.scss */
body.pages.index .news-card .news-tag, body.articles_news_flash .news-card .news-tag, .body.articles_solutions_hub .news-card .news-tag, body.agendas .news-card .news-tag {
  border: 1px solid #07AEF9;
  border-radius: 3px;
  padding: 0 3px;
  color: #07AEF9;
  margin-right: 5px;
  white-space: nowrap;
}

/* line 75, app/assets/stylesheets/pages.css.scss */
body.pages.index .news-card .news-title, body.articles_news_flash .news-card .news-title, .body.articles_solutions_hub .news-card .news-title, body.agendas .news-card .news-title {
  letter-spacing: 1px;
  line-height: 24px;
}

/* line 78, app/assets/stylesheets/pages.css.scss */
body.pages.index .news-card .news-title .h4, body.articles_news_flash .news-card .news-title .h4, .body.articles_solutions_hub .news-card .news-title .h4, body.agendas .news-card .news-title .h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 85, app/assets/stylesheets/pages.css.scss */
body.pages.index .news-card .news-content, body.articles_news_flash .news-card .news-content, .body.articles_solutions_hub .news-card .news-content, body.agendas .news-card .news-content {
  color: #8b8b8b;
  letter-spacing: 1px;
  line-height: 22px;
}

/* line 90, app/assets/stylesheets/pages.css.scss */
body.pages.index .news-card .time-info, body.articles_news_flash .news-card .time-info, .body.articles_solutions_hub .news-card .time-info, body.agendas .news-card .time-info {
  margin: 5px 0;
  color: #8b8b8b;
  display: flex;
  align-items: center;
}

/* line 98, app/assets/stylesheets/pages.css.scss */
body.pages.index .news-card .time-info .share, body.articles_news_flash .news-card .time-info .share, .body.articles_solutions_hub .news-card .time-info .share, body.agendas .news-card .time-info .share {
  margin: 0 10px;
}

@media only screen and (max-width: 768px) {
  /* line 98, app/assets/stylesheets/pages.css.scss */
  body.pages.index .news-card .time-info .share, body.articles_news_flash .news-card .time-info .share, .body.articles_solutions_hub .news-card .time-info .share, body.agendas .news-card .time-info .share {
    display: none;
  }
}

/* line 104, app/assets/stylesheets/pages.css.scss */
body.pages.index .news-card .time-info .qr, body.articles_news_flash .news-card .time-info .qr, .body.articles_solutions_hub .news-card .time-info .qr, body.agendas .news-card .time-info .qr {
  position: relative;
}

/* line 107, app/assets/stylesheets/pages.css.scss */
body.pages.index .news-card .time-info .qr:hover .news-feed-share-qr, body.articles_news_flash .news-card .time-info .qr:hover .news-feed-share-qr, .body.articles_solutions_hub .news-card .time-info .qr:hover .news-feed-share-qr, body.agendas .news-card .time-info .qr:hover .news-feed-share-qr {
  display: block;
  position: absolute;
  left: 30px;
  top: 10px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 1;
  text-align: center;
  padding: 10px 15px;
  opacity: 1;
  visibility: visible;
}

/* line 122, app/assets/stylesheets/pages.css.scss */
body.pages.index .news-card .time-info .qr .news-feed-share-qr, body.articles_news_flash .news-card .time-info .qr .news-feed-share-qr, .body.articles_solutions_hub .news-card .time-info .qr .news-feed-share-qr, body.agendas .news-card .time-info .qr .news-feed-share-qr {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 30px;
  top: 10px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 1;
  text-align: center;
  padding: 5px 15px;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

/* line 139, app/assets/stylesheets/pages.css.scss */
body.pages.index .news-card .time-info .qr .share-hint, body.articles_news_flash .news-card .time-info .qr .share-hint, .body.articles_solutions_hub .news-card .time-info .qr .share-hint, body.agendas .news-card .time-info .qr .share-hint {
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  /* line 104, app/assets/stylesheets/pages.css.scss */
  body.pages.index .news-card .time-info .qr, body.articles_news_flash .news-card .time-info .qr, .body.articles_solutions_hub .news-card .time-info .qr, body.agendas .news-card .time-info .qr {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  /* line 54, app/assets/stylesheets/pages.css.scss */
  body.pages.index .news-card, body.articles_news_flash .news-card, .body.articles_solutions_hub .news-card, body.agendas .news-card {
    padding: 15px;
  }
}

/* line 151, app/assets/stylesheets/pages.css.scss */
body.pages.index .ad-card, body.articles_news_flash .ad-card, .body.articles_solutions_hub .ad-card, body.agendas .ad-card {
  padding: 0;
}

/* line 154, app/assets/stylesheets/pages.css.scss */
body.pages.index .ad-img, body.articles_news_flash .ad-img, .body.articles_solutions_hub .ad-img, body.agendas .ad-img {
  width: 100%;
}

/* line 157, app/assets/stylesheets/pages.css.scss */
body.pages.index .sidebar-pics, body.pages.index .latest-news-card, body.pages.index .latest-special-card, body.articles_news_flash .sidebar-pics, body.articles_news_flash .latest-news-card, body.articles_news_flash .latest-special-card, .body.articles_solutions_hub .sidebar-pics, .body.articles_solutions_hub .latest-news-card, .body.articles_solutions_hub .latest-special-card, body.agendas .sidebar-pics, body.agendas .latest-news-card, body.agendas .latest-special-card {
  margin-bottom: 30px;
  padding: 15px 15px;
  border-radius: 5px;
  box-shadow: 1px 1px 10px rgba(153, 153, 153, 0.35);
}

/* line 163, app/assets/stylesheets/pages.css.scss */
body.pages.index .sidebar-pics .card-title, body.pages.index .latest-news-card .card-title, body.pages.index .latest-special-card .card-title, body.articles_news_flash .sidebar-pics .card-title, body.articles_news_flash .latest-news-card .card-title, body.articles_news_flash .latest-special-card .card-title, .body.articles_solutions_hub .sidebar-pics .card-title, .body.articles_solutions_hub .latest-news-card .card-title, .body.articles_solutions_hub .latest-special-card .card-title, body.agendas .sidebar-pics .card-title, body.agendas .latest-news-card .card-title, body.agendas .latest-special-card .card-title {
  font-size: 20px;
  border-radius: 3px;
  padding: 0 3px;
  color: #666;
  margin-right: 5px;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 15px;
}

/* line 172, app/assets/stylesheets/pages.css.scss */
body.pages.index .sidebar-pics .card-title a, body.pages.index .latest-news-card .card-title a, body.pages.index .latest-special-card .card-title a, body.articles_news_flash .sidebar-pics .card-title a, body.articles_news_flash .latest-news-card .card-title a, body.articles_news_flash .latest-special-card .card-title a, .body.articles_solutions_hub .sidebar-pics .card-title a, .body.articles_solutions_hub .latest-news-card .card-title a, .body.articles_solutions_hub .latest-special-card .card-title a, body.agendas .sidebar-pics .card-title a, body.agendas .latest-news-card .card-title a, body.agendas .latest-special-card .card-title a {
  color: #666;
  font-size: 20px;
}

/* line 177, app/assets/stylesheets/pages.css.scss */
body.pages.index .sidebar-pics .sidebar-pic-item, body.pages.index .latest-news-card .sidebar-pic-item, body.pages.index .latest-special-card .sidebar-pic-item, body.articles_news_flash .sidebar-pics .sidebar-pic-item, body.articles_news_flash .latest-news-card .sidebar-pic-item, body.articles_news_flash .latest-special-card .sidebar-pic-item, .body.articles_solutions_hub .sidebar-pics .sidebar-pic-item, .body.articles_solutions_hub .latest-news-card .sidebar-pic-item, .body.articles_solutions_hub .latest-special-card .sidebar-pic-item, body.agendas .sidebar-pics .sidebar-pic-item, body.agendas .latest-news-card .sidebar-pic-item, body.agendas .latest-special-card .sidebar-pic-item {
  width: 100%;
}

/* line 179, app/assets/stylesheets/pages.css.scss */
body.pages.index .sidebar-pics .sidebar-pic-item .sidebar-pic-img, body.pages.index .latest-news-card .sidebar-pic-item .sidebar-pic-img, body.pages.index .latest-special-card .sidebar-pic-item .sidebar-pic-img, body.articles_news_flash .sidebar-pics .sidebar-pic-item .sidebar-pic-img, body.articles_news_flash .latest-news-card .sidebar-pic-item .sidebar-pic-img, body.articles_news_flash .latest-special-card .sidebar-pic-item .sidebar-pic-img, .body.articles_solutions_hub .sidebar-pics .sidebar-pic-item .sidebar-pic-img, .body.articles_solutions_hub .latest-news-card .sidebar-pic-item .sidebar-pic-img, .body.articles_solutions_hub .latest-special-card .sidebar-pic-item .sidebar-pic-img, body.agendas .sidebar-pics .sidebar-pic-item .sidebar-pic-img, body.agendas .latest-news-card .sidebar-pic-item .sidebar-pic-img, body.agendas .latest-special-card .sidebar-pic-item .sidebar-pic-img {
  width: 100%;
}

/* line 183, app/assets/stylesheets/pages.css.scss */
body.pages.index .sidebar-pics .latest-items, body.pages.index .latest-news-card .latest-items, body.pages.index .latest-special-card .latest-items, body.articles_news_flash .sidebar-pics .latest-items, body.articles_news_flash .latest-news-card .latest-items, body.articles_news_flash .latest-special-card .latest-items, .body.articles_solutions_hub .sidebar-pics .latest-items, .body.articles_solutions_hub .latest-news-card .latest-items, .body.articles_solutions_hub .latest-special-card .latest-items, body.agendas .sidebar-pics .latest-items, body.agendas .latest-news-card .latest-items, body.agendas .latest-special-card .latest-items {
  border-left: 1px solid #C9DAE6;
  padding-left: 15px;
  padding-bottom: 15px;
  position: relative;
}

/* line 188, app/assets/stylesheets/pages.css.scss */
body.pages.index .sidebar-pics .latest-items::before, body.pages.index .latest-news-card .latest-items::before, body.pages.index .latest-special-card .latest-items::before, body.articles_news_flash .sidebar-pics .latest-items::before, body.articles_news_flash .latest-news-card .latest-items::before, body.articles_news_flash .latest-special-card .latest-items::before, .body.articles_solutions_hub .sidebar-pics .latest-items::before, .body.articles_solutions_hub .latest-news-card .latest-items::before, .body.articles_solutions_hub .latest-special-card .latest-items::before, body.agendas .sidebar-pics .latest-items::before, body.agendas .latest-news-card .latest-items::before, body.agendas .latest-special-card .latest-items::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: 5px;
  background-color: #C9DAE6;
}

/* line 199, app/assets/stylesheets/pages.css.scss */
body.pages.index .sidebar-pics .latest-item-published-at, body.pages.index .latest-news-card .latest-item-published-at, body.pages.index .latest-special-card .latest-item-published-at, body.articles_news_flash .sidebar-pics .latest-item-published-at, body.articles_news_flash .latest-news-card .latest-item-published-at, body.articles_news_flash .latest-special-card .latest-item-published-at, .body.articles_solutions_hub .sidebar-pics .latest-item-published-at, .body.articles_solutions_hub .latest-news-card .latest-item-published-at, .body.articles_solutions_hub .latest-special-card .latest-item-published-at, body.agendas .sidebar-pics .latest-item-published-at, body.agendas .latest-news-card .latest-item-published-at, body.agendas .latest-special-card .latest-item-published-at {
  font-size: 12px;
  color: #C9DAE6;
}

/* line 204, app/assets/stylesheets/pages.css.scss */
body.pages.index .sidebar-pics .feed-item .feed-item-title, body.pages.index .latest-news-card .feed-item .feed-item-title, body.pages.index .latest-special-card .feed-item .feed-item-title, body.articles_news_flash .sidebar-pics .feed-item .feed-item-title, body.articles_news_flash .latest-news-card .feed-item .feed-item-title, body.articles_news_flash .latest-special-card .feed-item .feed-item-title, .body.articles_solutions_hub .sidebar-pics .feed-item .feed-item-title, .body.articles_solutions_hub .latest-news-card .feed-item .feed-item-title, .body.articles_solutions_hub .latest-special-card .feed-item .feed-item-title, body.agendas .sidebar-pics .feed-item .feed-item-title, body.agendas .latest-news-card .feed-item .feed-item-title, body.agendas .latest-special-card .feed-item .feed-item-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  line-height: 1.5;
  color: #666666;
  font-weight: 400;
}

/* line 213, app/assets/stylesheets/pages.css.scss */
body.pages.index .sidebar-pics .special-item, body.pages.index .latest-news-card .special-item, body.pages.index .latest-special-card .special-item, body.articles_news_flash .sidebar-pics .special-item, body.articles_news_flash .latest-news-card .special-item, body.articles_news_flash .latest-special-card .special-item, .body.articles_solutions_hub .sidebar-pics .special-item, .body.articles_solutions_hub .latest-news-card .special-item, .body.articles_solutions_hub .latest-special-card .special-item, body.agendas .sidebar-pics .special-item, body.agendas .latest-news-card .special-item, body.agendas .latest-special-card .special-item {
  margin-bottom: 30px;
}

/* line 216, app/assets/stylesheets/pages.css.scss */
body.pages.index .sidebar-pics .special-feed-item-img, body.pages.index .latest-news-card .special-feed-item-img, body.pages.index .latest-special-card .special-feed-item-img, body.articles_news_flash .sidebar-pics .special-feed-item-img, body.articles_news_flash .latest-news-card .special-feed-item-img, body.articles_news_flash .latest-special-card .special-feed-item-img, .body.articles_solutions_hub .sidebar-pics .special-feed-item-img, .body.articles_solutions_hub .latest-news-card .special-feed-item-img, .body.articles_solutions_hub .latest-special-card .special-feed-item-img, body.agendas .sidebar-pics .special-feed-item-img, body.agendas .latest-news-card .special-feed-item-img, body.agendas .latest-special-card .special-feed-item-img {
  display: block;
}

/* line 218, app/assets/stylesheets/pages.css.scss */
body.pages.index .sidebar-pics .special-feed-item-img .special-feed-cover, body.pages.index .latest-news-card .special-feed-item-img .special-feed-cover, body.pages.index .latest-special-card .special-feed-item-img .special-feed-cover, body.articles_news_flash .sidebar-pics .special-feed-item-img .special-feed-cover, body.articles_news_flash .latest-news-card .special-feed-item-img .special-feed-cover, body.articles_news_flash .latest-special-card .special-feed-item-img .special-feed-cover, .body.articles_solutions_hub .sidebar-pics .special-feed-item-img .special-feed-cover, .body.articles_solutions_hub .latest-news-card .special-feed-item-img .special-feed-cover, .body.articles_solutions_hub .latest-special-card .special-feed-item-img .special-feed-cover, body.agendas .sidebar-pics .special-feed-item-img .special-feed-cover, body.agendas .latest-news-card .special-feed-item-img .special-feed-cover, body.agendas .latest-special-card .special-feed-item-img .special-feed-cover {
  width: 100%;
}

/* line 235, app/assets/stylesheets/pages.css.scss */
body.pages.index .home-feeds-hot-articles {
  margin-bottom: 30px;
  overflow: hidden;
}

/* line 238, app/assets/stylesheets/pages.css.scss */
body.pages.index .home-feeds-hot-articles .hot-articles-symbol {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EA487E;
  color: #fff;
  padding: 5px;
  font-size: 20px;
  z-index: 99;
}

@media (max-width: 768px) {
  /* line 238, app/assets/stylesheets/pages.css.scss */
  body.pages.index .home-feeds-hot-articles .hot-articles-symbol {
    font-size: 18px;
  }
}

@media (max-width: 460px) {
  /* line 238, app/assets/stylesheets/pages.css.scss */
  body.pages.index .home-feeds-hot-articles .hot-articles-symbol {
    font-size: 16px;
  }
}

/* line 255, app/assets/stylesheets/pages.css.scss */
body.pages.index .home-feeds-hot-articles .recommendation-item-info {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 5px 10px;
}

/* line 261, app/assets/stylesheets/pages.css.scss */
body.pages.index .home-feeds-hot-articles .recommendation-item-info .recommendation-title {
  color: #fff;
  font-size: 18px;
  text-align: left;
}

/* line 268, app/assets/stylesheets/pages.css.scss */
body.pages.index .hot-article-cover {
  width: 100%;
}

/* line 271, app/assets/stylesheets/pages.css.scss */
body.pages.index .featured-article {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

/* line 275, app/assets/stylesheets/pages.css.scss */
body.pages.index .featured-article .featured-article-symbol {
  background-color: #27A0FF;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
}

/* line 281, app/assets/stylesheets/pages.css.scss */
body.pages.index .featured-article .featured-article-link {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

/* line 292, app/assets/stylesheets/pages.css.scss */
body.pages.index .latest-news {
  position: relative;
}

/* line 294, app/assets/stylesheets/pages.css.scss */
body.pages.index .latest-news .latest-news-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

/* line 299, app/assets/stylesheets/pages.css.scss */
body.pages.index .latest-news .latest-news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 303, app/assets/stylesheets/pages.css.scss */
body.pages.index .latest-news .latest-news-item .latest-news-title-detail {
  margin: 5px 0;
}

/* line 306, app/assets/stylesheets/pages.css.scss */
body.pages.index .latest-news .latest-news-item .news-published-time {
  color: #ccc;
}

/* line 310, app/assets/stylesheets/pages.css.scss */
body.pages.index .latest-news .view-more-flash-news {
  position: absolute;
  right: 15px;
  top: 15px;
  /*
        项目：https://codepen.io/tonkec/pen/XXgdoo
      */
}

/* line 317, app/assets/stylesheets/pages.css.scss */
body.pages.index .latest-news .view-more-flash-news .con {
  cursor: pointer;
  display: inline-block;
}

/* line 322, app/assets/stylesheets/pages.css.scss */
body.pages.index .latest-news .view-more-flash-news .bar {
  display: block;
  height: 3px;
  width: 20px;
  background: #D5D5D5;
  margin: 2px auto;
}

/* line 330, app/assets/stylesheets/pages.css.scss */
body.pages.index .latest-news .view-more-flash-news .con {
  width: auto;
  margin: 0 auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

/* line 340, app/assets/stylesheets/pages.css.scss */
body.pages.index .latest-news .view-more-flash-news .col {
  display: inline-block;
  width: 24%;
  text-align: center;
  height: auto;
  position: relative;
}

/* line 348, app/assets/stylesheets/pages.css.scss */
body.pages.index .latest-news .view-more-flash-news .middle {
  margin: 0 auto;
}

/* line 352, app/assets/stylesheets/pages.css.scss */
body.pages.index .latest-news .view-more-flash-news .bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

/* line 360, app/assets/stylesheets/pages.css.scss */
body.pages.index .latest-news .view-more-flash-news .con:hover .bar {
  background-color: #27A0FF;
}

/* line 364, app/assets/stylesheets/pages.css.scss */
body.pages.index .latest-news .view-more-flash-news .con:hover .arrow-top {
  -webkit-transform: rotateZ(45deg) translateY(11px);
  -moz-transform: rotateZ(45deg) translateY(11px);
  -ms-transform: rotateZ(45deg) translateY(11px);
  -o-transform: rotateZ(45deg) translateY(11px);
  transform: rotateZ(45deg) translateY(0px);
  width: 15px;
}

/* line 375, app/assets/stylesheets/pages.css.scss */
body.pages.index .latest-news .view-more-flash-news .con:hover .arrow-middle {
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
  transform: translateX(-10px);
  width: 15px;
}

/* line 386, app/assets/stylesheets/pages.css.scss */
body.pages.index .latest-news .view-more-flash-news .con:hover .arrow-bottom {
  -webkit-transform: rotateZ(-45deg) translateY(-11px);
  -moz-transform: rotateZ(-45deg) translateY(-11px);
  -ms-transform: rotateZ(-45deg) translateY(-11px);
  -o-transform: rotateZ(-45deg) translateY(-11px);
  transform: rotateZ(-45deg) translateY(0px);
  width: 15px;
}

/* line 399, app/assets/stylesheets/pages.css.scss */
body.pages.index .container.without-categories-bar .container-card .card .activity-content h5 {
  margin-bottom: 15px;
  margin-top: 0;
}

@media only screen and (min-width: 992px) {
  /* line 403, app/assets/stylesheets/pages.css.scss */
  body.pages.index .container.without-categories-bar .container-card .card .activity-content-bom {
    margin-left: 38%;
  }
}

/* line 410, app/assets/stylesheets/pages.css.scss */
.popular-tags, .latest-article, .latest-event, .latest-users {
  border: 1px solid #bababa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 2em;
  background-color: #fff;
}

/* line 417, app/assets/stylesheets/pages.css.scss */
.popular-tags .header, .latest-article .header, .latest-event .header, .latest-users .header {
  padding: 0.5em;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
  font-size: 15px;
}

/* line 422, app/assets/stylesheets/pages.css.scss */
.popular-tags .header a, .latest-article .header a, .latest-event .header a, .latest-users .header a {
  font-size: 15px !important;
}

/* line 425, app/assets/stylesheets/pages.css.scss */
.popular-tags .header .text-normal, .latest-article .header .text-normal, .latest-event .header .text-normal, .latest-users .header .text-normal {
  padding: 0 0.2em;
  font-weight: normal;
}

/* line 430, app/assets/stylesheets/pages.css.scss */
.popular-tags > div, .latest-article > div, .latest-event > div, .latest-users > div {
  padding: 1em 0.5em;
}

/* line 437, app/assets/stylesheets/pages.css.scss */
.popular-tags .content span, .latest-users .content span {
  padding: 8px;
}

/* line 440, app/assets/stylesheets/pages.css.scss */
.popular-tags .content p, .latest-users .content p {
  font-size: 15px;
  color: #8b8b8b;
}

/* line 443, app/assets/stylesheets/pages.css.scss */
.popular-tags .content p a, .latest-users .content p a {
  font-size: 15px !important;
}

/* line 452, app/assets/stylesheets/pages.css.scss */
.latest-article .hf-article .hf-item, .latest-event .hf-article .hf-item {
  display: table;
  width: 100%;
}

/* line 456, app/assets/stylesheets/pages.css.scss */
.latest-article .hf-article .hf-item .hf-img, .latest-event .hf-article .hf-item .hf-img {
  min-height: 150px;
  max-width: 100%;
  height: auto;
  background-size: cover;
}

/* line 464, app/assets/stylesheets/pages.css.scss */
.latest-article .hf-article .hf-item .hf-info .hf-title h2, .latest-event .hf-article .hf-item .hf-info .hf-title h2 {
  margin: 10px 0;
}

/* line 466, app/assets/stylesheets/pages.css.scss */
.latest-article .hf-article .hf-item .hf-info .hf-title h2 a, .latest-event .hf-article .hf-item .hf-info .hf-title h2 a {
  font-size: 18px;
  line-height: 24px;
}

/* line 471, app/assets/stylesheets/pages.css.scss */
.latest-article .hf-article .hf-item .hf-info .hf-title h2 a:hover, .latest-event .hf-article .hf-item .hf-info .hf-title h2 a:hover {
  color: #2586fa !important;
}

/* line 476, app/assets/stylesheets/pages.css.scss */
.latest-article .hf-article .hf-item .hf-info .author div, .latest-event .hf-article .hf-item .hf-info .author div {
  padding: 5px 9px;
  line-height: 1em;
}

/* line 479, app/assets/stylesheets/pages.css.scss */
.latest-article .hf-article .hf-item .hf-info .author div :nth-child(2), .latest-event .hf-article .hf-item .hf-info .author div :nth-child(2) {
  margin-left: 2em;
}

/* line 482, app/assets/stylesheets/pages.css.scss */
.latest-article .hf-article .hf-item .hf-info .author div a, .latest-event .hf-article .hf-item .hf-info .author div a {
  color: inherit;
}

/* line 486, app/assets/stylesheets/pages.css.scss */
.latest-article .hf-article .hf-item .hf-info .author .collections-item-footer, .latest-event .hf-article .hf-item .hf-info .author .collections-item-footer {
  color: #bdbdbd !important;
}

/* line 490, app/assets/stylesheets/pages.css.scss */
.latest-article .hf-article .hf-item .hf-info .hf-summary, .latest-event .hf-article .hf-item .hf-info .hf-summary {
  line-height: 20px;
  max-height: 85px;
  margin-bottom: 10px;
  color: #8b8b8b !important;
}

/* line 502, app/assets/stylesheets/pages.css.scss */
.latest-event .media {
  padding: 0.5em 0 0 0;
}

/* line 504, app/assets/stylesheets/pages.css.scss */
.latest-event .media .media-left {
  border-right: 1px solid #e5e5e5;
}

/* line 507, app/assets/stylesheets/pages.css.scss */
.latest-event .media .media-left .time .month {
  color: #2586fb;
  font-size: 1.2em;
  padding: 1em 0;
}

/* line 512, app/assets/stylesheets/pages.css.scss */
.latest-event .media .media-left .time .day {
  color: #2586fb;
  font-size: 2em;
}

/* line 519, app/assets/stylesheets/pages.css.scss */
.latest-event .media .hidden-xs .time {
  font-size: 2em;
  color: #2586fb;
  padding-bottom: 0.2em;
}

/* line 524, app/assets/stylesheets/pages.css.scss */
.latest-event .media .hidden-xs a {
  font-size: 1.2em;
}

/* line 529, app/assets/stylesheets/pages.css.scss */
.latest-event .media-body {
  padding: 1em 0 0 0.5em;
}

/* line 534, app/assets/stylesheets/pages.css.scss */
.related-user {
  border: 1px solid #e6e6e6;
  margin: 2em 1em 2em 1em;
  padding: 1em 0;
  min-height: 120px;
}

/* line 539, app/assets/stylesheets/pages.css.scss */
.related-user .user-avatar {
  border-right: 1px solid #e6e6e6;
  float: left;
  padding: 0 1em;
}

/* line 544, app/assets/stylesheets/pages.css.scss */
.related-user .user-intro {
  padding: 0 1em;
}

/* line 546, app/assets/stylesheets/pages.css.scss */
.related-user .user-intro span {
  padding: 0 1em 1em 1em;
  display: flex;
}

/* line 551, app/assets/stylesheets/pages.css.scss */
.related-user .user-intro .expert-socialization-action .user-action {
  margin-right: 1em;
}

/* line 5, app/assets/stylesheets/news.css.scss */
.news.show .banner {
  width: 100%;
  margin-top: 0;
}

/* line 9, app/assets/stylesheets/news.css.scss */
.news.show .content-wrap {
  max-width: 768px;
  margin: 0 auto;
  padding: 15px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  /* line 9, app/assets/stylesheets/news.css.scss */
  .news.show .content-wrap {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 769px) {
  /* line 9, app/assets/stylesheets/news.css.scss */
  .news.show .content-wrap {
    margin: 15px auto;
  }
}

/* line 23, app/assets/stylesheets/news.css.scss */
.news.show .cover {
  max-height: 300px;
  overflow: hidden;
}

/* line 27, app/assets/stylesheets/news.css.scss */
.news.show .cover, .news.show .cover-img {
  width: 100%;
}

/* line 30, app/assets/stylesheets/news.css.scss */
.news.show .title {
  font-size: 26px;
  line-height: 1.3;
  color: #5B5353;
}

@media only screen and (max-width: 768px) {
  /* line 30, app/assets/stylesheets/news.css.scss */
  .news.show .title {
    font-size: 20px;
    margin-top: 10px;
  }
}

/* line 39, app/assets/stylesheets/news.css.scss */
.news.show .time-info {
  margin: 5px 0;
  margin-bottom: 15px;
  color: #8b8b8b;
  display: flex;
  align-items: center;
}

/* line 45, app/assets/stylesheets/news.css.scss */
.news.show .time-info .time {
  margin-right: 15px;
}

/* line 48, app/assets/stylesheets/news.css.scss */
.news.show .time-info .share {
  margin: 0 10px;
}

@media only screen and (max-width: 768px) {
  /* line 48, app/assets/stylesheets/news.css.scss */
  .news.show .time-info .share {
    display: none;
  }
}

/* line 54, app/assets/stylesheets/news.css.scss */
.news.show .time-info .qr {
  position: relative;
}

/* line 57, app/assets/stylesheets/news.css.scss */
.news.show .time-info .qr:hover .share-qr {
  display: block;
  position: absolute;
  left: 30px;
  top: 10px;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

/* line 70, app/assets/stylesheets/news.css.scss */
.news.show .time-info .qr .share-qr {
  position: absolute;
  left: 30px;
  top: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  padding: 15px 15px;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

/* line 84, app/assets/stylesheets/news.css.scss */
.news.show .time-info .qr .share-hint {
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  /* line 54, app/assets/stylesheets/news.css.scss */
  .news.show .time-info .qr {
    display: none;
  }
}

/* line 92, app/assets/stylesheets/news.css.scss */
.news.show .content {
  line-height: 22px;
  color: #8b8b8b;
}

/* line 95, app/assets/stylesheets/news.css.scss */
.news.show .content img {
  width: 100%;
}

/* line 98, app/assets/stylesheets/news.css.scss */
.news.show .content p {
  color: #404040 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
  line-height: 1.8 !important;
}

@media only screen and (max-width: 768px) {
  /* line 98, app/assets/stylesheets/news.css.scss */
  .news.show .content p {
    font-size: 16px;
    margin-top: 10px;
  }
}

/* line 109, app/assets/stylesheets/news.css.scss */
.news.show .content ul, .news.show .content ol {
  margin-left: 40px !important;
}

/* line 111, app/assets/stylesheets/news.css.scss */
.news.show .content ul li, .news.show .content ol li {
  color: #404040 !important;
  font-size: 16px;
  margin-bottom: 20px !important;
}

/* line 117, app/assets/stylesheets/news.css.scss */
.news.show .content ul li {
  list-style: circle;
}

/* line 120, app/assets/stylesheets/news.css.scss */
.news.show .content ol li {
  list-style: decimal;
}

/* line 124, app/assets/stylesheets/news.css.scss */
.news.show .wechat-service-account {
  margin-top: 30px;
  font-weight: 500;
}

/* line 127, app/assets/stylesheets/news.css.scss */
.news.show .wechat-service-account p {
  line-height: 1.6;
}

/* line 131, app/assets/stylesheets/news.css.scss */
.news.show .recommended-readings {
  font-size: 20px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  /* line 131, app/assets/stylesheets/news.css.scss */
  .news.show .recommended-readings {
    font-size: 16px;
  }
}

/* line 138, app/assets/stylesheets/news.css.scss */
.news.show .hot-articles {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  /* line 138, app/assets/stylesheets/news.css.scss */
  .news.show .hot-articles {
    display: block;
  }
}

/* line 144, app/assets/stylesheets/news.css.scss */
.news.show .hot-articles .article-item {
  width: 30%;
}

/* line 147, app/assets/stylesheets/news.css.scss */
.news.show .hot-articles .article-item .article-cover-wrap img {
  width: 100%;
}

/* line 150, app/assets/stylesheets/news.css.scss */
.news.show .hot-articles .article-item .hot-article-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
}

/* line 158, app/assets/stylesheets/news.css.scss */
.news.show .hot-articles .article-item .article-cover-wrap, .news.show .hot-articles .article-item .article-text-info {
  color: #898989;
}

/* line 161, app/assets/stylesheets/news.css.scss */
.news.show .hot-articles .article-item .article-author-and-time {
  display: none;
}

@media (max-width: 767px) {
  /* line 144, app/assets/stylesheets/news.css.scss */
  .news.show .hot-articles .article-item {
    width: 100%;
    display: flex;
    margin: 15px 5px;
  }
  /* line 168, app/assets/stylesheets/news.css.scss */
  .news.show .hot-articles .article-item .article-cover-wrap, .news.show .hot-articles .article-item .article-text-info {
    flex: 1;
  }
  /* line 171, app/assets/stylesheets/news.css.scss */
  .news.show .hot-articles .article-item .article-text-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 5px;
  }
  /* line 176, app/assets/stylesheets/news.css.scss */
  .news.show .hot-articles .article-item .article-text-info .article-author-and-time {
    display: flex;
    justify-content: space-between;
  }
}

/* line 4, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-index .filte-header .btn-group .btn {
  border-width: 0px;
  padding: 14px 20px;
  color: #999;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-radius: 0px;
  font-size: 16px;
}

/* line 13, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-index .filte-header, .expert-collections-index .filte-header .btn-group .btn:hover, .expert-collections-index .filte-header .btn-group .btn:focus,
.expert-collections-index .filte-header .btn-group .btn:active {
  background-color: #fff;
}

/* line 17, app/assets/stylesheets/expert_collections.css.scss */
.filte-header .pull-right {
  padding: 15px 0px;
}

/* line 20, app/assets/stylesheets/expert_collections.css.scss */
.filte-header .pull-right a i {
  color: #999;
  font-size: 16px;
}

/* line 24, app/assets/stylesheets/expert_collections.css.scss */
.filte-header .pull-right input, .filte-header .pull-right input:focus {
  border: none;
  outline: -webkit-focus-ring-color none 0px;
}

/* line 29, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-index .collections-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 33, app/assets/stylesheets/expert_collections.css.scss */
.filte-header .pull-right input {
  width: 0px;
  margin-left: 10px;
}

/* line 37, app/assets/stylesheets/expert_collections.css.scss */
.collections-item .item-image-text {
  padding: 0 20px;
  margin-bottom: 15px;
  width: 100%;
  position: absolute;
  bottom: -5px;
}

/* line 44, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-index .collections-item .item-image-text h3 a {
  color: #fff;
}

/* line 47, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-index .collections-item .item-image-text h3 {
  padding: 0px;
  margin-bottom: 10px;
  width: 100%;
}

/* line 52, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-index .collections-item .item-image-text p a {
  color: #eee;
}

/* line 55, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-index .collections-item-list li::before {
  display: none;
}

/* line 58, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-index .collections-item-list {
  margin-bottom: 10px;
}

/* line 61, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-index .collections-item {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

/* line 67, app/assets/stylesheets/expert_collections.css.scss */
.collections-item-list .expert-avatar-item img {
  position: absolute;
  top: 12px;
  left: 5px;
  height: 32px;
  width: 32px;
  border-radius: 20px;
}

/* line 75, app/assets/stylesheets/expert_collections.css.scss */
.expert-avatar-item p {
  font-size: 14px;
  color: #999;
}

/* line 79, app/assets/stylesheets/expert_collections.css.scss */
.expert-avatar-item h4 {
  margin: 0 0 5px;
}

/* line 82, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-index li.expert-avatar-item {
  padding: 12px 0px 0px 50px;
}

/* line 86, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-theme {
  border-radius: 8px;
  background-color: #fff;
}

/* line 90, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-theme .collections-theme-image img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  width: 100%;
  height: 300px;
}

/* line 96, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-theme .collections-theme-image {
  position: relative;
}

/* line 99, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-theme .collections-theme-image h3 {
  position: absolute;
  font-size: 28.5px;
  bottom: 20px;
  left: 30px;
}

/* line 105, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-theme .collections-theme-image h3 a {
  color: #fff;
}

/* line 108, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-theme {
  margin-top: 40px;
}

/* line 111, app/assets/stylesheets/expert_collections.css.scss */
.expert-avatar-item p {
  margin-bottom: 10px;
}

/* line 115, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-theme .collections-theme-tag {
  padding: 20px 20px 15px;
}

/* line 118, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-theme .collections-theme-tag .product-tag .btn {
  padding: 8px 24px;
  font-size: 14px;
}

/* line 122, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-theme .collections-theme-tag .product-tag .btn:first-child {
  color: #fff;
  background-color: #0096FF;
}

/* line 126, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-theme .collections-theme-tag .product-tag .btn:first-child:hover {
  color: #fff !important;
  background-color: #46b6e5;
}

/* line 130, app/assets/stylesheets/expert_collections.css.scss */
.collections .share-box {
  right: 0px;
}

/* line 133, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-theme .collections-theme-describe {
  padding-top: 0px;
  font-size: 16px;
  color: #999;
  line-height: 1.6;
}

/* line 139, app/assets/stylesheets/expert_collections.css.scss */
.expert-topic-item {
  margin-top: 25px;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
}

/* line 145, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-theme .collections-theme-icon div.icon {
  margin-left: 15px;
}

/* line 148, app/assets/stylesheets/expert_collections.css.scss */
.expert-topic-item:last-child {
  margin-bottom: 30px;
}

/* line 151, app/assets/stylesheets/expert_collections.css.scss */
.expert-topic-item .media-left img {
  border-radius: 30px;
}

/* line 154, app/assets/stylesheets/expert_collections.css.scss */
.expert-topic-item .media-heading {
  font-size: 18px;
  font-family: NotoSansCJKsc-Regular;
}

/* line 158, app/assets/stylesheets/expert_collections.css.scss */
.expert-topic-item .media-heading a {
  color: #666;
  font-family: NotoSansCJKsc-Regular,arial !important;
}

/* line 162, app/assets/stylesheets/expert_collections.css.scss */
.expert-topic-item .media-heading span {
  font-size: 14px;
  color: #999;
  margin-left: 5px;
}

/* line 167, app/assets/stylesheets/expert_collections.css.scss */
.expert-topic-item .media-body h5 {
  font-size: 14px;
  color: #666;
}

/* line 171, app/assets/stylesheets/expert_collections.css.scss */
.expert-topic-item .media-body h5 a {
  color: #666;
}

/* line 175, app/assets/stylesheets/expert_collections.css.scss */
.expert-topic-item .media-body p {
  font-size: 14px;
  color: #999;
  line-height: 1.4;
}

/* line 180, app/assets/stylesheets/expert_collections.css.scss */
.expert-topic-item .media-body p a {
  color: #999;
}

/* line 183, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-index .collections-item-footer {
  padding: 0px 20px 20px 20px;
}

/* line 186, app/assets/stylesheets/expert_collections.css.scss */
.expert-collections-theme .collections-theme-image::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  width: 100%;
  height: 250px;
  background: url(https://static.shenzhenware.com/assets/bg-select-edc5eb5036d4721d477ffbc80d2c73d2.png) left top repeat-x;
}

/* line 197, app/assets/stylesheets/expert_collections.css.scss */
.creat_connection .btn-primary, .creat_connection .btn-basic {
  border-radius: 20px;
}

/* line 200, app/assets/stylesheets/expert_collections.css.scss */
.creat_connection h3 {
  color: #666;
}

/* line 203, app/assets/stylesheets/expert_collections.css.scss */
#media-heading-secondline {
  font-family: NotoSansCJKsc-Regular;
  color: #0096FF;
}

@media screen and (max-device-width: 780px) {
  /* line 209, app/assets/stylesheets/expert_collections.css.scss */
  .search-hidden {
    max-width: 120px;
  }
  /* line 212, app/assets/stylesheets/expert_collections.css.scss */
  .expert-collections-theme .collections-theme-describe {
    margin-top: 15px;
    padding: 0px 0px 0px 15px;
  }
  /* line 216, app/assets/stylesheets/expert_collections.css.scss */
  .expert-collections-theme .collections-theme-icon {
    padding: 20px 15px 10px 30px;
  }
  /* line 219, app/assets/stylesheets/expert_collections.css.scss */
  .expert-topic-item .media-body h4 {
    height: 65px;
  }
  /* line 222, app/assets/stylesheets/expert_collections.css.scss */
  .expert-topic-item .media-body h5 {
    margin: 0px 0px 10px -65px;
  }
  /* line 225, app/assets/stylesheets/expert_collections.css.scss */
  .expert-topic-item .media-body p {
    margin-left: -65px;
  }
  /* line 228, app/assets/stylesheets/expert_collections.css.scss */
  .expert-collections-theme .collections-theme-image img {
    height: auto;
  }
}

/* line 16, app/assets/stylesheets/company_services.css.scss */
body.company_services h1 {
  font-size: 26px;
  color: #5a5a5a;
}

/* line 17, app/assets/stylesheets/company_services.css.scss */
body.company_services h2 {
  font-size: 18px;
  color: #5a5a5a;
}

/* line 18, app/assets/stylesheets/company_services.css.scss */
body.company_services h3 {
  font-size: 16px;
  color: #5a5a5a;
}

/* line 19, app/assets/stylesheets/company_services.css.scss */
body.company_services p {
  color: #8b8b8b;
}

/* line 49, app/assets/stylesheets/company_services.css.scss */
body.company_services .slick-slide img {
  width: calc(100% - 2em);
  object-fit: cover;
}

/* line 55, app/assets/stylesheets/company_services.css.scss */
body.company_services .slider-nav .slick-slide img {
  border-radius: 0px;
  border: 0px;
  padding: 0px;
}

/* line 61, app/assets/stylesheets/company_services.css.scss */
body.company_services .slick-next {
  width: 60px;
  height: 100px;
  right: 20px;
  background-color: #ccc;
  top: 150px;
  opacity: .5;
  border-radius: 10%;
  color: #fff;
}

/* line 70, app/assets/stylesheets/company_services.css.scss */
body.company_services .slick-next:before {
  color: #fff;
  content: '>';
}

/* line 75, app/assets/stylesheets/company_services.css.scss */
body.company_services .slick-prev {
  width: 60px;
  height: 100px;
  left: 20px;
  background-color: #ccc;
  top: 150px;
  opacity: .5;
  border-radius: 10%;
}

/* line 83, app/assets/stylesheets/company_services.css.scss */
body.company_services .slick-prev:before {
  color: #fff;
  content: '<';
}

/* line 89, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-detail {
  background-color: #fff;
  margin: 20px 0 15px 0;
  padding: 0 20px;
}

/* line 93, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-detail .services-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 97, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-detail p {
  line-height: 1.5em;
}

/* line 30, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-share a {
  display: inline-block;
  padding: .5em 1em;
  margin: 0;
  margin-bottom: 1em;
  color: #bdbdbd;
}

/* line 36, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-share a:hover {
  color: #eb397c !important;
}

/* line 39, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-share a > span {
  margin: 0 5px;
}

/* line 41, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-share a > span:hover {
  color: #eb397c;
}

/* line 104, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-provider {
  background-color: #fff;
  margin: 15px 0;
}

/* line 107, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-provider .provider {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 20px;
  line-height: 46px;
  color: #2586fa;
  font-size: 16px;
}

/* line 114, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-provider .provider-details {
  margin-bottom: 15px;
  padding: 15px 20px;
}

/* line 117, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-provider .provider-details div {
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
  width: 67%;
}

/* line 123, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-provider .provider-details img {
  width: 112px;
  height: 112px;
  object-fit: cover;
}

/* line 128, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-provider .provider-details p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* line 137, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-contactor {
  background-color: #fff;
  margin: 15px 0;
}

/* line 140, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-contactor img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: 0 1em;
  vertical-align: top;
}

/* line 144, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-contactor .contactor {
  color: #2586fa;
  font-size: 16px;
  padding: 0 20px;
  line-height: 46px;
  border-bottom: 1px solid #e6e6e6;
}

/* line 150, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-contactor .contactor div:first-child {
  font-size: 16px;
  color: #2586fa;
}

/* line 155, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-contactor .contactor-details {
  margin-bottom: 15px;
  padding: 15px 0px;
}

/* line 158, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-contactor .contactor-details div {
  display: inline-block;
}

/* line 163, app/assets/stylesheets/company_services.css.scss */
body.company_services .related-services {
  margin: 20px 0;
  background-color: #fff;
}

/* line 166, app/assets/stylesheets/company_services.css.scss */
body.company_services .related-services .related-st {
  font-size: 16px;
  color: #2586fa;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 15px;
  line-height: 40px;
}

/* line 173, app/assets/stylesheets/company_services.css.scss */
body.company_services .related-services > div:first-child {
  color: #2586fa;
  font-size: 16px;
}

/* line 178, app/assets/stylesheets/company_services.css.scss */
body.company_services .related-services .related-sinfo > div {
  margin: 15px;
}

/* line 180, app/assets/stylesheets/company_services.css.scss */
body.company_services .related-services .related-sinfo > div a {
  font-size: 16px;
  display: block;
  margin-bottom: 7px;
  color: #5a5a5a;
  cursor: pointer;
}

/* line 187, app/assets/stylesheets/company_services.css.scss */
body.company_services .related-services .related-sinfo > div p {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  /* line 196, app/assets/stylesheets/company_services.css.scss */
  body.company_services .services-provider .provider-details div {
    width: calc(70% - 2em);
  }
  /* line 199, app/assets/stylesheets/company_services.css.scss */
  body.company_services .slick-next, body.company_services .slick-prev {
    top: 50px;
    opacity: 0;
  }
}

@media (max-width: 736px) {
  /* line 206, app/assets/stylesheets/company_services.css.scss */
  body.company_services .services-provider .provider-details div {
    width: calc(65% - 2em);
  }
  /* line 208, app/assets/stylesheets/company_services.css.scss */
  body.company_services .services-provider .provider-details div p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 219, app/assets/stylesheets/company_services.css.scss */
  body.company_services .slick-next, body.company_services .slick-prev {
    opacity: 0;
  }
}

/* line 75, app/assets/stylesheets/articles.css.scss */
body.pages.index,
body.hashtags {
  background-color: #f9f9f9 !important;
  /*btn 下划线动态效果*/
}

/* line 91, app/assets/stylesheets/articles.css.scss */
body.pages.index h1,
body.hashtags h1 {
  font-size: 20px;
}

/* line 94, app/assets/stylesheets/articles.css.scss */
body.pages.index h2,
body.hashtags h2 {
  font-size: 18px;
}

/* line 96, app/assets/stylesheets/articles.css.scss */
body.pages.index h2 a,
body.hashtags h2 a {
  color: #5a5a5a !important;
}

/* line 100, app/assets/stylesheets/articles.css.scss */
body.pages.index h3,
body.hashtags h3 {
  font-size: 16px;
}

/* line 103, app/assets/stylesheets/articles.css.scss */
body.pages.index a,
body.hashtags a {
  font-size: 14px;
  color: #8b8b8b;
}

/* line 106, app/assets/stylesheets/articles.css.scss */
body.pages.index a strong,
body.hashtags a strong {
  color: #5a5a5a;
}

/* line 111, app/assets/stylesheets/articles.css.scss */
body.pages.index .container-2,
body.hashtags .container-2 {
  margin: 2em auto;
  background-color: #fff;
}

/* line 115, app/assets/stylesheets/articles.css.scss */
body.pages.index .container-3,
body.hashtags .container-3 {
  padding: 15px 25px 15px 25px;
  border-bottom: 1px solid #e6e6e6;
}

/* line 119, app/assets/stylesheets/articles.css.scss */
body.pages.index .container-3 .conditions .row,
body.hashtags .container-3 .conditions .row {
  height: auto;
}

/* line 121, app/assets/stylesheets/articles.css.scss */
body.pages.index .container-3 .conditions .row span,
body.hashtags .container-3 .conditions .row span {
  height: 27px;
  line-height: 27px;
}

/* line 125, app/assets/stylesheets/articles.css.scss */
body.pages.index .container-3 .conditions .row a,
body.hashtags .container-3 .conditions .row a {
  margin: 0 1px;
  padding: 5px 8px;
  display: inline-block;
}

/* line 130, app/assets/stylesheets/articles.css.scss */
body.pages.index .container-3 .conditions .row .active,
body.hashtags .container-3 .conditions .row .active {
  background: #0196ff;
  border-radius: 3px;
  color: white;
}

/* line 139, app/assets/stylesheets/articles.css.scss */
body.pages.index .tagged-with-articles,
body.hashtags .tagged-with-articles {
  font-size: 20px;
  height: 33px;
  line-height: 4rem;
}

/* line 143, app/assets/stylesheets/articles.css.scss */
body.pages.index .tagged-with-articles span,
body.hashtags .tagged-with-articles span {
  color: #46b6e5;
}

/* line 150, app/assets/stylesheets/articles.css.scss */
body.pages.index .link-btn,
body.hashtags .link-btn {
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #8b8b8b;
  border-radius: 4px;
  white-space: nowrap;
  padding: .5px 14px;
  font-size: 12px !important;
  line-height: 2em;
  color: #8b8b8b;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 152, app/assets/stylesheets/articles.css.scss */
body.pages.index .link-btn:hover, body.pages.index .link-btn:focus,
body.hashtags .link-btn:hover,
body.hashtags .link-btn:focus {
  color: #2586fa;
  border-color: #2586fa;
}

/* line 158, app/assets/stylesheets/articles.css.scss */
body.pages.index .btn-link,
body.hashtags .btn-link,
body.hashtags .btn-link {
  color: #2586fa;
}

/* line 161, app/assets/stylesheets/articles.css.scss */
body.pages.index .btn-link:hover, body.pages.index .btn-link:focus,
body.hashtags .btn-link:hover,
body.hashtags .btn-link:focus {
  color: #0077cc !important;
  text-decoration: none !important;
}

/* line 167, app/assets/stylesheets/articles.css.scss */
body.pages.index .connect-or-chat-btn,
body.hashtags .connect-or-chat-btn {
  margin: 0 !important;
}

/* line 170, app/assets/stylesheets/articles.css.scss */
body.pages.index #login-weixin a,
body.hashtags #login-weixin a {
  color: #fff;
}

/* line 173, app/assets/stylesheets/articles.css.scss */
body.pages.index .form-control,
body.hashtags .form-control,
body.hashtags .form-control {
  box-shadow: #2586fa;
}

/* line 178, app/assets/stylesheets/articles.css.scss */
body.pages.index .more,
body.hashtags .more {
  color: #2586fa;
  text-align: center;
}

/* line 182, app/assets/stylesheets/articles.css.scss */
body.pages.index .ad img,
body.hashtags .ad img {
  width: 100%;
}

/* line 185, app/assets/stylesheets/articles.css.scss */
body.pages.index .delete-feed,
body.hashtags .delete-feed {
  float: right;
  position: relative;
}

/* line 190, app/assets/stylesheets/articles.css.scss */
body.pages.index .btn-nav,
body.hashtags .btn-nav {
  border-bottom: 3px solid transparent;
}

/* line 192, app/assets/stylesheets/articles.css.scss */
body.pages.index .btn-nav :hover,
body.hashtags .btn-nav :hover {
  border-bottom: 3px solid #fff;
  background-color: #2586fa !important;
}

/* line 200, app/assets/stylesheets/articles.css.scss */
body.pages.index .article-nav > li > a,
body.hashtags .article-nav > li > a {
  padding: .5em 1em;
  border-radius: 2px;
}

/* line 203, app/assets/stylesheets/articles.css.scss */
body.pages.index .article-nav > li > a:focus, body.pages.index .article-nav > li > a:hover,
body.hashtags .article-nav > li > a:focus,
body.hashtags .article-nav > li > a:hover {
  color: #fff !important;
  background-color: #2586fa !important;
}

/* line 210, app/assets/stylesheets/articles.css.scss */
body.pages.index .article-nav .active > a,
body.hashtags .article-nav .active > a {
  box-shadow: none;
  color: #fff;
  background-color: #2586fa;
}

/* line 215, app/assets/stylesheets/articles.css.scss */
body.pages.index .article-nav > li + li,
body.hashtags .article-nav > li + li {
  margin-left: 1rem;
}

/* line 219, app/assets/stylesheets/articles.css.scss */
body.pages.index .more-info,
body.hashtags .more-info {
  text-align: center;
  line-height: 60px;
  background-color: #fff;
}

/* line 224, app/assets/stylesheets/articles.css.scss */
body.pages.index .act-heading,
body.hashtags .act-heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 4rem;
  height: 33px;
  color: #2586fa;
}

/* line 231, app/assets/stylesheets/articles.css.scss */
body.pages.index .act-content,
body.hashtags .act-content {
  padding: 0 15px;
}

/* line 233, app/assets/stylesheets/articles.css.scss */
body.pages.index .act-content .list-group,
body.hashtags .act-content .list-group {
  line-height: 3em;
}

/* line 236, app/assets/stylesheets/articles.css.scss */
body.pages.index .act-content .list-group-item,
body.hashtags .act-content .list-group-item {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  margin: 0px;
  padding: 10px 0;
}

/* line 242, app/assets/stylesheets/articles.css.scss */
body.pages.index .act-content .list-group-item div,
body.hashtags .act-content .list-group-item div {
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding: 0 10px;
}

/* line 247, app/assets/stylesheets/articles.css.scss */
body.pages.index .act-content .list-group-item div a,
body.hashtags .act-content .list-group-item div a {
  color: #5a5a5a;
  border-right: 0px !important;
}

/* line 252, app/assets/stylesheets/articles.css.scss */
body.pages.index .act-content .list-group-item:last-child,
body.hashtags .act-content .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 256, app/assets/stylesheets/articles.css.scss */
body.pages.index .act-content .list-group-item .event-title,
body.hashtags .act-content .list-group-item .event-title {
  width: 73%;
  border-left: 1px solid #e6e6e6;
  line-height: 18px;
  padding-left: 15px;
  padding-right: 10px;
}

/* line 265, app/assets/stylesheets/articles.css.scss */
body.pages.index .act-footer,
body.hashtags .act-footer {
  font-weight: bold;
  text-align: right;
  line-height: 40px;
  margin-top: -20px;
  padding: 20px 25px;
}

/* line 271, app/assets/stylesheets/articles.css.scss */
body.pages.index .act-footer a,
body.hashtags .act-footer a {
  color: #2586fa;
}

/* line 277, app/assets/stylesheets/articles.css.scss */
body.pages.index .act-front a,
body.pages.index .act-front p,
body.hashtags .act-front a,
body.hashtags .act-front p {
  color: #5a5a5a;
}

/* line 281, app/assets/stylesheets/articles.css.scss */
body.pages.index .act-front .going-on,
body.hashtags .act-front .going-on {
  font-size: 14px;
}

/* line 284, app/assets/stylesheets/articles.css.scss */
body.pages.index .act-front .act-date,
body.hashtags .act-front .act-date {
  font-size: 48px;
  line-height: 71px;
  color: #2586fa;
}

/* line 289, app/assets/stylesheets/articles.css.scss */
body.pages.index .act-front .act-title,
body.hashtags .act-front .act-title {
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
}

/* line 294, app/assets/stylesheets/articles.css.scss */
body.pages.index .act-front p,
body.hashtags .act-front p {
  font-size: 16px;
  line-height: 27px;
}

/* line 299, app/assets/stylesheets/articles.css.scss */
body.pages.index .carousel,
body.hashtags .carousel {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5px;
}

/* line 303, app/assets/stylesheets/articles.css.scss */
body.pages.index .carousel .carousel-inner,
body.hashtags .carousel .carousel-inner {
  padding: 0px;
}

/* line 305, app/assets/stylesheets/articles.css.scss */
body.pages.index .carousel .carousel-inner .carousel-caption,
body.hashtags .carousel .carousel-inner .carousel-caption {
  text-align: left;
  left: 5%;
  right: 5%;
  bottom: 0px;
}

/* line 310, app/assets/stylesheets/articles.css.scss */
body.pages.index .carousel .carousel-inner .carousel-caption a,
body.hashtags .carousel .carousel-inner .carousel-caption a {
  color: #fff;
}

/* line 313, app/assets/stylesheets/articles.css.scss */
body.pages.index .carousel .carousel-inner .carousel-caption h1,
body.hashtags .carousel .carousel-inner .carousel-caption h1 {
  margin-bottom: 25px;
}

/* line 315, app/assets/stylesheets/articles.css.scss */
body.pages.index .carousel .carousel-inner .carousel-caption h1 a,
body.hashtags .carousel .carousel-inner .carousel-caption h1 a {
  font-size: 22px;
}

/* line 318, app/assets/stylesheets/articles.css.scss */
body.pages.index .carousel .carousel-inner .carousel-caption h1:hover,
body.hashtags .carousel .carousel-inner .carousel-caption h1:hover {
  color: #2586fa;
}

/* line 322, app/assets/stylesheets/articles.css.scss */
body.pages.index .carousel .carousel-inner .carousel-caption p,
body.hashtags .carousel .carousel-inner .carousel-caption p {
  margin-bottom: 0px;
  line-height: 29px;
}

/* line 325, app/assets/stylesheets/articles.css.scss */
body.pages.index .carousel .carousel-inner .carousel-caption p a,
body.hashtags .carousel .carousel-inner .carousel-caption p a {
  font-size: 16px;
}

/* line 330, app/assets/stylesheets/articles.css.scss */
body.pages.index .carousel .carousel-inner .banner-1,
body.hashtags .carousel .carousel-inner .banner-1 {
  padding: 0;
}

/* line 332, app/assets/stylesheets/articles.css.scss */
body.pages.index .carousel .carousel-inner .banner-1 > a,
body.hashtags .carousel .carousel-inner .banner-1 > a {
  background-size: cover;
  height: 500px;
  display: block;
}

/* line 336, app/assets/stylesheets/articles.css.scss */
body.pages.index .carousel .carousel-inner .banner-1 > a:hover,
body.hashtags .carousel .carousel-inner .banner-1 > a:hover {
  -webkit-filter: grayscale(30%);
  -moz-filter: grayscale(30%);
  -ms-filter: grayscale(30%);
  -o-filter: grayscale(30%);
  filter: grayscale(30%);
  filter: url(//static.shenzhenware.com/grayscale.svg);
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
}

/* line 343, app/assets/stylesheets/articles.css.scss */
body.pages.index .carousel .carousel-inner .banner-2 .sub-ad a,
body.hashtags .carousel .carousel-inner .banner-2 .sub-ad a {
  background: no-repeat center center;
  background-size: cover;
  text-align: center;
  text-shadow: 0 1px 2 px rgba(0, 0, 0, 0.6);
}

/* line 348, app/assets/stylesheets/articles.css.scss */
body.pages.index .carousel .carousel-inner .banner-2 .sub-ad a:first-child:hover,
body.hashtags .carousel .carousel-inner .banner-2 .sub-ad a:first-child:hover {
  -webkit-filter: grayscale(30%);
  -moz-filter: grayscale(30%);
  -ms-filter: grayscale(30%);
  -o-filter: grayscale(30%);
  filter: grayscale(30%);
  filter: url(//static.shenzhenware.com/grayscale.svg);
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
}

/* line 351, app/assets/stylesheets/articles.css.scss */
body.pages.index .carousel .carousel-inner .banner-2 .sub-ad a span,
body.hashtags .carousel .carousel-inner .banner-2 .sub-ad a span {
  font-size: 20px;
  color: #fff;
  z-index: 50;
}

/* line 355, app/assets/stylesheets/articles.css.scss */
body.pages.index .carousel .carousel-inner .banner-2 .sub-ad a span:hover,
body.hashtags .carousel .carousel-inner .banner-2 .sub-ad a span:hover {
  color: #2586fa;
}

@media (min-width: 1024px) {
  /* line 363, app/assets/stylesheets/articles.css.scss */
  body.pages.index .carousel .carousel-inner .banner-2,
body.hashtags .carousel .carousel-inner .banner-2 {
    height: 500px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 367, app/assets/stylesheets/articles.css.scss */
  body.pages.index .carousel .carousel-inner .banner-2 .sub-ad,
body.hashtags .carousel .carousel-inner .banner-2 .sub-ad {
    height: 50%;
    width: auto;
  }
  /* line 370, app/assets/stylesheets/articles.css.scss */
  body.pages.index .carousel .carousel-inner .banner-2 .sub-ad a,
body.hashtags .carousel .carousel-inner .banner-2 .sub-ad a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  /* line 375, app/assets/stylesheets/articles.css.scss */
  body.pages.index .carousel .carousel-inner .banner-2 .sub-ad a span,
body.hashtags .carousel .carousel-inner .banner-2 .sub-ad a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 50px;
    margin: 35px 0px;
  }
}

/* line 390, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-personal,
body.hashtags .moment-personal {
  margin-top: 2em;
  padding: 25px 0px;
  background-color: #fff;
}

/* line 394, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-personal a,
body.hashtags .moment-personal a {
  display: block;
  text-align: center;
}

/* line 399, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-personal .moment-name p,
body.hashtags .moment-personal .moment-name p {
  padding: 15px 0px 0px 0px;
  margin: 0px;
}

/* line 402, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-personal .moment-name p:nth-child(2),
body.hashtags .moment-personal .moment-name p:nth-child(2) {
  color: #5a5a5a;
  font-size: 26px;
}

/* line 407, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-personal .moment-name img,
body.hashtags .moment-personal .moment-name img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 1em;
  width: 60px;
  height: 60px;
}

/* line 414, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-recommend,
body.hashtags .moment-recommend {
  margin-top: 30px;
  background-color: #fff;
}

/* line 417, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-recommend .moment-heading,
body.hashtags .moment-recommend .moment-heading {
  border-bottom: 1px solid #e6e6e6;
}

/* line 419, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-recommend .moment-heading a:first-child,
body.hashtags .moment-recommend .moment-heading a:first-child {
  color: #2586fa;
}

/* line 422, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-recommend .moment-heading a:last-child,
body.hashtags .moment-recommend .moment-heading a:last-child {
  position: relative;
  top: -4px;
  color: #5a5a5a;
  font-size: 10px;
  cursor: pointer;
}

/* line 428, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-recommend .moment-heading a:last-child i,
body.hashtags .moment-recommend .moment-heading a:last-child i {
  margin: .5em;
}

/* line 433, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-recommend > div,
body.hashtags .moment-recommend > div {
  padding: 1em 1.5em;
}

/* line 436, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-recommend .moment-re-people,
body.hashtags .moment-recommend .moment-re-people {
  padding: .5em 0;
  border-bottom: 1px solid #e6e6e6;
  min-height: 75px;
}

/* line 440, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-recommend .moment-re-people:last-child,
body.hashtags .moment-recommend .moment-re-people:last-child {
  border: none;
}

/* line 443, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-recommend .moment-re-people img,
body.hashtags .moment-recommend .moment-re-people img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 1em;
  float: left;
  margin: 0 1em 0 0;
  height: 60px;
  width: 60px;
}

/* line 449, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-recommend .moment-re-people img:hover,
body.hashtags .moment-recommend .moment-re-people img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: .5;
  transition: all .5s ease;
}

/* line 456, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-recommend .moment-re-people div,
body.hashtags .moment-recommend .moment-re-people div {
  margin: 1em 0 0 1em;
}

/* line 458, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-recommend .moment-re-people div a,
body.hashtags .moment-recommend .moment-re-people div a {
  font-size: 12px;
  line-height: 1.5em;
}

/* line 463, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-recommend .moment-re-people p,
body.hashtags .moment-recommend .moment-re-people p {
  font-size: 12px;
  color: #8b8b8b;
  min-height: 3em;
  line-height: 1.5em;
}

/* line 472, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release,
body.hashtags .moment-release {
  background-color: #fff;
  margin: 2em 0;
  padding: 0 1em;
}

/* line 476, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release .moment-re-heading,
body.hashtags .moment-release .moment-re-heading {
  padding: 1em 0em 0.5em 1em;
}

/* line 478, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release .moment-re-heading img,
body.hashtags .moment-release .moment-re-heading img {
  margin: .5em;
}

/* line 482, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release .moment-re-heading #tags-title,
body.hashtags .moment-release .moment-re-heading #tags-title {
  margin-right: 1em;
}

/* line 488, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release .moment-re-heading .new-feed-guide a span,
body.hashtags .moment-release .moment-re-heading .new-feed-guide a span {
  padding: 0em 0.3em;
  color: #2586fa;
}

/* line 495, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release > .new_feed,
body.hashtags .moment-release > .new_feed {
  margin: 0 .5em;
  padding-bottom: 1em;
}

/* line 498, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release > .new_feed .form-group,
body.hashtags .moment-release > .new_feed .form-group {
  position: relative;
}

/* line 500, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release > .new_feed .form-group #new_feed_content,
body.hashtags .moment-release > .new_feed .form-group #new_feed_content {
  border-radius: 4px 4px 0 0;
}

/* line 505, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release > .new_feed .upload-image-button i,
body.hashtags .moment-release > .new_feed .upload-image-button i {
  font-size: 24px;
}

/* line 508, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release > .new_feed .upload-image-button #fileupload,
body.hashtags .moment-release > .new_feed .upload-image-button #fileupload {
  width: 86px;
  height: 26px;
  font-size: 26px;
}

/* line 514, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release > .new_feed .image-area,
body.hashtags .moment-release > .new_feed .image-area {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 5px;
  border-radius: 0 0 4px 4px;
  background-color: #f0f0f0;
  margin: 0px;
  height: auto;
  width: auto;
  border-top: 1px solid #eee;
}

/* line 525, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release > .new_feed .image-area .col-sm-2,
body.hashtags .moment-release > .new_feed .image-area .col-sm-2 {
  position: relative;
  padding: 0px 5px;
  text-align: center;
}

/* line 529, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release > .new_feed .image-area .col-sm-2 img,
body.hashtags .moment-release > .new_feed .image-area .col-sm-2 img {
  height: 100px;
  width: 100%;
  border-radius: 5px;
}

/* line 536, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release > .new_feed #new_feed_submit,
body.hashtags .moment-release > .new_feed #new_feed_submit {
  margin-top: 1.3em;
}

/* line 540, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release .moment-add-picture,
body.hashtags .moment-release .moment-add-picture {
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: #f9f9f9;
  padding: 1em 2em;
  margin: 0 .5em;
}

/* line 546, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release .moment-add-picture div,
body.hashtags .moment-release .moment-add-picture div {
  margin-bottom: 1em;
}

/* line 549, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release .moment-add-picture a,
body.hashtags .moment-release .moment-add-picture a {
  font-size: 12px;
  margin: .5em;
}

/* line 553, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-release .moment-add-picture img,
body.hashtags .moment-release .moment-add-picture img {
  height: 60px;
  width: 60px;
  margin: 5px;
  -webkit-filter: grayscale(30%);
  -moz-filter: grayscale(30%);
  -ms-filter: grayscale(30%);
  -o-filter: grayscale(30%);
  filter: grayscale(30%);
  filter: url(//static.shenzhenware.com/grayscale.svg);
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
}

/* line 561, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page,
body.hashtags .moment-page {
  background-color: #fff;
}

/* line 564, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-heading,
body.hashtags .moment-page .moment-float .moment-float-heading {
  margin-top: 1em;
  padding-top: 2em;
}

/* line 567, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-heading a,
body.hashtags .moment-page .moment-float .moment-float-heading a {
  vertical-align: super;
}

/* line 570, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-heading img,
body.hashtags .moment-page .moment-float .moment-float-heading img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 1em;
  margin-top: -.5em;
  float: left;
  height: 50px;
  width: 50px;
}

/* line 577, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-heading span,
body.hashtags .moment-page .moment-float .moment-float-heading span {
  color: #bdbdbd;
  margin: 0 14px;
}

/* line 580, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-heading span:last-child,
body.hashtags .moment-page .moment-float .moment-float-heading span:last-child {
  margin-right: 1em;
}

/* line 584, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-heading p,
body.hashtags .moment-page .moment-float .moment-float-heading p {
  min-height: 15px;
  font-size: 12px;
  color: #bdbdbd;
}

/* line 590, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-photorail,
body.hashtags .moment-page .moment-float .moment-photorail {
  overflow: hidden;
  padding: 1em 2em;
}

@media (max-width: 767px) {
  /* line 590, app/assets/stylesheets/articles.css.scss */
  body.pages.index .moment-page .moment-float .moment-photorail,
body.hashtags .moment-page .moment-float .moment-photorail {
    margin: 0;
    padding: 1em;
  }
}

/* line 597, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-photorail .photorail-single,
body.hashtags .moment-page .moment-float .moment-photorail .photorail-single {
  width: 320px !important;
  height: auto;
}

/* line 600, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-photorail .photorail-single a,
body.hashtags .moment-page .moment-float .moment-photorail .photorail-single a {
  height: auto !important;
}

/* line 602, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-photorail .photorail-single a img,
body.hashtags .moment-page .moment-float .moment-photorail .photorail-single a img {
  width: 320px !important;
  height: auto;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 616, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-photorail span,
body.hashtags .moment-page .moment-float .moment-photorail span {
  position: relative;
  float: left;
  overflow: hidden;
  margin: .2em;
}

@media (max-width: 767px) {
  /* line 616, app/assets/stylesheets/articles.css.scss */
  body.pages.index .moment-page .moment-float .moment-photorail span,
body.hashtags .moment-page .moment-float .moment-photorail span {
    width: calc( (100% / 3) - 1em);
  }
}

@media (min-width: 768px) {
  /* line 616, app/assets/stylesheets/articles.css.scss */
  body.pages.index .moment-page .moment-float .moment-photorail span,
body.hashtags .moment-page .moment-float .moment-photorail span {
    width: 200px;
    height: 200px;
  }
}

/* line 628, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-photorail span a,
body.hashtags .moment-page .moment-float .moment-photorail span a {
  display: block;
}

@media (min-width: 768px) {
  /* line 628, app/assets/stylesheets/articles.css.scss */
  body.pages.index .moment-page .moment-float .moment-photorail span a,
body.hashtags .moment-page .moment-float .moment-photorail span a {
    height: 200px;
  }
  /* line 632, app/assets/stylesheets/articles.css.scss */
  body.pages.index .moment-page .moment-float .moment-photorail span a img,
body.hashtags .moment-page .moment-float .moment-photorail span a img {
    height: 200px;
  }
}

/* line 639, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-comment,
body.hashtags .moment-page .moment-float .moment-comment {
  margin: 3em 0 1em 0em;
}

/* line 641, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-comment img,
body.hashtags .moment-page .moment-float .moment-comment img {
  margin: 0 2em 1em 1em;
}

/* line 644, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-comment p,
body.hashtags .moment-page .moment-float .moment-comment p {
  margin: 0 50px 8px;
  line-height: 1.5em;
  color: #8b8b8b;
  overflow: hidden;
}

/* line 650, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-comment div.click-to-toggle,
body.hashtags .moment-page .moment-float .moment-comment div.click-to-toggle {
  color: #0096FF;
  margin-left: 4.5em;
  margin-top: -8px;
  text-decoration: underline;
  cursor: pointer;
}

/* line 657, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-comment div.event-name-tip,
body.hashtags .moment-page .moment-float .moment-comment div.event-name-tip {
  margin: 1em 4.5em;
}

/* line 659, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-comment div.event-name-tip a,
body.hashtags .moment-page .moment-float .moment-comment div.event-name-tip a {
  color: #25a8e0;
}

/* line 664, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-product,
body.hashtags .moment-page .moment-float .moment-product {
  margin: 2em 1em;
  padding: 15px;
  min-height: 142px;
  border: 1px solid #e6e6e6;
}

/* line 669, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-product img,
body.hashtags .moment-page .moment-float .moment-product img {
  float: left;
  width: 180px;
  height: 110px;
  margin: 0 15px 0 0;
}

/* line 675, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-product p,
body.hashtags .moment-page .moment-float .moment-product p {
  line-height: 1.3em;
  color: #8b8b8b;
}

/* line 679, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-product h1,
body.hashtags .moment-page .moment-float .moment-product h1 {
  margin: 0 0 1em 0;
  font-size: 18px;
  line-height: 1.3em;
  color: #5a5a5a;
}

/* line 685, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-product .expert-lists .avatar,
body.hashtags .moment-page .moment-float .moment-product .expert-lists .avatar {
  margin: 0 5px;
}

/* line 687, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-product .expert-lists .avatar img,
body.hashtags .moment-page .moment-float .moment-product .expert-lists .avatar img {
  width: 40px;
  height: 40px;
  margin: 0px;
  float: none;
}

/* line 693, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-product .expert-lists .avatar h4,
body.hashtags .moment-page .moment-float .moment-product .expert-lists .avatar h4 {
  margin-top: 10px;
}

/* line 698, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-connect,
body.hashtags .moment-page .moment-float .moment-connect {
  margin: 2em 1em;
  padding: 20px 0 40px 0;
  min-height: 130px;
  border: 1px solid #e6e6e6;
}

/* line 703, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-connect img,
body.hashtags .moment-page .moment-float .moment-connect img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 1em;
  float: left;
  height: 100px;
  width: 100px;
}

/* line 709, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-connect p,
body.hashtags .moment-page .moment-float .moment-connect p {
  font-size: 10px;
  color: #8b8b8b;
}

/* line 713, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-connect .link-btn,
body.hashtags .moment-page .moment-float .moment-connect .link-btn {
  margin: -2em 6em;
}

/* line 717, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content,
body.hashtags .moment-page .moment-float .moment-float-content {
  border: 1px solid #e6e6e6;
  margin: 2em 1em;
}

/* line 14, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article {
  padding: 0 20px;
}

/* line 16, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 22, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-img,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-img {
  min-height: 150px;
  max-width: 100%;
  height: auto;
  background-size: cover;
}

/* line 30, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-title h2 a,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-title h2 a {
  font-size: 18px;
  line-height: 24px;
}

/* line 34, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-title h2 a:hover,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-title h2 a:hover {
  color: #2586fa !important;
}

/* line 39, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .author div,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .author div {
  padding: 5px 9px;
  line-height: 1em;
}

/* line 42, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .author div :nth-child(2),
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .author div :nth-child(2) {
  margin-left: 2em;
}

/* line 45, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .author div a,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .author div a {
  color: inherit;
}

/* line 49, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .author .collections-item-footer,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .author .collections-item-footer {
  color: #bdbdbd !important;
}

/* line 53, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-summary,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-summary {
  line-height: 20px;
  max-height: 85px;
  color: #8b8b8b !important;
}

/* line 57, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-summary .pro-list,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-summary .pro-list {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 62, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-summary .experts-lists a img,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-summary .experts-lists a img {
  width: 35px;
  height: 35px;
}

/* line 4, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-summary .experts-lists .more-btn,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-summary .experts-lists .more-btn {
  color: #5e5e5e;
  text-align: center;
  padding: 9.5px;
}

/* line 721, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-img,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-img {
  width: 180px;
  height: 110px !important;
  min-height: 0px;
}

/* line 726, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item {
  border: none;
}

/* line 728, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item > a,
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item > a,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info {
  display: inline-block;
}

/* line 731, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item > a ul,
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info ul,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item > a ul,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info ul {
  display: block;
}

/* line 733, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item > a ul .col-lg-6,
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info ul .col-lg-6,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item > a ul .col-lg-6,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info ul .col-lg-6 {
  width: calc(100% / 2);
  padding: 0px;
}

/* line 739, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-title h2,
body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-title h2 {
  margin: 0px;
}

/* line 744, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-comment,
body.hashtags .moment-page .moment-float .moment-float-comment {
  margin: 0 1em;
  background-color: #f9f9f9;
}

/* line 747, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-comment > p,
body.hashtags .moment-page .moment-float .moment-float-comment > p {
  margin: 0 1em;
  padding-top: 1em;
}

/* line 750, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-comment > p > a,
body.hashtags .moment-page .moment-float .moment-float-comment > p > a {
  color: #2586fa;
}

/* line 752, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-comment > p > a > span,
body.hashtags .moment-page .moment-float .moment-float-comment > p > a > span {
  margin: 0 1em;
}

/* line 757, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-comment .reply-activity-comment,
body.hashtags .moment-page .moment-float .moment-float-comment .reply-activity-comment {
  color: #2586fa;
  cursor: pointer;
}

/* line 762, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-reply,
body.hashtags .moment-page .moment-float .moment-float-reply {
  display: block;
  margin: 1em;
  padding-bottom: 1em;
}

/* line 766, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-reply textarea,
body.hashtags .moment-page .moment-float .moment-float-reply textarea {
  display: inline-block;
  width: 90%;
  vertical-align: bottom;
  height: 35px;
}

/* line 772, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-reply input,
body.hashtags .moment-page .moment-float .moment-float-reply input {
  display: inline-block;
  margin-left: .5em;
}

/* line 776, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-reply form,
body.hashtags .moment-page .moment-float .moment-float-reply form {
  padding: 1em 0;
}

/* line 780, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-share,
body.hashtags .moment-page .moment-float .moment-float-share {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  margin-top: .5em;
}

/* line 784, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-share div:first-child,
body.hashtags .moment-page .moment-float .moment-float-share div:first-child {
  min-height: 3em;
}

/* line 786, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-share div:first-child .expert-socialization-action,
body.hashtags .moment-page .moment-float .moment-float-share div:first-child .expert-socialization-action {
  color: #2586fa;
}

/* line 788, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-share div:first-child .expert-socialization-action .user-action,
body.hashtags .moment-page .moment-float .moment-float-share div:first-child .expert-socialization-action .user-action {
  margin-right: 1.5em;
  line-height: 1em;
  padding: 0.7em 0em;
}

/* line 793, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-share div:first-child .expert-socialization-action a,
body.hashtags .moment-page .moment-float .moment-float-share div:first-child .expert-socialization-action a {
  padding: 0;
  margin-right: 0.2em;
}

/* line 796, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-share div:first-child .expert-socialization-action a:hover,
body.hashtags .moment-page .moment-float .moment-float-share div:first-child .expert-socialization-action a:hover {
  color: #2586fa !important;
}

/* line 799, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-share div:first-child .expert-socialization-action a i,
body.hashtags .moment-page .moment-float .moment-float-share div:first-child .expert-socialization-action a i {
  margin: 0;
}

/* line 804, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-share div:first-child a,
body.hashtags .moment-page .moment-float .moment-float-share div:first-child a {
  display: inline-block;
  float: right;
  padding: .5em 1.5em;
  line-height: 2em;
}

/* line 809, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-share div:first-child a:hover,
body.hashtags .moment-page .moment-float .moment-float-share div:first-child a:hover {
  cursor: pointer;
  color: #eb397c !important;
}

/* line 813, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-share div:first-child a i,
body.hashtags .moment-page .moment-float .moment-float-share div:first-child a i {
  font-size: 18px;
  margin: .5em;
}

/* line 819, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-float-share div:first-child .media-share-feed a.active,
body.hashtags .moment-page .moment-float .moment-float-share div:first-child .media-share-feed a.active {
  color: #eb397c !important;
}

/* line 825, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-act,
body.hashtags .moment-page .moment-float .moment-act {
  border: 1px solid #e6e6e6;
  margin: 2em 1em 2em 1em;
  padding: 1em 0;
  min-height: 150px;
}

/* line 830, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-act > a,
body.hashtags .moment-page .moment-float .moment-act > a {
  float: left;
  margin: .5em 2em 0em 2em;
  padding-right: 2em;
  border-right: 1px solid #e6e6e6;
}

/* line 835, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-act > a h1,
body.hashtags .moment-page .moment-float .moment-act > a h1 {
  font-size: 46px;
  color: #2586fa;
  margin-top: .5em;
  margin-bottom: 0px;
}

/* line 841, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-act > a h3,
body.hashtags .moment-page .moment-float .moment-act > a h3 {
  margin: 0em;
  margin-top: 1em;
  color: #2586fa;
  text-align: center;
}

/* line 848, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-act img,
body.hashtags .moment-page .moment-float .moment-act img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 1em;
  height: 40px;
  width: 40px;
  margin: 0px;
}

/* line 854, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-act div,
body.hashtags .moment-page .moment-float .moment-act div {
  margin: 1em 1em;
}

/* line 856, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-act div h1,
body.hashtags .moment-page .moment-float .moment-act div h1 {
  font-size: 18px;
  line-height: 24px;
  color: #5a5a5a;
}

/* line 862, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-act .avatar,
body.hashtags .moment-page .moment-float .moment-act .avatar {
  margin: 0 5px;
}

/* line 864, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-act .avatar .avatar-ball p,
body.hashtags .moment-page .moment-float .moment-act .avatar .avatar-ball p {
  margin: 0px;
  width: 100%;
}

/* line 868, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-act .avatar .avatar-ball img,
body.hashtags .moment-page .moment-float .moment-act .avatar .avatar-ball img {
  margin-bottom: 15px;
}

/* line 4, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-page .moment-float .moment-act .more-btn,
body.hashtags .moment-page .moment-float .moment-act .more-btn {
  color: #5e5e5e;
  text-align: center;
  padding: 9.5px;
}

/* line 876, app/assets/stylesheets/articles.css.scss */
body.pages.index .moment-notes,
body.hashtags .moment-notes {
  padding: 7px 0 7px 0;
  background: #fff8bf;
  text-align: center;
  margin: 10px 0 -10px 0;
}

/* line 14, app/assets/stylesheets/articles.css.scss */
body.articles #article-list .hf-article {
  padding: 0 20px;
}

/* line 16, app/assets/stylesheets/articles.css.scss */
body.articles #article-list .hf-article .hf-item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 22, app/assets/stylesheets/articles.css.scss */
body.articles #article-list .hf-article .hf-item .hf-img {
  min-height: 150px;
  max-width: 100%;
  height: auto;
  background-size: cover;
}

/* line 30, app/assets/stylesheets/articles.css.scss */
body.articles #article-list .hf-article .hf-item .hf-info .hf-title h2 a {
  font-size: 18px;
  line-height: 24px;
}

/* line 34, app/assets/stylesheets/articles.css.scss */
body.articles #article-list .hf-article .hf-item .hf-info .hf-title h2 a:hover {
  color: #2586fa !important;
}

/* line 39, app/assets/stylesheets/articles.css.scss */
body.articles #article-list .hf-article .hf-item .hf-info .author div {
  padding: 5px 9px;
  line-height: 1em;
}

/* line 42, app/assets/stylesheets/articles.css.scss */
body.articles #article-list .hf-article .hf-item .hf-info .author div :nth-child(2) {
  margin-left: 2em;
}

/* line 45, app/assets/stylesheets/articles.css.scss */
body.articles #article-list .hf-article .hf-item .hf-info .author div a {
  color: inherit;
}

/* line 49, app/assets/stylesheets/articles.css.scss */
body.articles #article-list .hf-article .hf-item .hf-info .author .collections-item-footer {
  color: #bdbdbd !important;
}

/* line 53, app/assets/stylesheets/articles.css.scss */
body.articles #article-list .hf-article .hf-item .hf-info .hf-summary {
  line-height: 20px;
  max-height: 85px;
  color: #8b8b8b !important;
}

/* line 57, app/assets/stylesheets/articles.css.scss */
body.articles #article-list .hf-article .hf-item .hf-info .hf-summary .pro-list {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 62, app/assets/stylesheets/articles.css.scss */
body.articles #article-list .hf-article .hf-item .hf-info .hf-summary .experts-lists a img {
  width: 35px;
  height: 35px;
}

/* line 4, app/assets/stylesheets/articles.css.scss */
body.articles #article-list .hf-article .hf-item .hf-info .hf-summary .experts-lists .more-btn {
  color: #5e5e5e;
  text-align: center;
  padding: 9.5px;
}

/* line 888, app/assets/stylesheets/articles.css.scss */
body.articles .szw-intro-divider {
  margin: 2em;
  font-size: 16px;
}

/* line 891, app/assets/stylesheets/articles.css.scss */
body.articles .szw-intro-divider .first-dot {
  color: #0096ff !important;
}

/* line 894, app/assets/stylesheets/articles.css.scss */
body.articles .szw-intro-divider .second-dot {
  color: #ff327e !important;
}

/* line 897, app/assets/stylesheets/articles.css.scss */
body.articles .szw-intro-divider .third-dot {
  color: #8a8d8f !important;
}

/* line 901, app/assets/stylesheets/articles.css.scss */
body.articles .szw-intro {
  font-style: italic;
  margin-bottom: 1em;
  font-family: initial;
  font-size: 14px;
  color: #000000;
}

/* line 908, app/assets/stylesheets/articles.css.scss */
body.articles .guest-info {
  margin: 7.5px 0px;
  background-color: #fff;
  min-height: 280px;
  min-width: 360px;
  line-height: 1.5em;
  padding-top: 2em;
}

/* line 915, app/assets/stylesheets/articles.css.scss */
body.articles .guest-info .guest-name {
  display: block;
  margin-top: 1em;
  transition: all 0.5s linear;
}

/* line 919, app/assets/stylesheets/articles.css.scss */
body.articles .guest-info .guest-name a {
  color: #000000;
  font-size: 1em;
}

/* line 924, app/assets/stylesheets/articles.css.scss */
body.articles .guest-info p {
  font-size: 1.2em;
  padding: 0 1em;
}

@media (max-width: 768px) {
  /* line 928, app/assets/stylesheets/articles.css.scss */
  body.articles .guest-info p.pc-browser {
    display: none;
  }
}

@media (min-width: 769px) {
  /* line 933, app/assets/stylesheets/articles.css.scss */
  body.articles .guest-info p.mobile-device {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 938, app/assets/stylesheets/articles.css.scss */
  body.articles .guest-info .link-info {
    padding-bottom: 1em;
  }
}

@media (min-width: 769px) {
  /* line 908, app/assets/stylesheets/articles.css.scss */
  body.articles .guest-info {
    height: 280px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
  }
  /* line 949, app/assets/stylesheets/articles.css.scss */
  body.articles .guest-info .guest-avatar {
    padding-top: 2.5em;
    transition: all 0.5s linear;
  }
  /* line 953, app/assets/stylesheets/articles.css.scss */
  body.articles .guest-info p {
    opacity: 0;
    transition: all 0.5s linear;
  }
  /* line 957, app/assets/stylesheets/articles.css.scss */
  body.articles .guest-info .link-info {
    position: absolute;
    right: 3em;
    top: 2em;
  }
  /* line 962, app/assets/stylesheets/articles.css.scss */
  body.articles .guest-info:hover {
    min-height: 280px;
    padding-top: 0;
    transform: all 1s;
    -webkit-transform: all 1s;
    -moz-transform: all 1s;
    -o-transform: all 1s;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
  }
  /* line 973, app/assets/stylesheets/articles.css.scss */
  body.articles .guest-info:hover .guest-avatar {
    padding-top: 0;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -moz-transform: scale(0.7);
  }
  /* line 980, app/assets/stylesheets/articles.css.scss */
  body.articles .guest-info:hover .guest-name {
    margin-top: -1em;
  }
  /* line 983, app/assets/stylesheets/articles.css.scss */
  body.articles .guest-info:hover p {
    opacity: 1;
    font-size: 1.2em;
  }
}

/* line 990, app/assets/stylesheets/articles.css.scss */
body.articles .marketing-promotions {
  background-color: #ffffff;
  margin-top: 20px;
}

/* line 994, app/assets/stylesheets/articles.css.scss */
body.articles .marketing-promotions img {
  width: 100%;
}

@media (max-width: 767px) {
  /* line 999, app/assets/stylesheets/articles.css.scss */
  body.articles .marketing-promotions {
    margin: 7.5px 0px;
    padding: 50px 5px;
  }
}

@media (max-width: 736px) {
  /* line 7, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles #article-list .hf-summary, body.pages.index #article-list .hf-summary, body.hashtags #article-list .hf-summary {
    margin: 0 0 10px 0;
  }
  /* line 10, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles #article-list .hf-title h2, body.pages.index #article-list .hf-title h2, body.hashtags #article-list .hf-title h2 {
    margin: 10px 0;
  }
  /* line 14, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .banner-1, body.pages.index .banner-1, body.hashtags .banner-1 {
    height: auto;
  }
  /* line 16, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .banner-1 > a, body.pages.index .banner-1 > a, body.hashtags .banner-1 > a {
    height: 350px !important;
    background-position-x: -75px;
  }
  /* line 21, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .banner-2, body.pages.index .banner-2, body.hashtags .banner-2 {
    height: 350px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 29, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .carousel-inner, body.pages.index .carousel-inner, body.hashtags .carousel-inner {
    max-height: 500px !important;
  }
  /* line 31, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .carousel-inner .banner-1, body.pages.index .carousel-inner .banner-1, body.hashtags .carousel-inner .banner-1 {
    width: 100% !important;
  }
  /* line 37, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .banner-2 .sub-ad, body.pages.index .banner-2 .sub-ad, body.hashtags .banner-2 .sub-ad {
    display: none;
  }
}

@media (max-width: 736px) {
  /* line 44, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page, body.pages.index .moment-page, body.hashtags .moment-page {
    padding: 0em;
  }
  /* line 48, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-float-share div:first-child a, body.pages.index .moment-page .moment-float .moment-float-share div:first-child a, body.hashtags .moment-page .moment-float .moment-float-share div:first-child a {
    padding-top: .5em;
    padding-bottom: .5em;
  }
  /* line 54, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-float-content .hf-article, body.pages.index .moment-page .moment-float .moment-float-content .hf-article, body.hashtags .moment-page .moment-float .moment-float-content .hf-article {
    padding: 0 .5em;
  }
  /* line 56, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-float-content .hf-article .hf-item, body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item, body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item {
    padding: .5em 0;
  }
  /* line 58, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-img, body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-img, body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-img {
    margin-right: 15px;
    width: 90px;
    height: 65px !important;
    float: left;
  }
  /* line 64, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-float-content .hf-article .hf-item a, body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item a, body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item a {
    display: block;
  }
  /* line 67, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info, body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info, body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info {
    display: block;
  }
  /* line 69, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-title h2, body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-title h2, body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-title h2 {
    margin: 10px 0;
  }
  /* line 71, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-title h2 a, body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-title h2 a, body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-title h2 a {
    font-size: 15px !important;
    line-height: 1.3em;
  }
  /* line 76, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-summary, body.pages.index .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-summary, body.hashtags .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-summary {
    margin: 0 0 10px 0;
  }
  /* line 81, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-product, body.pages.index .moment-page .moment-float .moment-product, body.hashtags .moment-page .moment-float .moment-product {
    padding: .5em;
    min-height: 80px;
  }
  /* line 84, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-product a, body.pages.index .moment-page .moment-float .moment-product a, body.hashtags .moment-page .moment-float .moment-product a {
    position: absolute;
    left: 38px;
  }
  /* line 88, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-product img, body.pages.index .moment-page .moment-float .moment-product img, body.hashtags .moment-page .moment-float .moment-product img {
    width: 90px;
    height: 65px;
  }
  /* line 92, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-product h1, body.pages.index .moment-page .moment-float .moment-product h1, body.hashtags .moment-page .moment-float .moment-product h1 {
    font-size: 15px;
    margin: .3em 3em;
    min-width: 234px;
  }
  /* line 97, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-product p, body.pages.index .moment-page .moment-float .moment-product p, body.hashtags .moment-page .moment-float .moment-product p {
    margin-right: 35px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  /* line 105, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-act, body.pages.index .moment-page .moment-float .moment-act, body.hashtags .moment-page .moment-float .moment-act {
    margin: 2em 1em;
  }
  /* line 107, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-act > a, body.pages.index .moment-page .moment-float .moment-act > a, body.hashtags .moment-page .moment-float .moment-act > a {
    margin: 5px 10px 0 10px;
    padding-right: 10px;
  }
  /* line 112, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-photorail, body.pages.index .moment-page .moment-float .moment-photorail, body.hashtags .moment-page .moment-float .moment-photorail {
    margin: 3em 1em;
  }
  /* line 114, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-photorail .photorail-single img, body.pages.index .moment-page .moment-float .moment-photorail .photorail-single img, body.hashtags .moment-page .moment-float .moment-photorail .photorail-single img {
    -webkit-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
  }
  /* line 119, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-float-comment, body.pages.index .moment-page .moment-float .moment-float-comment, body.hashtags .moment-page .moment-float .moment-float-comment {
    padding-bottom: 20px;
    margin-bottom: 1em;
  }
  /* line 123, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-float-reply, body.pages.index .moment-page .moment-float .moment-float-reply, body.hashtags .moment-page .moment-float .moment-float-reply {
    width: 100%;
  }
  /* line 125, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-page .moment-float .moment-float-reply input, body.pages.index .moment-page .moment-float .moment-float-reply input, body.hashtags .moment-page .moment-float .moment-float-reply input {
    float: right;
    margin-top: 1em;
    margin-right: 2.5em;
  }
  /* line 134, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .moment-recommend .moment-re-people, body.pages.index .moment-recommend .moment-re-people, body.hashtags .moment-recommend .moment-re-people {
    padding: 1em 0;
  }
}

@media (min-width: 1024px) {
  /* line 140, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .carousel-inner, body.pages.index .carousel-inner, body.hashtags .carousel-inner {
    max-height: 600px;
    width: auto;
    padding: 0px;
  }
  /* line 144, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .carousel-inner .banner-1, body.pages.index .carousel-inner .banner-1, body.hashtags .carousel-inner .banner-1 {
    padding: 0px;
    width: 65%;
  }
  /* line 147, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .carousel-inner .banner-1 img, body.pages.index .carousel-inner .banner-1 img, body.hashtags .carousel-inner .banner-1 img {
    height: 100%;
  }
  /* line 151, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .carousel-inner .banner-2, body.pages.index .carousel-inner .banner-2, body.hashtags .carousel-inner .banner-2 {
    padding: 0px;
    height: 500px;
    width: 35%;
  }
  /* line 155, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .carousel-inner .banner-2 .sub-ad, body.pages.index .carousel-inner .banner-2 .sub-ad, body.hashtags .carousel-inner .banner-2 .sub-ad {
    height: 50%;
    width: auto;
  }
  /* line 158, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .carousel-inner .banner-2 .sub-ad a, body.pages.index .carousel-inner .banner-2 .sub-ad a, body.hashtags .carousel-inner .banner-2 .sub-ad a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  /* line 163, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .carousel-inner .banner-2 .sub-ad a span, body.pages.index .carousel-inner .banner-2 .sub-ad a span, body.hashtags .carousel-inner .banner-2 .sub-ad a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 50px;
    margin: 35px 0px;
  }
  /* line 177, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .hf-item > div, body.pages.index .hf-item > div, body.hashtags .hf-item > div {
    display: table-cell;
    vertical-align: top;
  }
  /* line 181, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .hf-item .hf-img, body.pages.index .hf-item .hf-img, body.hashtags .hf-item .hf-img {
    width: 267px;
    height: 150px !important;
  }
  /* line 185, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .hf-item .hf-info, body.pages.index .hf-item .hf-info, body.hashtags .hf-item .hf-info {
    position: relative;
    width: 65%;
    padding: 0 0 0 20px;
  }
  /* line 189, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .hf-item .hf-info .author, body.pages.index .hf-item .hf-info .author, body.hashtags .hf-item .hf-info .author {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 10px;
    padding-right: 20px;
  }
  /* line 197, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .hf-item .hf-title, body.pages.index .hf-item .hf-title, body.hashtags .hf-item .hf-title {
    padding-top: 2px;
    padding-bottom: 4px;
  }
  /* line 201, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .hf-item .hf-tags, body.pages.index .hf-item .hf-tags, body.hashtags .hf-item .hf-tags {
    padding: 1em 0 1em 0;
  }
  /* line 205, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .hf-img, body.pages.index .hf-img, body.hashtags .hf-img {
    text-align: center;
  }
}

@media (max-width: 763px) {
  /* line 210, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .row-select-details .related-articles, body.pages.index .row-select-details .related-articles, body.hashtags .row-select-details .related-articles {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  /* line 219, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles #search-bar-btn, body.pages.index #search-bar-btn, body.hashtags #search-bar-btn {
    display: none;
  }
  /* line 222, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles #search-mobile, body.pages.index #search-mobile, body.hashtags #search-mobile {
    display: none;
  }
}

@media (max-width: 500px) {
  /* line 228, app/assets/stylesheets/articles-mobile.css.scss */
  body.articles .row-select-details .row, body.pages.index .row-select-details .row, body.hashtags .row-select-details .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* line 2, app/assets/stylesheets/article_categories.css.scss */
.article_category.show .top-banner .banner-img {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

/* line 5, app/assets/stylesheets/article_topics.css.scss */
.special-categories {
  margin: 30px 0;
}

/* line 8, app/assets/stylesheets/article_topics.css.scss */
.special-categories .tab {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/* line 13, app/assets/stylesheets/article_topics.css.scss */
.special-categories .tab .special-category-tab.active {
  border-bottom: 3px solid red;
}

/* line 16, app/assets/stylesheets/article_topics.css.scss */
.special-categories .tab .special-category-tab {
  padding-bottom: 10px;
}

/* line 18, app/assets/stylesheets/article_topics.css.scss */
.special-categories .tab .special-category-tab .special-category-link {
  text-decoration: none;
}

/* line 20, app/assets/stylesheets/article_topics.css.scss */
.special-categories .tab .special-category-tab .special-category-link .special-category-name {
  font-size: 20px;
  color: #000;
}

/* line 26, app/assets/stylesheets/article_topics.css.scss */
.article-topics {
  margin: 1em auto;
}

/* line 29, app/assets/stylesheets/article_topics.css.scss */
.article-topics .article-topic-card {
  background-color: #fff;
  padding: 15px;
  margin: 15px 5px;
}

/* line 35, app/assets/stylesheets/article_topics.css.scss */
.article-topics .article-topic-card .cover {
  width: 100%;
  height: 0;
  padding-bottom: calc(100% * 9 / 16);
  overflow: hidden;
}

/* line 42, app/assets/stylesheets/article_topics.css.scss */
.article-topics .article-topic-card .cover img {
  width: 100%;
}

/* line 45, app/assets/stylesheets/article_topics.css.scss */
.article-topics .article-topic-card .article-topic-text-info .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1em;
  font-size: 16px;
  color: #646464;
}

/* line 56, app/assets/stylesheets/article_topics.css.scss */
.article-topics .article-topic-card .article-topic-text-info .abstract {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  color: #A1A1A1;
}

/* line 68, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show ul.nav.nav-tabs {
  background-color: #fff;
  margin: 30px 0;
}

@media only screen and (max-width: 767px) {
  /* line 68, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show ul.nav.nav-tabs {
    position: fixed;
    bottom: 0;
    z-index: 999;
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/* line 83, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show ul.nav.nav-tabs li a {
  padding: 15px 30px;
  border: none;
  background-color: transparent;
}

/* line 87, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show ul.nav.nav-tabs li a.active {
  border-bottom: 5px solid #74C0FF;
}

@media only screen and (max-width: 767px) {
  /* line 83, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show ul.nav.nav-tabs li a {
    padding: 10px;
  }
}

/* line 94, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .mobile-article-topic-intro {
  padding: 15px;
  background-color: #fff;
  margin: 30px 0 0 0;
  line-height: 24px;
}

/* line 102, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .share-items {
  position: fixed;
  right: 15px;
  z-index: 1000;
}

/* line 108, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show ul li.share-item {
  padding: 8px 10px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  margin: 1em;
}

/* line 116, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .gallery {
  text-align: center;
  background-color: #fff;
  padding: 30px 0;
}

/* line 121, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .gallery .images {
  max-width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  /* line 121, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .gallery .images {
    max-width: 380px;
  }
}

/* line 128, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .images a img {
  max-width: 640px;
  max-height: 360px;
  padding: 0 30px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  /* line 128, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .images a img {
    max-width: 320px;
    max-height: 180px;
  }
}

/* line 138, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .images .slick-prev {
  left: 0;
}

/* line 141, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .images .slick-next {
  right: 0;
}

/* line 144, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .images .slick-prev:before {
  content: '<';
}

/* line 147, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .images .slick-next:before {
  content: '>';
}

/* line 150, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .images .slick-prev:before, .article-topic.show .images .slick-next:before {
  color: #8E8E8E;
  font-family: inherit;
  font-size: 30px;
  line-height: 0;
}

/* line 156, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .images .left-arrow, .article-topic.show .right-arrow {
  display: inline-block;
  font-size: 35px;
  padding: 0 15px;
}

/* line 160, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .images .left-arrow:hover, .article-topic.show .right-arrow:hover {
  cursor: pointer;
}

/* line 165, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .img-head {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

/* line 180, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .img-head .article-topic-cover {
  position: relative;
  width: 100%;
}

/* line 184, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .img-head .article-topic-cover img {
  width: 100%;
}

/* line 187, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .img-head .info-area {
  position: absolute;
  bottom: 0;
  padding: 30px;
  width: 100%;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  /* line 187, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .img-head .info-area {
    padding: 0 15px;
  }
}

/* line 198, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .img-head .info-area h3.title, .article-topic.show .img-head .info-area .intro {
  text-shadow: 2px 2px 15px #000000;
}

/* line 202, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .images a p.image-description {
  color: #AAAAAA;
  text-align: left;
  padding: 15px 30px;
  max-width: 640px;
  max-height: 75px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media only screen and (max-width: 767px) {
  /* line 202, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .images a p.image-description {
    max-width: 320px;
  }
}

/* line 215, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .section-title {
  padding-left: 10px;
  margin: 30px 0 15px 0;
  border-left: 5px solid #0084FF;
}

/* line 220, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles, .article-topic.show .events {
  margin-bottom: -15px;
}

/* line 222, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card, .article-topic.show .events .card {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 15px;
}

/* line 234, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .phone-show, .article-topic.show .events .card .phone-show {
  display: none;
}

/* line 237, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .row, .article-topic.show .events .card .row {
  margin-right: 0;
  margin-left: 0;
  position: relative;
}

/* line 242, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .img-wrap, .article-topic.show .events .img-wrap {
  padding: 0;
  position: relative;
}

/* line 246, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .activity-content, .article-topic.show .events .activity-content {
  padding-right: 0;
  padding-left: 30px;
  height: 0;
  padding-bottom: calc(66% * 9 / 32);
}

@media only screen and (max-width: 991px) {
  /* line 246, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .activity-content, .article-topic.show .events .activity-content {
    padding-bottom: calc(100% * 9 / 32);
  }
}

/* line 255, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .img-wrap img, .article-topic.show .events .card .img-wrap img {
  width: 100%;
}

/* line 258, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content h5, .article-topic.show .events .card .activity-content h5 {
  color: #666;
  font-size: 18px;
  margin: 25px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3.2em;
  overflow: hidden;
  line-height: 1.5em;
}

/* line 268, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content h5:hover, .article-topic.show .events .card .activity-content h5:hover {
  color: #0096FF;
}

/* line 272, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content p, .article-topic.show .events .card .activity-content p {
  color: #999;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow: hidden;
}

/* line 281, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content span, .article-topic.show .events .card .activity-content span {
  color: #999;
  font-size: 14px;
}

/* line 285, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content span s, .article-topic.show .events .card .activity-content span s {
  margin-right: 50px;
}

/* line 288, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content span.right, .article-topic.show .events .card .activity-content span.right {
  color: #ccc;
}

@media only screen and (min-width: 701px) {
  /* line 291, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content .signup.event-info, .article-topic.show .events .card .activity-content .signup.event-info {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
  }
}

/* line 298, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content .signup .signup-title, .article-topic.show .events .card .activity-content .signup .signup-title {
  display: inline-block;
}

@media only screen and (min-width: 701px) {
  /* line 298, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content .signup .signup-title, .article-topic.show .events .card .activity-content .signup .signup-title {
    width: calc(100% - 120px);
  }
}

/* line 304, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content .signup .signup-title .event-info, .article-topic.show .events .card .activity-content .signup .signup-title .event-info {
  color: #666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

/* line 313, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content .signup .signup-title .event-tags, .article-topic.show .events .card .activity-content .signup .signup-title .event-tags {
  margin-top: 15px;
}

/* line 315, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content .signup .signup-title .event-tags .event-tag, .article-topic.show .events .card .activity-content .signup .signup-title .event-tags .event-tag {
  padding-right: 1em;
}

/* line 319, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content .signup .btn, .article-topic.show .events .card .activity-content .signup .btn {
  color: #fff;
  padding: 5px 14px;
  font-size: 18px;
  background-color: #0095FF;
  border-radius: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 329, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content .signup-p, .article-topic.show .events .card .activity-content .signup-p {
  position: relative;
}

/* line 332, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content .signup-p a.event-name, .article-topic.show .events .card .activity-content .signup-p a.event-name {
  font-size: 18px;
  color: #666;
}

/* line 336, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content-bom, .article-topic.show .events .card .activity-content-bom {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  margin-left: 36%;
}

/* line 343, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content-bom span, .article-topic.show .events .card .activity-content-bom span {
  color: #ccc;
}

/* line 346, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content-bom span.left, .article-topic.show .events .card .activity-content-bom span.left {
  color: #8b8b8b;
}

/* line 349, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content-bom span s a, .article-topic.show .events .card .activity-content-bom span s a {
  color: #8b8b8b;
}

/* line 352, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content-bom span s, .article-topic.show .events .card .activity-content-bom span s {
  text-decoration: none;
}

/* line 355, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content-bom span s.article-tag-list, .article-topic.show .events .card .activity-content-bom span s.article-tag-list {
  margin-right: 1em;
}

/* line 358, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .articles .card .activity-content-bom span s.article-tag-list a.tag-item, .article-topic.show .events .card .activity-content-bom span s.article-tag-list a.tag-item {
  padding-right: 5px;
  color: #999;
}

@media only screen and (max-width: 1120px) {
  /* line 363, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .content .top-img-wrap p, .article-topic.show .events .content .top-img-wrap p {
    padding: 10px 15px;
    font-size: 14px;
  }
  /* line 367, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content h5, .article-topic.show .events .card .activity-content h5 {
    margin: 0;
  }
}

@media only screen and (max-width: 995px) {
  /* line 372, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card.banner-card h1, .article-topic.show .events .card.banner-card h1 {
    font-size: 30px;
  }
  /* line 375, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card.banner-card p, .article-topic.show .events .card.banner-card p {
    font-size: 25px;
  }
  /* line 378, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content-bom, .article-topic.show .events .card .activity-content-bom {
    margin-left: calc(50% + 15px);
    padding-left: 15px;
  }
}

@media only screen and (max-width: 700px) {
  /* line 384, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card, .article-topic.show .events .card {
    padding: 10px;
    margin-bottom: 15px;
  }
  /* line 388, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content p, .article-topic.show .events .card .activity-content p {
    font-size: 12px;
    margin: 0;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  /* line 397, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content h5, .article-topic.show .events .card .activity-content h5 {
    display: none;
  }
  /* line 400, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .img-wrap, .article-topic.show .events .img-wrap {
    padding: 0;
  }
  /* line 403, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card h5.phone-show, .article-topic.show .events .card h5.phone-show {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 15px 0;
    overflow: hidden;
    color: #797878;
  }
  /* line 413, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card h5.phone-show a, .article-topic.show .events .card h5.phone-show a {
    color: #797878;
    font-size: 16px;
    line-height: 22px;
  }
  /* line 418, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .activity-content, .article-topic.show .events .activity-content {
    padding-left: 15px;
  }
  /* line 421, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content-bom, .article-topic.show .events .card .activity-content-bom {
    padding-left: 0;
  }
  /* line 424, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content-bom span s a.author, .article-topic.show .events .card .activity-content-bom span s a.author {
    font-size: 12px;
  }
  /* line 427, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .activity-content-bom, .article-topic.show .events .activity-content-bom {
    margin: 20px 0px 0 0;
  }
  /* line 430, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content-bom span, .article-topic.show .events .card .activity-content-bom span {
    color: #999;
    font-size: 12px;
  }
  /* line 434, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content-bom span s, .article-topic.show .events .card .activity-content-bom span s {
    margin-right: 0px;
  }
  /* line 437, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content-bom span.right, .article-topic.show .events .card .activity-content-bom span.right {
    color: #999;
  }
  /* line 440, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content, .article-topic.show .events .card .activity-content {
    height: 0;
    padding-bottom: calc(100% * 9 / 32);
    padding-top: 0;
  }
  /* line 445, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content .signup .signup-title, .article-topic.show .events .card .activity-content .signup .signup-title {
    display: block;
  }
  /* line 448, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content .signup .signup-title h2, .article-topic.show .events .card .activity-content .signup .signup-title h2 {
    color: #999;
    font-size: 12px;
    margin-top: 10px;
  }
  /* line 453, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content .signup-p, .article-topic.show .events .card .activity-content .signup-p {
    display: none;
  }
  /* line 456, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content .signup .btn, .article-topic.show .events .card .activity-content .signup .btn {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 0 20%;
    float: none;
    line-height: 20px;
    font-size: 12px;
    height: 20px;
    background-color: #0095FF;
    border-radius: 0px;
  }
  /* line 468, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content .signup .btn i, .article-topic.show .events .card .activity-content .signup .btn i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 12px;
  }
  /* line 476, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content h5, .article-topic.show .events .card .activity-content h5 {
    display: none;
  }
  /* line 479, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card .activity-content .signup-p, .article-topic.show .events .card .activity-content .signup-p {
    margin: 33px 0 0 0;
  }
  /* line 482, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card.banner-card, .article-topic.show .events .card.banner-card {
    padding: 44px 17px;
  }
  /* line 485, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card.banner-card h1, .article-topic.show .events .card.banner-card h1 {
    font-size: 14px;
    margin-top: 0;
    font-weight: 700;
  }
  /* line 490, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card.banner-card p, .article-topic.show .events .card.banner-card p {
    font-size: 12px;
    margin: 0;
  }
  /* line 494, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card.banner-card p span:first-child, .article-topic.show .events .card.banner-card p span:first-child {
    margin-right: 22px;
  }
  /* line 497, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card.comment-card, .article-topic.show .events .card.comment-card {
    padding: 10px 10px 10px 39px;
  }
  /* line 500, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card.comment-card .quotation, .article-topic.show .events .card.comment-card .quotation {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 19px;
    height: 19px;
  }
  /* line 507, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card.comment-card h2, .article-topic.show .events .card.comment-card h2 {
    font-size: 15px;
    margin-top: 8px;
  }
  /* line 511, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card.comment-card h4, .article-topic.show .events .card.comment-card h4 {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 12px;
  }
  /* line 516, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .card.comment-card .comment-card-bom span, .article-topic.show .events .card.comment-card .comment-card-bom span {
    font-size: 12px;
    color: #666;
  }
  /* line 520, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .center-slick.slider .slick-width, .article-topic.show .events .center-slick.slider .slick-width {
    width: 213px;
    height: 120px;
    margin-right: 13px;
  }
  /* line 525, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .articles .center-slick.slider .slick-active .img-p, .article-topic.show .events .center-slick.slider .slick-active .img-p {
    font-size: 12px;
    padding: 10px;
    display: -webkit-box;
  }
}

/* line 532, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .load-more-wrapper {
  text-align: center;
}

/* line 535, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .load-more-wrapper .load-more {
  width: 150px;
  border: 1px solid grey;
  padding: 5px 10px;
  margin: 5px auto;
  cursor: pointer;
}

/* line 542, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .message .message-board .message-top img {
  border-radius: 50%;
  width: 86px;
  height: 86px;
}

/* line 548, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .message .message-board .message-top {
  position: relative;
  top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 556, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .message .message-board .message-top .message-name {
  display: inline-block;
  margin-left: 15px;
}

/* line 561, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .message .message-board .message-top .message-name p {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  text-align: left;
}

/* line 568, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .message .message-board .txt {
  box-sizing: border-box;
  margin-left: 45px;
  padding: 30px 158px;
  background-color: #fff;
  border-radius: 8px;
}

/* line 576, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .message .message-board .txt p {
  position: relative;
}

/* line 580, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .txt .txt_left {
  position: absolute;
  left: -70px;
  top: -10px;
  width: 32px;
  height: 26px;
  font-size: 50px;
  opacity: 0.2;
  color: #000000;
  background-color: #fff;
}

/* line 592, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .txt .txt_right {
  position: absolute;
  right: -70px;
  top: -10px;
  width: 32px;
  height: 26px;
  font-size: 50px;
  opacity: 0.2;
  color: #000000;
  background-color: #fff;
}

/* line 604, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .message .message-board .txt p {
  font-size: 18px;
  line-height: 1.56;
  color: #333333;
  background-color: #fff;
  border-radius: 8px;
  text-align: left;
}

/* line 614, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .message .message-board i {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #787878;
}

/* line 623, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .products, .article-topic.show .company, .article-topic.show .recommended-topics {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  /* line 623, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .products, .article-topic.show .company, .article-topic.show .recommended-topics {
    background-color: transparent;
    padding: 15px 0;
  }
}

/* line 632, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .product-intro, .article-topic.show .company-intro {
  height: 0;
}

/* line 635, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .product-item, .article-topic.show .company-item {
  height: 0;
  padding-bottom: calc(100% / 16 * 9 + 3em);
  margin: 0 15px 15px;
}

/* line 639, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .product-item .product-cover, .article-topic.show .product-item .company-logo, .article-topic.show .company-item .product-cover, .article-topic.show .company-item .company-logo {
  height: 0;
  padding-bottom: calc(100% / 16 * 9);
  overflow: hidden;
  box-shadow: 1px 1px 10px rgba(153, 153, 153, 0.35);
  border-radius: 15px;
}

/* line 645, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .product-item .product-cover img, .article-topic.show .product-item .company-logo img, .article-topic.show .company-item .product-cover img, .article-topic.show .company-item .company-logo img {
  width: 100%;
}

/* line 649, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .product-item .product-name, .article-topic.show .product-item .company-name, .article-topic.show .company-item .product-name, .article-topic.show .company-item .company-name {
  margin: 1em 0;
  text-align: center;
  color: #BFBEBF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
}

/* line 660, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .product-item .product-intro, .article-topic.show .product-item .company-intro, .article-topic.show .company-item .product-intro, .article-topic.show .company-item .company-intro {
  opacity: 0;
  padding: 0 15px;
}

/* line 665, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .product-item:hover, .article-topic.show .company-item:hover {
  box-shadow: 1px 1px 10px rgba(153, 153, 153, 0.35);
  height: 0;
  padding-bottom: calc(100% / 16 * 9 + 3em);
  border-radius: 15px;
}

/* line 670, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .product-item:hover .product-intro, .article-topic.show .product-item:hover .company-intro, .article-topic.show .company-item:hover .product-intro, .article-topic.show .company-item:hover .company-intro {
  transition: all .5s ease;
  padding-bottom: calc(100% / 32 * 9);
  height: auto;
  opacity: 1;
  overflow: hidden;
}

/* line 677, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .product-item:hover .product-cover, .article-topic.show .product-item:hover .company-logo, .article-topic.show .company-item:hover .product-cover, .article-topic.show .company-item:hover .company-logo {
  transition: all .5s ease;
  opacity: 0;
  padding-bottom: 0;
}

/* line 683, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .recommended-topic {
  margin: 0 15px;
  height: 0;
  padding-bottom: calc(100% / 16 * 9 + 4em);
  box-shadow: 1px 1px 10px rgba(153, 153, 153, 0.35);
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  /* line 683, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .recommended-topic {
    padding-bottom: calc(100% / 32 * 9 + 2px);
    margin-bottom: 15px;
    margin-left: -5px;
    margin-right: -5px;
    background-color: #fff;
  }
}

/* line 698, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .recommended-topic .card-img {
  padding-left: 0;
  padding-right: 0;
}

/* line 702, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .recommended-topic img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

@media only screen and (max-width: 767px) {
  /* line 702, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .recommended-topic img {
    border-radius: 5px 0 0 5px;
  }
}

/* line 709, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .recommended-topic .card .card-meta {
  height: auto;
}

/* line 713, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .recommended-topic .card .card-meta a {
  color: #5B5B5B;
}

@media only screen and (max-width: 767px) {
  /* line 713, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .recommended-topic .card .card-meta a {
    padding-top: 15px;
    font-size: 15px;
    -webkit-line-clamp: 3;
  }
}

@media only screen and (max-width: 767px) {
  /* line 722, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .message .message-board .message-top img {
    width: 60px;
    height: 60px;
  }
  /* line 726, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .message .message-board .message-top .message-name {
    width: calc(100% - 90px);
    overflow: hidden;
  }
  /* line 730, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .message .message-board .message-top .message-name p {
    font-size: 12px;
  }
  /* line 733, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .message .message-board .message-top .message-name i {
    font-size: 12px;
  }
  /* line 736, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .message .message-board .message-top {
    position: relative;
    top: 16px;
    left: 8px;
  }
  /* line 741, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .message .message-board .txt {
    margin: 0;
    padding: 30px 38px;
    font-size: 14px;
  }
  /* line 746, app/assets/stylesheets/article_topics.css.scss */
  .article-topic.show .message .message-board .txt p {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* line 752, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .txt .txt_left {
  left: -26px;
  top: 5px;
  font-size: 40px;
  width: 15px;
  height: 13px;
}

/* line 759, app/assets/stylesheets/article_topics.css.scss */
.article-topic.show .txt .txt_right {
  right: -24px;
  top: 5px;
  font-size: 40px;
  width: 15px;
  height: 13px;
}

/* line 5, app/assets/stylesheets/agendas.css.scss */
body.agendas .top-banner {
  margin-bottom: 15px;
}

/* line 8, app/assets/stylesheets/agendas.css.scss */
body.agendas .agenda-time {
  margin: 0 20px;
  font-size: 1em;
  /*change calendarIcon size */
  position: relative;
  width: 6em;
  height: 6em;
  background-color: #fff;
  border-radius: 0.7em;
  -moz-border-radius: 0.7em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
}

@media only screen and (max-width: 700px) {
  /* line 8, app/assets/stylesheets/agendas.css.scss */
  body.agendas .agenda-time {
    display: none;
    font-size: 16px;
  }
}

/* line 24, app/assets/stylesheets/agendas.css.scss */
body.agendas .agenda-time strong {
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #ff327e;
  border-bottom: 1px dashed #ddd;
  box-shadow: 0 2px 0 #ff327e;
}

/* line 33, app/assets/stylesheets/agendas.css.scss */
body.agendas .agenda-time em {
  position: absolute;
  bottom: 0em;
  color: #fff;
  padding-top: .2em;
  height: 1.6em;
  background-color: #ff327e;
}

/* line 42, app/assets/stylesheets/agendas.css.scss */
body.agendas .agenda-time span {
  font-size: 2em;
  letter-spacing: -0.05em;
  padding-top: 1em;
  color: #2f2f2f;
}

/* line 49, app/assets/stylesheets/agendas.css.scss */
body.agendas .agenda-list {
  display: flex;
}

@media only screen and (max-width: 700px) {
  /* line 49, app/assets/stylesheets/agendas.css.scss */
  body.agendas .agenda-list {
    display: block;
  }
}

/* line 55, app/assets/stylesheets/agendas.css.scss */
body.agendas .agenda-time-mobile {
  margin-bottom: 10px;
  font-weight: 600;
}

/* line 58, app/assets/stylesheets/agendas.css.scss */
body.agendas .agenda-time-mobile .fa-icon {
  margin-right: 5px;
  font-size: 16px;
  color: #ff327e;
}

/* line 63, app/assets/stylesheets/agendas.css.scss */
body.agendas .agenda-time-mobile .month {
  font-size: 30px;
  color: #ff327e;
}

/* line 67, app/assets/stylesheets/agendas.css.scss */
body.agendas .agenda-time-mobile .day {
  color: #0096ff;
}

@media only screen and (min-width: 701px) {
  /* line 55, app/assets/stylesheets/agendas.css.scss */
  body.agendas .agenda-time-mobile {
    display: none;
  }
}

/* line 74, app/assets/stylesheets/agendas.css.scss */
body.agendas .agenda-time * {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

/* line 82, app/assets/stylesheets/agendas.css.scss */
body.agendas .agenda-items {
  flex: 1;
}

/* line 84, app/assets/stylesheets/agendas.css.scss */
body.agendas .agenda-items .container-card .card {
  box-shadow: 1px 1px 10px rgba(153, 153, 153, 0.35);
  padding: 20px;
  background-color: #fff;
  margin-bottom: 23px;
}

/* line 91, app/assets/stylesheets/agendas.css.scss */
body.agendas .card .phone-show {
  display: none;
}

@media only screen and (max-width: 700px) {
  /* line 96, app/assets/stylesheets/agendas.css.scss */
  body.agendas .card h5.phone-show {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 15px 0;
    overflow: hidden;
    color: #797878;
  }
  /* line 106, app/assets/stylesheets/agendas.css.scss */
  body.agendas .card h5.phone-show a {
    color: #797878;
    font-size: 16px;
    line-height: 22px;
  }
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.9.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
#baguetteBox-overlay.visible {
  opacity: 1;
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,transform .4s ease;
  transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease;
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out;
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}

@keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}

@-webkit-keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}

@keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
#next-button.baguetteBox-button, #previous-button.baguetteBox-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
#next-button.baguetteBox-button {
  right: 2%;
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
#previous-button.baguetteBox-button {
  left: 2%;
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
#close-button.baguetteBox-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

/* line 6, vendor/assets/stylesheets/baguetteBox.min.css */
.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@font-face {
  font-family: lg;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.10.0/fonts/lg.ttf?22t19m) format("truetype"), url(https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.10.0/fonts/lg.woff?22t19m) format("woff"), url(//static.shenzhenware.com/../fonts/lg.svg?22t19m#lg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-actions .lg-next {
  right: 20px;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-actions .lg-next:before {
  content: "\e095";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-actions .lg-prev {
  left: 20px;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@-moz-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@-ms-keyframes lg-right-end {
  /* line 1, vendor/assets/stylesheets/lightgallery.min.css */
  0%, 100% {
    left: 0;
  }
  /* line 1, vendor/assets/stylesheets/lightgallery.min.css */
  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

@-moz-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

@-ms-keyframes lg-left-end {
  /* line 1, vendor/assets/stylesheets/lightgallery.min.css */
  0%, 100% {
    left: 0;
  }
  /* line 1, vendor/assets/stylesheets/lightgallery.min.css */
  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  background: 0 0;
  border: none;
  box-shadow: none;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-toolbar .lg-close:after {
  content: "\e070";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-next, .lg-prev, .lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  /* line 1, vendor/assets/stylesheets/lightgallery.min.css */
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease;
  }
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: 0;
  border: none;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(//static.shenzhenware.com/../img/vimeo-play.png) no-repeat;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(//static.shenzhenware.com/../img/vimeo-play.png) 0 -58px no-repeat;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-has-html5 .lg-video-play {
  background: url(//static.shenzhenware.com/../img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(//static.shenzhenware.com/../img/youtube-play.png) no-repeat;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(//static.shenzhenware.com/../img/youtube-play.png) 0 -60px no-repeat;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-autoplay-button:after {
  content: "\e01d";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
#lg-zoom-in:after {
  content: "\e311";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
#lg-actual-size {
  font-size: 20px;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
#lg-actual-size:after {
  content: "\e033";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
#lg-zoom-out {
  opacity: .5;
  pointer-events: none;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
#lg-zoom-out:after {
  content: "\e312";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  -moz-transition: opacity .15s ease 0s,-moz-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  width: 12px;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-fullscreen:after {
  content: "\e20c";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  transition: visibility 0s linear .18s,opacity .18s linear 0s;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -moz-transition: -moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -o-transition: -o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
  height: 100%;
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer #lg-share {
  position: relative;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer #lg-share:after {
  content: "\e80d";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-rotate-left:after {
  content: "\e900";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-rotate-right:after {
  content: "\e901";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-flip-ver:after {
  content: "\e903";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-flip-hor:after {
  content: "\e902";
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-visible {
  opacity: 1;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-item {
  background: url(//static.shenzhenware.com/../img/loading.gif) center center no-repeat;
  display: none !important;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-item.lg-complete {
  background-image: none;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
  display: none;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-backdrop.in {
  opacity: 1;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -moz-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

/* line 1, vendor/assets/stylesheets/lightgallery.min.css */
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* line 6, app/assets/stylesheets/galleries.scss */
.galleries.index {
  padding: 30px 0;
}

/* line 9, app/assets/stylesheets/galleries.scss */
.galleries.index .page-title {
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

/* line 15, app/assets/stylesheets/galleries.scss */
.galleries.index .category-tabs {
  margin-bottom: 30px;
}

/* line 18, app/assets/stylesheets/galleries.scss */
.galleries.index .category-tabs .nav-tabs {
  border-bottom: 2px solid #eee;
}

/* line 21, app/assets/stylesheets/galleries.scss */
.galleries.index .category-tabs .nav-tabs li {
  margin-bottom: 0;
}

/* line 24, app/assets/stylesheets/galleries.scss */
.galleries.index .category-tabs .nav-tabs li a {
  border: none;
  color: #666;
  font-size: 16px;
  padding: 10px 15px;
}

/* line 30, app/assets/stylesheets/galleries.scss */
.galleries.index .category-tabs .nav-tabs li a:hover {
  background: none;
  color: #337ab7;
}

/* line 36, app/assets/stylesheets/galleries.scss */
.galleries.index .category-tabs .nav-tabs li.active a {
  border: none;
  border-bottom: 2px solid #337ab7;
  color: #337ab7;
}

/* line 41, app/assets/stylesheets/galleries.scss */
.galleries.index .category-tabs .nav-tabs li.active a:hover, .galleries.index .category-tabs .nav-tabs li.active a:focus {
  border: none;
  border-bottom: 2px solid #337ab7;
  background: none;
}

/* line 52, app/assets/stylesheets/galleries.scss */
.galleries.index .galleries-list .gallery-item {
  margin-bottom: 30px;
}

/* line 56, app/assets/stylesheets/galleries.scss */
.galleries.index .galleries-list .gallery-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

/* line 63, app/assets/stylesheets/galleries.scss */
.galleries.index .galleries-list .gallery-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

/* line 68, app/assets/stylesheets/galleries.scss */
.galleries.index .galleries-list .gallery-card .gallery-image {
  height: 200px;
  overflow: hidden;
}

/* line 72, app/assets/stylesheets/galleries.scss */
.galleries.index .galleries-list .gallery-card .gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* line 80, app/assets/stylesheets/galleries.scss */
.galleries.index .galleries-list .gallery-card:hover .gallery-image img {
  transform: scale(1.05);
}

/* line 84, app/assets/stylesheets/galleries.scss */
.galleries.index .galleries-list .gallery-card .gallery-info {
  padding: 15px;
}

/* line 87, app/assets/stylesheets/galleries.scss */
.galleries.index .galleries-list .gallery-card .gallery-info .gallery-title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333333;
}

/* line 101, app/assets/stylesheets/galleries.scss */
.galleries.index .galleries-list .gallery-card .gallery-info .gallery-category {
  margin-bottom: 10px;
}

/* line 104, app/assets/stylesheets/galleries.scss */
.galleries.index .galleries-list .gallery-card .gallery-info .gallery-category .label {
  font-size: 12px;
  padding: 3px 8px;
}

/* line 110, app/assets/stylesheets/galleries.scss */
.galleries.index .galleries-list .gallery-card .gallery-info .gallery-date {
  color: #999;
  margin-bottom: 10px;
}

/* line 115, app/assets/stylesheets/galleries.scss */
.galleries.index .galleries-list .gallery-card .gallery-info .gallery-abstract {
  color: #666;
  font-size: 14px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* line 129, app/assets/stylesheets/galleries.scss */
.galleries.index .load-more {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  color: #999;
}

/* line 135, app/assets/stylesheets/galleries.scss */
.galleries.index .load-more .load-content-btn {
  display: inline-block;
  color: #337ab7;
  cursor: pointer;
}

/* line 140, app/assets/stylesheets/galleries.scss */
.galleries.index .load-more .load-content-btn:hover {
  text-decoration: underline;
}

/* line 145, app/assets/stylesheets/galleries.scss */
.galleries.index .load-more .loading-dots {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 149, app/assets/stylesheets/galleries.scss */
.galleries.index .load-more .loading-dots i {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #337ab7;
  margin: 0 3px;
  animation: loading 1.5s infinite ease-in-out;
}

/* line 158, app/assets/stylesheets/galleries.scss */
.galleries.index .load-more .loading-dots i:nth-child(2) {
  animation-delay: 0.2s;
}

/* line 162, app/assets/stylesheets/galleries.scss */
.galleries.index .load-more .loading-dots i:nth-child(3) {
  animation-delay: 0.4s;
}

/* line 166, app/assets/stylesheets/galleries.scss */
.galleries.index .load-more .loading-dots i:nth-child(4) {
  animation-delay: 0.6s;
}

@keyframes loading {
  0%, 100% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}

/* line 186, app/assets/stylesheets/galleries.scss */
.galleries.show .container {
  margin-bottom: 30px;
}

/* line 189, app/assets/stylesheets/galleries.scss */
.galleries.show .gallery-cover .cover-img {
  position: relative;
}

/* line 192, app/assets/stylesheets/galleries.scss */
.galleries.show .gallery-cover .cover-img img {
  width: 100%;
}

/* line 195, app/assets/stylesheets/galleries.scss */
.galleries.show .gallery-cover .cover-img .info-area {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 15px 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 203, app/assets/stylesheets/galleries.scss */
.galleries.show .gallery-cover .cover-img .info-area h2 {
  font-size: 24px;
}

/* line 206, app/assets/stylesheets/galleries.scss */
.galleries.show .masonry-gallery {
  column-count: 4;
  column-gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  /* line 206, app/assets/stylesheets/galleries.scss */
  .galleries.show .masonry-gallery {
    column-count: 3;
  }
}

@media (max-width: 992px) {
  /* line 206, app/assets/stylesheets/galleries.scss */
  .galleries.show .masonry-gallery {
    column-count: 2;
  }
}

@media (max-width: 768px) {
  /* line 206, app/assets/stylesheets/galleries.scss */
  .galleries.show .masonry-gallery {
    column-count: 1;
  }
}

/* line 223, app/assets/stylesheets/galleries.scss */
.galleries.show .gallery-picture-item {
  break-inside: avoid;
  margin-bottom: 20px;
  padding: 0 !important;
  /* Override previous padding */
}

/* line 228, app/assets/stylesheets/galleries.scss */
.galleries.show .gallery-picture-item a {
  border: 3px solid #04070a;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* Ensure full width in column */
  float: none;
  /* Disable float */
}

/* line 237, app/assets/stylesheets/galleries.scss */
.galleries.show .gallery-picture-item a:hover > img {
  transform: scale3d(1.1, 1.1, 1.1);
}

/* line 241, app/assets/stylesheets/galleries.scss */
.galleries.show .gallery-picture-item a > img {
  transition: transform 0.15s ease 0s;
  width: 100%;
  height: auto;
  /* Maintain aspect ratio */
  display: block;
}

/* line 248, app/assets/stylesheets/galleries.scss */
.galleries.show .gallery-picture-item a:hover .gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 252, app/assets/stylesheets/galleries.scss */
.galleries.show .gallery-picture-item a .gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s ease 0s;
}

/* line 261, app/assets/stylesheets/galleries.scss */
.galleries.show .gallery-picture-item a .gallery-poster img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s ease 0s;
}

/* line 272, app/assets/stylesheets/galleries.scss */
.galleries.show .gallery-picture-item a:hover .gallery-poster img {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/media_notes.scss */
.media-note-show-page {
  background-color: #f5f5f5;
  padding: 30px 0;
}

/* line 5, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .container {
  max-width: 1200px;
}

/* line 9, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-layout {
  display: flex;
  gap: 24px;
}

/* line 14, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-visual {
  flex: 0 0 65%;
  max-width: 65%;
  position: sticky;
  top: 80px;
  align-self: flex-start;
}

/* line 22, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-main-image-wrap {
  background-color: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  height: 75vh;
}

/* line 31, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-main-image {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

/* line 39, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-main-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

/* line 47, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-main-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
  width: 36px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
  opacity: 0;
}

/* line 64, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-main-nav.prev {
  left: 8px;
}

/* line 68, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-main-nav.next {
  right: 8px;
}

/* line 72, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-main-image-wrap:hover .media-note-main-nav {
  opacity: 1;
}

/* line 76, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
}

/* line 84, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-thumb {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
}

/* line 95, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-thumb img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
  filter: grayscale(0.3);
  opacity: 0.7;
  transition: transform 0.2s, filter 0.2s, opacity 0.2s, box-shadow 0.2s;
}

/* line 105, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-thumb.is-active img {
  filter: none;
  opacity: 1;
  box-shadow: 0 0 0 2px #337ab7;
  transform: translateY(-2px);
}

/* line 112, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-info {
  flex: 0 0 35%;
  max-width: 35%;
  display: flex;
}

/* line 118, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-info-inner {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 127, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-header {
  padding: 20px 24px 12px;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
}

/* line 136, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-title {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
}

/* line 143, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-meta {
  font-size: 13px;
  color: #999;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 151, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-author a {
  color: #337ab7;
}

/* line 155, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-category {
  padding: 2px 8px;
  border-radius: 20px;
  background-color: #f0f4ff;
  color: #335;
}

/* line 162, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-scrollable {
  padding: 16px 24px 24px;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* line 170, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-scrollable::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

/* line 177, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-abstract {
  margin-bottom: 12px;
  font-size: 15px;
  color: #666;
}

/* line 183, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-body {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

/* line 189, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-body img {
  max-width: 100%;
  height: auto;
}

/* line 195, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-body a[href^="image-ref://"] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #e8f0fe;
  color: #1a73e8;
  border: 1px solid #c4d7f2;
  border-radius: 12px;
  padding: 2px 10px;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}

/* line 209, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-body a[href^="image-ref://"]:hover {
  background: #d2e3fc;
  box-shadow: 0 1px 3px rgba(26, 115, 232, 0.2);
}

/* line 214, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-body a[href^="image-ref://"]::before {
  content: '📷';
  font-size: 12px;
}

/* line 220, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-cta {
  margin-top: 24px;
}

/* line 224, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-cta-button {
  padding: 10px 18px;
  font-size: 14px;
}

/* line 229, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-tags {
  margin-top: 24px;
}

/* line 233, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-tag {
  display: inline-block;
  margin: 0 8px 8px 0;
}

/* line 238, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-tag a {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 16px;
  background-color: #f5f5f5;
  font-size: 13px;
  color: #666;
}

/* line 247, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-comments {
  margin-top: 24px;
}

/* line 251, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-mobile-gallery,
.media-note-show-page .media-note-mobile-content {
  display: none;
}

/* line 256, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-swiper-container {
  position: relative;
  width: 100%;
  height: 56vh;
  max-height: 420px;
  overflow: hidden;
  background-color: #f0f0f0;
}

/* line 265, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-swiper-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

/* line 271, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-swiper-slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 280, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* line 286, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .media-note-swiper-indicator {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 12px;
  margin-top: 0;
}

/* line 299, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  pointer-events: none;
}

/* line 308, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 3px;
  transition: all 0.2s;
}

/* line 317, app/assets/stylesheets/media_notes.scss */
.media-note-show-page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 12px;
  border-radius: 3px;
}

@media (max-width: 1024px) {
  /* line 326, app/assets/stylesheets/media_notes.scss */
  .media-note-show-page .media-note-layout {
    gap: 16px;
  }
}

@media (max-width: 768px) {
  /* line 1, app/assets/stylesheets/media_notes.scss */
  .media-note-show-page {
    padding: 0;
  }
  /* line 334, app/assets/stylesheets/media_notes.scss */
  .media-note-show-page .media-note-layout {
    display: none;
  }
  /* line 338, app/assets/stylesheets/media_notes.scss */
  .media-note-show-page .media-note-mobile-gallery,
.media-note-show-page .media-note-mobile-content {
    display: block;
    position: relative;
  }
  /* line 344, app/assets/stylesheets/media_notes.scss */
  .media-note-show-page .media-note-mobile-content {
    background-color: #fff;
    padding: 16px 16px 40px;
  }
  /* line 349, app/assets/stylesheets/media_notes.scss */
  .media-note-show-page .media-note-header {
    position: static;
    padding: 12px 0 8px;
  }
  /* line 354, app/assets/stylesheets/media_notes.scss */
  .media-note-show-page .media-note-title {
    font-size: 20px;
  }
  /* line 358, app/assets/stylesheets/media_notes.scss */
  .media-note-show-page .media-note-meta {
    font-size: 12px;
  }
  /* line 362, app/assets/stylesheets/media_notes.scss */
  .media-note-show-page .media-note-abstract {
    font-size: 14px;
  }
  /* line 366, app/assets/stylesheets/media_notes.scss */
  .media-note-show-page .media-note-body {
    font-size: 14px;
  }
  /* line 370, app/assets/stylesheets/media_notes.scss */
  .media-note-show-page .media-note-cta-button {
    width: 100%;
    text-align: center;
  }
}

/* line 378, app/assets/stylesheets/media_notes.scss */
.media-notes.index {
  background-color: #f5f5f5;
  min-height: 60vh;
  padding: 24px 0 48px;
}

/* line 383, app/assets/stylesheets/media_notes.scss */
.media-notes.index .page-title {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #333;
}

/* line 391, app/assets/stylesheets/media_notes.scss */
.media-notes.index .tag-title {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #333;
}

/* line 399, app/assets/stylesheets/media_notes.scss */
.media-notes.index .tag-back {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  color: #337ab7;
}

/* line 406, app/assets/stylesheets/media_notes.scss */
.media-notes.index .tag-back:hover {
  text-decoration: underline;
}

/* line 411, app/assets/stylesheets/media_notes.scss */
.media-notes.index .category-tabs {
  margin-bottom: 24px;
  text-align: center;
  border-bottom: none;
}

/* line 416, app/assets/stylesheets/media_notes.scss */
.media-notes.index .category-tabs > li {
  float: none;
  display: inline-block;
}

/* line 420, app/assets/stylesheets/media_notes.scss */
.media-notes.index .category-tabs > li a {
  border: none;
  background: transparent;
  color: #666;
  padding: 8px 16px;
  font-size: 15px;
}

/* line 427, app/assets/stylesheets/media_notes.scss */
.media-notes.index .category-tabs > li a:hover {
  color: #337ab7;
}

/* line 432, app/assets/stylesheets/media_notes.scss */
.media-notes.index .category-tabs > li.active a {
  color: #337ab7;
  font-weight: 600;
  border-bottom: 2px solid #337ab7;
}

/* line 441, app/assets/stylesheets/media_notes.scss */
.media-notes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1199px) {
  /* line 441, app/assets/stylesheets/media_notes.scss */
  .media-notes-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  /* line 441, app/assets/stylesheets/media_notes.scss */
  .media-notes-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

/* line 456, app/assets/stylesheets/media_notes.scss */
.media-note-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s, transform 0.2s;
}

/* line 463, app/assets/stylesheets/media_notes.scss */
.media-note-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

/* line 468, app/assets/stylesheets/media_notes.scss */
.media-note-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

/* line 476, app/assets/stylesheets/media_notes.scss */
.media-note-card__media {
  position: relative;
  background-color: #f0f0f0;
  padding-top: 75%;
}

/* line 482, app/assets/stylesheets/media_notes.scss */
.media-note-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 492, app/assets/stylesheets/media_notes.scss */
.media-note-card__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
  font-size: 13px;
}

/* line 505, app/assets/stylesheets/media_notes.scss */
.media-note-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 2px 10px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
}

/* line 517, app/assets/stylesheets/media_notes.scss */
.media-note-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px 12px 12px;
}

/* line 524, app/assets/stylesheets/media_notes.scss */
.media-note-card__title {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 536, app/assets/stylesheets/media_notes.scss */
.media-note-card__meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
}

/* line 546, app/assets/stylesheets/media_notes.scss */
.media-note-card__author {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  margin-right: 8px;
}

/* line 554, app/assets/stylesheets/media_notes.scss */
.media-note-card__avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
}

/* line 562, app/assets/stylesheets/media_notes.scss */
.media-note-card__author-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90px;
}

/* line 569, app/assets/stylesheets/media_notes.scss */
.media-note-card__time {
  flex: none;
}

/* line 1, app/assets/stylesheets/user_center.css.scss */
#selectedInterestsGroup {
  margin-bottom: 20px;
}

/* line 4, app/assets/stylesheets/user_center.css.scss */
.resource-group .select_btn.disabled {
  pointer-events: none;
}

/* line 9, app/assets/stylesheets/user_center.css.scss */
.media-mine .empty-notify {
  clear: both;
  padding: 30px 10px;
  text-align: center;
  color: #BEBEBE;
  font-size: 24px;
}

/* line 16, app/assets/stylesheets/user_center.css.scss */
.media-mine .team-edit {
  display: block;
  float: right;
  margin-top: -30px;
}

/* line 22, app/assets/stylesheets/user_center.css.scss */
.media-mine .team-info span {
  margin-right: 30px;
}

/* line 24, app/assets/stylesheets/user_center.css.scss */
.media-mine .team-info span i {
  width: 15px;
}

/* line 29, app/assets/stylesheets/user_center.css.scss */
.media-mine .team-intro p {
  line-height: 1.4;
}

/* line 32, app/assets/stylesheets/user_center.css.scss */
.media-mine .team-tags a {
  margin: 0 15px 5px 0;
}

/* line 37, app/assets/stylesheets/user_center.css.scss */
.tag-collection {
  padding: 10px 0px 30px 0px;
}

/* line 40, app/assets/stylesheets/user_center.css.scss */
.tag-collection .product-tag .btn {
  padding: 2px 10px;
  color: #a7a7a7;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 20px;
}

/* line 50, app/assets/stylesheets/user_center.css.scss */
body.notifications .read_more {
  cursor: pointer;
}

/* line 54, app/assets/stylesheets/user_center.css.scss */
.btn-logo-upload {
  overflow: hidden;
  position: relative;
}

/* line 57, app/assets/stylesheets/user_center.css.scss */
.btn-logo-upload input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.001;
}

/* line 68, app/assets/stylesheets/user_center.css.scss */
.media-conversations .media:first-child {
  border-top: solid 1px #eee;
}

/* line 71, app/assets/stylesheets/user_center.css.scss */
.media-conversations .media {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin: 0;
}

/* line 75, app/assets/stylesheets/user_center.css.scss */
.media-conversations .media p {
  cursor: pointer;
}

/* line 77, app/assets/stylesheets/user_center.css.scss */
.media-conversations .media p.unread {
  color: #5caa5a;
}

/* line 80, app/assets/stylesheets/user_center.css.scss */
.media-conversations .media p.read {
  color: rgba(120, 120, 120, 0.75);
}

/* line 87, app/assets/stylesheets/user_center.css.scss */
.logo-area {
  position: relative;
}

/* line 89, app/assets/stylesheets/user_center.css.scss */
.logo-area .upload-tips-area {
  position: absolute;
  bottom: 0;
  opacity: 0.6;
  background: #000000;
  width: 150px;
  height: 30px;
}

/* line 97, app/assets/stylesheets/user_center.css.scss */
.logo-area span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}

/* line 108, app/assets/stylesheets/user_center.css.scss */
.logo-area .btn-logo-upload {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 150px;
  opacity: 0.001;
}

/* line 116, app/assets/stylesheets/user_center.css.scss */
.logo-area input {
  cursor: pointer;
}

/* line 121, app/assets/stylesheets/user_center.css.scss */
body.modal-open .navbar-fixed-top {
  margin-right: 0 !important;
}

/* line 126, app/assets/stylesheets/user_center.css.scss */
body.products .product-item {
  position: relative;
}

/* line 128, app/assets/stylesheets/user_center.css.scss */
body.products .product-item .remove {
  position: absolute;
  top: 5px;
  right: 6px;
  color: black;
}

/* line 139, app/assets/stylesheets/user_center.css.scss */
body.orders #expert-recommendation .modal-dialog {
  margin: 65px 0 0 0;
}

/* line 141, app/assets/stylesheets/user_center.css.scss */
body.orders #expert-recommendation .modal-dialog .modal-content {
  border-radius: 0;
}

/* line 144, app/assets/stylesheets/user_center.css.scss */
body.orders #expert-recommendation .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
}

/* line 146, app/assets/stylesheets/user_center.css.scss */
body.orders #expert-recommendation .modal-dialog .modal-content .modal-header .close i {
  font-size: 24px;
}

/* line 150, app/assets/stylesheets/user_center.css.scss */
body.orders #expert-recommendation .modal-dialog .modal-content .modal-header span {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #4c4c4c;
  text-align: center;
  display: block;
}

/* line 158, app/assets/stylesheets/user_center.css.scss */
body.orders #expert-recommendation .modal-dialog .modal-content .modal-body {
  padding: 0;
}

@media (min-width: 768px) {
  /* line 167, app/assets/stylesheets/user_center.css.scss */
  body.orders #expert-recommendation .modal-dialog {
    width: 735px;
    margin: 290px auto;
  }
  /* line 171, app/assets/stylesheets/user_center.css.scss */
  body.orders #expert-recommendation .modal-dialog .modal-content .modal-header {
    border-bottom: none;
  }
  /* line 174, app/assets/stylesheets/user_center.css.scss */
  body.orders #expert-recommendation .modal-dialog .modal-content .modal-header .modal-title span {
    display: inline;
  }
}

/* line 1, app/assets/stylesheets/userinfo_validations.css.scss */
body.userinfo_validations {
  font-family: PingFangSC-Regular;
}

/* line 3, app/assets/stylesheets/userinfo_validations.css.scss */
body.userinfo_validations .publish .head {
  margin-bottom: 11px;
}

/* line 5, app/assets/stylesheets/userinfo_validations.css.scss */
body.userinfo_validations .publish .head p {
  text-align: left;
}

/* line 9, app/assets/stylesheets/userinfo_validations.css.scss */
body.userinfo_validations .panel-title {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
}

/* line 14, app/assets/stylesheets/userinfo_validations.css.scss */
body.userinfo_validations .panel-title .completed {
  font-size: 12px;
  color: #66BF26;
  line-height: 17px;
}

/* line 19, app/assets/stylesheets/userinfo_validations.css.scss */
body.userinfo_validations .panel-title .not_completed {
  font-size: 12px;
  color: #FF327E;
  line-height: 17px;
  text-align: left;
}

/* line 25, app/assets/stylesheets/userinfo_validations.css.scss */
body.userinfo_validations .panel-title .pull-right i {
  color: #323232;
  font-weight: bold;
}

/* line 30, app/assets/stylesheets/userinfo_validations.css.scss */
body.userinfo_validations .panel-title.extend {
  font-family: PingFangSC-Medium;
  color: #323232;
}

/* line 36, app/assets/stylesheets/userinfo_validations.css.scss */
body.userinfo_validations .panel-body .item-title {
  font-size: 16px;
  color: #0096FF;
  line-height: 22px;
  display: block;
}

/* line 42, app/assets/stylesheets/userinfo_validations.css.scss */
body.userinfo_validations .panel-body label {
  font-size: 16px;
  margin-bottom: 8px;
  color: #666;
  font-weight: normal;
}

/* line 51, app/assets/stylesheets/userinfo_validations.css.scss */
body.userinfo_validations a.applying {
  display: block;
  margin: auto;
  border-radius: 4px;
  width: 52px;
  height: 32px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
}

/* line 62, app/assets/stylesheets/userinfo_validations.css.scss */
body.userinfo_validations a.applying.disabled {
  background: #808080;
  border-color: #808080;
}

/* line 70, app/assets/stylesheets/userinfo_validations.css.scss */
body.userinfo_validations .form-group .row .col-sm-6 label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: #666;
  font-weight: normal;
}

/* line 76, app/assets/stylesheets/userinfo_validations.css.scss */
body.userinfo_validations .form-group .row .col-sm-6 label em {
  font-size: 12px;
  color: #46b6e5;
}

@media (max-width: 768px) {
  /* line 83, app/assets/stylesheets/userinfo_validations.css.scss */
  body.userinfo_validations .form-group .row .col-sm-6:last-child {
    padding-top: 15px;
  }
}

/* line 1, app/assets/stylesheets/load_more.css.scss */
.browser-screen-loading-content {
  text-align: center;
  height: 60px;
  max-width: 100%;
  top: 0;
  right: 0;
  bottom: 3em;
  left: 0;
  margin: auto;
}

/* line 12, app/assets/stylesheets/load_more.css.scss */
.loading-dots {
  margin-left: -1.5em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: loading-dots-fadein .5s linear forwards;
  -moz-animation: loading-dots-fadein .5s linear forwards;
  -o-animation: loading-dots-fadein .5s linear forwards;
  -ms-animation: loading-dots-fadein .5s linear forwards;
  animation: loading-dots-fadein .5s linear forwards;
}

/* line 23, app/assets/stylesheets/load_more.css.scss */
.loading-dots i {
  width: .5em;
  height: .5em;
  display: inline-block;
  vertical-align: middle;
  background: #e0e0e0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 .125em;
  -webkit-animation: loading-dots-middle-dots .5s linear infinite;
  -moz-animation: loading-dots-middle-dots .5s linear infinite;
  -o-animation: loading-dots-middle-dots .5s linear infinite;
  -ms-animation: loading-dots-middle-dots .5s linear infinite;
  animation: loading-dots-middle-dots .5s linear infinite;
}

/* line 38, app/assets/stylesheets/load_more.css.scss */
.loading-dots.dark-gray i {
  background: #707070;
}

/* line 41, app/assets/stylesheets/load_more.css.scss */
.loading-dots i:first-child {
  -webkit-animation: loading-dots-first-dot .5s infinite;
  -moz-animation: loading-dots-first-dot .5s linear infinite;
  -o-animation: loading-dots-first-dot .5s linear infinite;
  -ms-animation: loading-dots-first-dot .5s linear infinite;
  animation: loading-dots-first-dot .5s linear infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(-1em);
  -moz-transform: translate(-1em);
  -o-transform: translate(-1em);
  -ms-transform: translate(-1em);
  transform: translate(-1em);
}

/* line 56, app/assets/stylesheets/load_more.css.scss */
.loading-dots i:last-child {
  -webkit-animation: loading-dots-last-dot .5s linear infinite;
  -moz-animation: loading-dots-last-dot .5s linear infinite;
  -o-animation: loading-dots-last-dot .5s linear infinite;
  -ms-animation: loading-dots-last-dot .5s linear infinite;
  animation: loading-dots-last-dot .5s linear infinite;
}

@-moz-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@-webkit-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@-o-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@-moz-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@-webkit-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@-o-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}

@-moz-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
  }
}

@-webkit-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
  }
}

@-o-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
  }
}

@keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
  }
}

@-moz-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@-o-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

/* line 2, app/assets/stylesheets/experts/_expert_contact_button.css.scss */
body.events .expert-contact-button .btn-primary, body.events .expert-contact-button .btn-basic {
  border-radius: 20px;
}

/* line 6, app/assets/stylesheets/experts/_expert_contact_button.css.scss */
body.events .expert-contact-button .conversation-btn {
  margin-right: 10px;
}

/* line 82, app/assets/stylesheets/events.css.scss */
body.events .media-list {
  list-style: none;
}

/* line 85, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details {
  padding: 30px 0 0 0;
  margin: 0 4.5px;
}

/* line 90, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details dd .media {
  background-color: transparent;
  min-height: 0px;
  min-width: 0px;
}

/* line 95, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details dd .media-left {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}

/* line 100, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details dd a {
  color: #666 !important;
  font-size: 16px;
}

/* line 104, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .media .media-body {
  width: 100%;
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

/* line 109, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .media .media-body h4 {
  float: left;
}

/* line 112, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .media .media-body .guest-contact-button {
  padding-top: 10px;
}

/* line 114, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .media .media-body .guest-contact-button a {
  color: white !important;
}

/* line 117, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .media .media-body .guest-contact-button .btn-primary, body.events .media-list .activity-details .media .media-body .guest-contact-button .btn-basic {
  border-radius: 20px;
}

/* line 120, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .media .media-body .guest-contact-button .conversation-btn {
  margin-right: 10px;
}

/* line 125, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .media .media-body .guest-intro.with-user {
  padding-top: 60px;
}

/* line 128, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .media .media-body .guest-intro.without-user {
  padding-top: 10px;
}

/* line 131, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .media .media-body .guest-intro .text-unfold {
  height: 30px;
  overflow: hidden;
  margin-bottom: 1em;
}

/* line 138, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .media .media-body a.unfold {
  color: #2586fa !important;
}

/* line 142, app/assets/stylesheets/events.css.scss */
body.events .media-list .event-onlookers, body.events .media-list .event-guests, body.events .media-list .event-category, body.events .media-list .recent-events {
  margin-top: 20px;
  padding: 0 15px;
  background-color: #fff;
}

/* line 146, app/assets/stylesheets/events.css.scss */
body.events .media-list .event-onlookers .activity-details, body.events .media-list .event-guests .activity-details, body.events .media-list .event-category .activity-details, body.events .media-list .recent-events .activity-details {
  padding: 10px 0 5px 0;
}

/* line 151, app/assets/stylesheets/events.css.scss */
body.events .media-list .event-detail .moment-act {
  padding-bottom: 1em;
}

/* line 153, app/assets/stylesheets/events.css.scss */
body.events .media-list .event-detail .moment-act .event-start-date {
  border-right: 1px solid #0096FF;
  padding-left: 5px;
}

/* line 156, app/assets/stylesheets/events.css.scss */
body.events .media-list .event-detail .moment-act .event-start-date .month {
  color: #0096FF;
  font-size: 16px;
}

/* line 160, app/assets/stylesheets/events.css.scss */
body.events .media-list .event-detail .moment-act .event-start-date .day {
  color: #0096FF;
  font-size: 16px;
}

/* line 167, app/assets/stylesheets/events.css.scss */
body.events .media-list .event-detail .tags .label.label-primary {
  margin-right: 2em;
}

/* line 172, app/assets/stylesheets/events.css.scss */
body.events .media-list .event-category {
  padding-bottom: 30px;
}

/* line 175, app/assets/stylesheets/events.css.scss */
body.events .media-list .event-category .event-category-detail .header {
  color: #999;
  font-size: 1.5em;
  padding-top: 1em;
}

/* line 181, app/assets/stylesheets/events.css.scss */
body.events .media-list .event-category .event-category-detail .content .main-content {
  color: #8b8b8b;
}

/* line 186, app/assets/stylesheets/events.css.scss */
body.events .media-list .event-category .event-category-detail .szw-qr img {
  width: 85%;
  display: block;
  margin: auto;
  padding: 10px 0 20px 0;
}

/* line 193, app/assets/stylesheets/events.css.scss */
body.events .media-list .event-category .event-category-detail .related-event-category {
  font-size: 1.2em;
}

/* line 198, app/assets/stylesheets/events.css.scss */
body.events .media-list .recent-events {
  padding: 0.5em 1.5em;
  border-radius: 5px;
  margin-bottom: 1em;
}

/* line 203, app/assets/stylesheets/events.css.scss */
body.events .media-list .recent-events ul li {
  padding: 5px 0;
  border-bottom: solid 1px #dddddd;
}

/* line 206, app/assets/stylesheets/events.css.scss */
body.events .media-list .recent-events ul li a {
  color: #5a5a5a;
}

/* line 211, app/assets/stylesheets/events.css.scss */
body.events .media-list .recent-events .more-events {
  padding-top: 1em;
}

/* line 215, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details dd img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

/* line 220, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .users {
  margin: 0 15px;
}

/* line 222, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .users a, body.events .media-list .activity-details .users img {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

/* line 229, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details dd .media-heading {
  margin-top: 0;
  margin-bottom: 15px;
}

/* line 234, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .float-right {
  float: right;
}

/* line 237, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .recent-events-title {
  margin-bottom: 10px;
}

/* line 240, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .recent-events-list {
  padding-left: 10px;
}

/* line 242, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .recent-events-list .recent-event {
  line-height: 25px;
}

/* line 244, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .recent-events-list .recent-event a {
  color: #2586fa !important;
}

/* line 252, app/assets/stylesheets/events.css.scss */
body.events .media-list .activity-details .media .media-body h4 {
  float: none !important;
}

@media (max-width: 763px) {
  /* line 255, app/assets/stylesheets/events.css.scss */
  body.events .activity-details dd .media .media-heading h4 {
    text-align: left;
  }
}

/* line 260, app/assets/stylesheets/events.css.scss */
body.events .moment-notes {
  padding: 7px 0 7px 0;
  background: #fff8bf;
  text-align: center;
  margin: 10px 0 -10px 0;
}

/* line 267, app/assets/stylesheets/events.css.scss */
body.events .activity-info {
  margin-bottom: -33px;
}

@media (max-width: 763px) {
  /* line 267, app/assets/stylesheets/events.css.scss */
  body.events .activity-info {
    margin: -30px -1px;
  }
}

/* line 272, app/assets/stylesheets/events.css.scss */
body.events .activity-info .recent-events {
  background-color: white;
  padding: 1.2em;
  border-radius: 5px;
  margin-bottom: 2em;
}

/* line 278, app/assets/stylesheets/events.css.scss */
body.events .activity-info .recent-events ul li {
  padding: 5px 0;
  border-bottom: solid 1px #dddddd;
}

/* line 281, app/assets/stylesheets/events.css.scss */
body.events .activity-info .recent-events ul li a {
  color: #5a5a5a;
}

/* line 286, app/assets/stylesheets/events.css.scss */
body.events .activity-info .recent-events .more-events {
  padding-top: 1em;
}

/* line 291, app/assets/stylesheets/events.css.scss */
body.events .activity-info .event-contact dl.publish {
  margin-bottom: 1em;
}

/* line 297, app/assets/stylesheets/events.css.scss */
body.events .moment-release {
  background-color: #fff;
  margin: 2em 0;
  padding: 0 1em;
}

/* line 301, app/assets/stylesheets/events.css.scss */
body.events .moment-release .moment-re-heading {
  padding: 1em 0em 0em 0em;
}

/* line 303, app/assets/stylesheets/events.css.scss */
body.events .moment-release .moment-re-heading img {
  margin: .5em;
}

/* line 308, app/assets/stylesheets/events.css.scss */
body.events .moment-release .main > .new_feed {
  margin: 0 .5em;
  padding-bottom: 1em;
}

/* line 311, app/assets/stylesheets/events.css.scss */
body.events .moment-release .main > .new_feed .form-group {
  position: relative;
}

/* line 313, app/assets/stylesheets/events.css.scss */
body.events .moment-release .main > .new_feed .form-group #new_feed_content {
  border-radius: 4px 4px 0 0;
}

/* line 318, app/assets/stylesheets/events.css.scss */
body.events .moment-release .main > .new_feed .upload-image-button i {
  font-size: 24px;
}

/* line 321, app/assets/stylesheets/events.css.scss */
body.events .moment-release .main > .new_feed .upload-image-button #fileupload {
  width: 86px;
  height: 26px;
  font-size: 26px;
}

/* line 327, app/assets/stylesheets/events.css.scss */
body.events .moment-release .main > .new_feed .image-area {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 5px;
  border-radius: 0 0 4px 4px;
  background-color: #f0f0f0;
  margin: 0px;
  height: auto;
  width: auto;
  border-top: 1px solid #eee;
}

/* line 338, app/assets/stylesheets/events.css.scss */
body.events .moment-release .main > .new_feed .image-area .col-sm-2 {
  position: relative;
  padding: 0px 5px;
  text-align: center;
}

/* line 342, app/assets/stylesheets/events.css.scss */
body.events .moment-release .main > .new_feed .image-area .col-sm-2 img {
  height: 100px;
  width: 100%;
  border-radius: 5px;
}

/* line 349, app/assets/stylesheets/events.css.scss */
body.events .moment-release .main > .new_feed #new_feed_submit {
  margin-top: 1.3em;
}

/* line 354, app/assets/stylesheets/events.css.scss */
body.events .moment-release .moment-add-picture {
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: #f9f9f9;
  padding: 1em 2em;
  margin: 0 .5em;
}

/* line 360, app/assets/stylesheets/events.css.scss */
body.events .moment-release .moment-add-picture div {
  margin-bottom: 1em;
}

/* line 363, app/assets/stylesheets/events.css.scss */
body.events .moment-release .moment-add-picture a {
  font-size: 12px;
  margin: .5em;
}

/* line 367, app/assets/stylesheets/events.css.scss */
body.events .moment-release .moment-add-picture img {
  height: 60px;
  width: 60px;
  margin: 5px;
  -webkit-filter: grayscale(30%);
  -moz-filter: grayscale(30%);
  -ms-filter: grayscale(30%);
  -o-filter: grayscale(30%);
  filter: grayscale(30%);
  filter: url(//static.shenzhenware.com/grayscale.svg);
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
}

/* line 377, app/assets/stylesheets/events.css.scss */
body.events .moment-page {
  background-color: #fff;
}

/* line 380, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-heading {
  margin-top: 1em;
  padding-top: 2em;
}

/* line 383, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-heading a {
  vertical-align: super;
}

/* line 386, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-heading img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 1em;
  margin-top: -.5em;
  float: left;
  height: 50px;
  width: 50px;
}

/* line 393, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-heading span {
  color: #bdbdbd;
  margin: 0 14px;
}

/* line 396, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-heading span:last-child {
  margin-right: 1em;
}

/* line 400, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-heading p {
  min-height: 15px;
  font-size: 12px;
  color: #bdbdbd;
}

/* line 407, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-photorail {
  overflow: hidden;
  padding: 1em 2em;
}

@media (max-width: 767px) {
  /* line 407, app/assets/stylesheets/events.css.scss */
  body.events .moment-page .moment-float .moment-photorail {
    margin: 0;
    padding: 1em;
  }
}

/* line 414, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-photorail .photorail-single {
  width: 320px !important;
  height: auto;
}

/* line 417, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-photorail .photorail-single a {
  height: auto !important;
}

/* line 419, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-photorail .photorail-single a img {
  width: 320px !important;
  height: auto;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 428, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-photorail .photorail-vertical {
  height: auto;
}

@media (max-width: 767px) {
  /* line 428, app/assets/stylesheets/events.css.scss */
  body.events .moment-page .moment-float .moment-photorail .photorail-vertical {
    width: 96px;
  }
}

@media (min-width: 768px) {
  /* line 428, app/assets/stylesheets/events.css.scss */
  body.events .moment-page .moment-float .moment-photorail .photorail-vertical {
    width: 200px;
  }
}

/* line 437, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-photorail span {
  position: relative;
  float: left;
  overflow: hidden;
  margin: .2em;
}

@media (max-width: 767px) {
  /* line 437, app/assets/stylesheets/events.css.scss */
  body.events .moment-page .moment-float .moment-photorail span {
    width: calc( (100% / 3) - 1em);
  }
}

@media (min-width: 768px) {
  /* line 437, app/assets/stylesheets/events.css.scss */
  body.events .moment-page .moment-float .moment-photorail span {
    width: 200px;
    height: 200px;
  }
}

/* line 449, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-photorail span a {
  display: block;
}

@media (max-width: 767px) {
  /* line 449, app/assets/stylesheets/events.css.scss */
  body.events .moment-page .moment-float .moment-photorail span a {
    height: 100px;
  }
  /* line 453, app/assets/stylesheets/events.css.scss */
  body.events .moment-page .moment-float .moment-photorail span a img {
    height: 100px;
  }
}

@media (min-width: 768px) {
  /* line 449, app/assets/stylesheets/events.css.scss */
  body.events .moment-page .moment-float .moment-photorail span a {
    height: 200px;
  }
  /* line 459, app/assets/stylesheets/events.css.scss */
  body.events .moment-page .moment-float .moment-photorail span a img {
    height: 200px;
  }
}

/* line 466, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-comment {
  margin: 3em 0 1em 1em;
}

/* line 468, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-comment img {
  margin: 0 2em 1em 1em;
}

/* line 471, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-comment p {
  margin: 0 50px 8px;
  line-height: 1.5em;
  color: #8b8b8b;
  overflow: hidden;
}

/* line 477, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-comment div.click-to-toggle {
  color: #0096FF;
  margin-left: 4.5em;
  margin-top: -8px;
  text-decoration: underline;
  cursor: pointer;
}

/* line 484, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-comment div.event-name-tip {
  display: none;
}

/* line 488, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-product {
  margin: 2em 1em;
  padding: 15px;
  min-height: 142px;
  border: 1px solid #e6e6e6;
}

/* line 493, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-product img {
  float: left;
  width: 180px;
  height: 110px;
  margin: 0 15px 0 0;
}

/* line 499, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-product p {
  line-height: 1.3em;
  color: #8b8b8b;
}

/* line 503, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-product h1 {
  margin: 0 0 1em 0;
  font-size: 18px;
  line-height: 1.3em;
  color: #5a5a5a;
}

/* line 509, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-product .expert-lists .avatar {
  margin: 0 5px;
}

/* line 511, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-product .expert-lists .avatar img {
  width: 40px;
  height: 40px;
  margin: 0px;
  float: none;
}

/* line 517, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-product .expert-lists .avatar h4 {
  margin-top: 10px;
}

/* line 522, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-connect {
  margin: 2em 1em;
  padding: 20px 0 40px 0;
  min-height: 130px;
  border: 1px solid #e6e6e6;
}

/* line 527, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-connect img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 1em;
  float: left;
  height: 100px;
  width: 100px;
}

/* line 533, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-connect p {
  font-size: 10px;
  color: #8b8b8b;
}

/* line 537, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-connect .link-btn {
  margin: -2em 6em;
}

/* line 541, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content {
  border: 1px solid #e6e6e6;
  margin: 2em 1em;
}

/* line 21, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article {
  padding: 0 20px;
}

/* line 23, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 30, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-img {
  min-height: 150px;
  max-width: 100%;
  height: auto;
  background-size: cover;
}

/* line 38, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-title h2 a {
  font-size: 18px;
  line-height: 24px;
}

/* line 42, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-title h2 a:hover {
  color: #2586fa !important;
}

/* line 47, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .author div {
  padding: 5px 9px;
  line-height: 1em;
}

/* line 50, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .author div :nth-child(2) {
  margin-left: 2em;
}

/* line 53, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .author div a {
  color: inherit;
}

/* line 57, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .author .collections-item-footer {
  color: #bdbdbd !important;
}

/* line 61, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-summary {
  line-height: 20px;
  max-height: 85px;
  color: #8b8b8b !important;
}

/* line 65, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-summary .pro-list {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 70, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-summary .experts-lists a img {
  width: 35px;
  height: 35px;
}

/* line 13, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info .hf-summary .experts-lists .more-btn {
  color: #5e5e5e;
  text-align: center;
  padding: 9.5px;
}

/* line 545, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-img {
  width: 180px;
  height: 110px !important;
  min-height: 0px;
}

/* line 550, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item {
  border: none;
}

/* line 552, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item > a, body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info {
  display: inline-block;
}

/* line 554, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item > a ul, body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info ul {
  display: block;
}

/* line 556, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item > a ul .col-lg-6, body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-info ul .col-lg-6 {
  width: calc(100% / 2);
  padding: 0px;
}

/* line 562, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-content .hf-article .hf-item .hf-title h2 {
  margin: 0px;
}

/* line 567, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-comment {
  margin: 0 1em;
  background-color: #f9f9f9;
}

/* line 570, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-comment > p {
  margin: 0 1em;
  padding-top: 1em;
}

/* line 573, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-comment > p > a {
  color: #2586fa;
}

/* line 575, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-comment > p > a > span {
  margin: 0 1em;
}

/* line 580, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-comment .reply-activity-comment {
  color: #2586fa;
  cursor: pointer;
}

/* line 585, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-reply {
  display: block;
  margin: 1em;
  padding-bottom: 1em;
}

/* line 587, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-reply .comment-form a.comment-btn {
  padding: 6px 12px;
  margin-top: 7px;
}

/* line 595, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-reply textarea {
  display: inline-block;
  width: 90%;
  vertical-align: bottom;
  height: 35px;
}

@media (max-width: 763px) {
  /* line 595, app/assets/stylesheets/events.css.scss */
  body.events .moment-page .moment-float .moment-float-reply textarea {
    width: 100%;
  }
}

/* line 605, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-reply input {
  display: inline-block;
}

@media (max-width: 763px) {
  /* line 605, app/assets/stylesheets/events.css.scss */
  body.events .moment-page .moment-float .moment-float-reply input {
    margin: 10px 0;
  }
}

@media (min-width: 764px) {
  /* line 611, app/assets/stylesheets/events.css.scss */
  body.events .moment-page .moment-float .moment-float-reply input.comment-btn {
    float: right;
  }
}

/* line 616, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-reply form {
  padding: 1em 0;
}

/* line 620, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-share {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  margin-top: .5em;
}

/* line 624, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-share div:first-child {
  min-height: 3em;
}

/* line 626, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-share div:first-child a {
  display: inline-block;
  float: right;
  padding: .5em 1.5em;
  line-height: 2em;
}

/* line 631, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-share div:first-child a:hover {
  cursor: pointer;
}

/* line 634, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-share div:first-child a i {
  font-size: 18px;
  margin: .5em;
}

/* line 640, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-float-share div:first-child .media-share-feed a.active {
  color: #eb397c !important;
}

/* line 646, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-act {
  border: 1px solid #e6e6e6;
  margin: 2em 1em 2em 1em;
  padding: 1em 0;
  min-height: 150px;
}

/* line 651, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-act > a {
  float: left;
  margin: .5em 2em 0em 2em;
  padding-right: 2em;
  border-right: 1px solid #e6e6e6;
}

/* line 656, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-act > a h1 {
  font-size: 46px;
  color: #2586fa;
  margin-top: .5em;
  margin-bottom: 0px;
}

/* line 662, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-act > a h3 {
  margin: 0em;
  margin-top: 1em;
  color: #2586fa;
  text-align: center;
}

/* line 669, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-act img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 1em;
  height: 40px;
  width: 40px;
  margin: 0px;
}

/* line 675, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-act div {
  margin: 1em 1em;
}

/* line 677, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-act div h1 {
  font-size: 18px;
  line-height: 24px;
  color: #5a5a5a;
}

/* line 683, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-act .avatar {
  margin: 0 5px;
}

/* line 685, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-act .avatar .avatar-ball p {
  margin: 0px;
  width: 100%;
}

/* line 689, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-act .avatar .avatar-ball img {
  margin-bottom: 15px;
}

/* line 13, app/assets/stylesheets/events.css.scss */
body.events .moment-page .moment-float .moment-act .more-btn {
  color: #5e5e5e;
  text-align: center;
  padding: 9.5px;
}

/* line 697, app/assets/stylesheets/events.css.scss */
body.events .check-in-list {
  margin-top: 30px;
}

/* line 699, app/assets/stylesheets/events.css.scss */
body.events .check-in-list .user-check-list .alert.no-order-info {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 706, app/assets/stylesheets/events.css.scss */
body.events .check-in-list .admin-check-list tr.attendance-checked {
  background-color: #C5C8C6;
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 697, app/assets/stylesheets/events.css.scss */
  body.events .check-in-list {
    margin-top: 60px;
  }
}

/* line 714, app/assets/stylesheets/events.css.scss */
body.events .check-in-list .summary {
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  /* line 3, app/assets/stylesheets/events_mobile.css.scss */
  body.events .media-list .activity-details {
    padding: 0;
  }
  /* line 7, app/assets/stylesheets/events_mobile.css.scss */
  body.events .fixed-bottom-comment-form {
    margin-left: -2em;
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0em;
    padding: 0.5em 1em 0.5em 1em;
    border-top: solid 1px #C5C8C6;
    border-bottom: solid 1px #C5C8C6;
    background-color: white;
  }
  /* line 17, app/assets/stylesheets/events_mobile.css.scss */
  body.events .fixed-bottom-comment-form textarea {
    background-color: white;
  }
  /* line 43, app/assets/stylesheets/events_mobile.css.scss */
  body.events .hidden-comment-form {
    position: fixed;
    z-index: 1031;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    overflow: auto;
    background-color: white;
  }
  /* line 53, app/assets/stylesheets/events_mobile.css.scss */
  body.events .hidden-comment-form .main {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 1em;
    top: 0;
    min-height: 100%;
  }
  /* line 60, app/assets/stylesheets/events_mobile.css.scss */
  body.events .hidden-comment-form .main .btn-cancel, body.events .hidden-comment-form .main #new_feed_submit {
    margin-right: 0.5em;
    margin-top: 1.3em;
  }
  /* line 65, app/assets/stylesheets/events_mobile.css.scss */
  body.events .hidden-comment-form .publish-result {
    top: 0;
    background-color: yellow;
    display: none;
    height: 25px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  /* line 76, app/assets/stylesheets/events_mobile.css.scss */
  body.events .guest a.media-left {
    display: block !important;
  }
  /* line 79, app/assets/stylesheets/events_mobile.css.scss */
  body.events .guest .media-body {
    display: block !important;
  }
}

/* line 2, app/assets/stylesheets/orders.css.scss */
body.orders .order-page {
  padding: 2em;
}

/* line 4, app/assets/stylesheets/orders.css.scss */
body.orders .order-page .ware-pay-btn {
  display: inline-block;
}

/* line 10, app/assets/stylesheets/orders.css.scss */
body.orders.orders_show .event-page-qr, body.orders.orders_show .event-contact-qr {
  margin-top: 1em;
  font-size: 12px;
}

/* line 14, app/assets/stylesheets/orders.css.scss */
body.orders.orders_show .modal-title {
  font-size: 14px;
}

/* line 17, app/assets/stylesheets/orders.css.scss */
body.orders.orders_show .sharing-hint {
  font-size: 12px;
}

/* line 22, app/assets/stylesheets/orders.css.scss */
body.orders.orders_confirm_detail .feedback {
  position: fixed;
  right: 5%;
  bottom: 15%;
  color: #000;
  z-index: 1;
  height: 40px;
  width: 120px;
}

/* line 33, app/assets/stylesheets/orders.css.scss */
body.orders.orders_confirm_detail .feedback:hover i {
  color: #0085f6;
  transition: color .5s;
  -moz-transition: color .5s;
  /* Firefox 4 */
  -webkit-transition: color .5s;
  /* Safari and Chrome */
  -o-transition: color .5s;
  /* Opera */
}

/* line 40, app/assets/stylesheets/orders.css.scss */
body.orders.orders_confirm_detail .feedback:hover .feedback-guide {
  display: block;
  color: #0085f6;
}

/* line 45, app/assets/stylesheets/orders.css.scss */
body.orders.orders_confirm_detail .feedback-guide {
  color: #000;
  display: none;
}

/* line 48, app/assets/stylesheets/orders.css.scss */
body.orders.orders_confirm_detail .feedback-guide:hover {
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/orders.css.scss */
body.orders.orders_confirm_detail .alipay-result-dialog {
  display: none;
}

/* line 55, app/assets/stylesheets/orders.css.scss */
body.orders.orders_confirm_detail .alipay-result-dialog-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 65, app/assets/stylesheets/orders.css.scss */
body.orders.orders_confirm_detail .alipay-result-dialog-panel {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 50%) !important;
  margin: 0 auto;
  width: 500px;
}

/* line 72, app/assets/stylesheets/orders.css.scss */
body.orders.orders_confirm_detail .alipay-result-dialog-panel .result-confirm-operation-btns {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
}

/* line 76, app/assets/stylesheets/orders.css.scss */
body.orders.orders_confirm_detail .alipay-result-dialog-panel .result-confirm-operation-btns button.btn {
  margin: 0 5px;
}

/* line 78, app/assets/stylesheets/orders.css.scss */
body.orders.orders_confirm_detail .alipay-result-dialog-panel .result-confirm-operation-btns button.btn .confirm-success {
  color: #fff;
}

/* line 80, app/assets/stylesheets/orders.css.scss */
body.orders.orders_confirm_detail .alipay-result-dialog-panel .result-confirm-operation-btns button.btn .confirm-success:hover {
  color: #fff !important;
}

/* line 84, app/assets/stylesheets/orders.css.scss */
body.orders.orders_confirm_detail .alipay-result-dialog-panel .result-confirm-operation-btns button.btn .confirm-fail {
  color: #000;
}

/* line 90, app/assets/stylesheets/orders.css.scss */
body.orders.orders_confirm_detail #back-to-top {
  display: none !important;
}

@media screen and (min-width: 768px) {
  /* line 94, app/assets/stylesheets/orders.css.scss */
  body.orders.orders_confirm_detail .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
}

/* line 3, app/assets/stylesheets/comments.css.scss */
.comment-area {
  background-color: #ffffff;
  padding: 50px 25px;
  margin-top: 7.5px;
}

/* line 7, app/assets/stylesheets/comments.css.scss */
.comment-area .pagination {
  margin: 10px 0;
}

/* line 10, app/assets/stylesheets/comments.css.scss */
.comment-area .title {
  padding: 20px 0;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
}

/* line 15, app/assets/stylesheets/comments.css.scss */
.comment-area .title span {
  color: #2586fa;
  line-height: 33px;
  float: left;
  margin-top: -35px;
}

/* line 21, app/assets/stylesheets/comments.css.scss */
.comment-area .title:after, .comment-area .title:before {
  content: " ";
  display: table;
}

/* line 25, app/assets/stylesheets/comments.css.scss */
.comment-area .title a.login-btn {
  float: right;
  margin-top: -35px;
}

/* line 30, app/assets/stylesheets/comments.css.scss */
.comment-area > .media {
  position: relative;
  margin-top: 25px;
  border-bottom: 1px solid #e6e6e6;
  display: table;
  width: 100%;
}

/* line 36, app/assets/stylesheets/comments.css.scss */
.comment-area > .media .media-left {
  width: 56px;
  padding-right: 20px;
  float: left;
}

/* line 40, app/assets/stylesheets/comments.css.scss */
.comment-area > .media .media-left img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

/* line 46, app/assets/stylesheets/comments.css.scss */
.comment-area > .media a {
  font-size: 14px;
  color: #333;
}

/* line 50, app/assets/stylesheets/comments.css.scss */
.comment-area > .media p {
  margin-top: 20px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
}

/* line 55, app/assets/stylesheets/comments.css.scss */
.comment-area > .media p a {
  font-size: 16px;
  color: #0096FF;
}

/* line 61, app/assets/stylesheets/comments.css.scss */
.comment-area > .media .image-area img {
  height: 100px;
  width: 100%;
  border-radius: 5px;
}

/* line 67, app/assets/stylesheets/comments.css.scss */
.comment-area > .media span {
  color: #bdbdbd;
  margin-top: 10px;
  display: block;
  font-size: 12px;
}

/* line 73, app/assets/stylesheets/comments.css.scss */
.comment-area > .media .row {
  margin: 0;
}

/* line 75, app/assets/stylesheets/comments.css.scss */
.comment-area > .media .row .pull-right {
  color: #bdbdbd;
  font-size: 12px;
}

/* line 80, app/assets/stylesheets/comments.css.scss */
.comment-area > .media .parent-comment-content {
  font-size: 14px;
  padding: 1px 12px 0;
  border-left: thin solid #404040;
  line-height: 24px;
  text-align: left;
  margin: 10px 0px;
}

/* line 88, app/assets/stylesheets/comments.css.scss */
.comment-area > .media .comment-reply-btn, .comment-area > .media .comment-reply-btn a {
  color: #2586fa;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
  cursor: pointer;
}

/* line 96, app/assets/stylesheets/comments.css.scss */
.comment-area .comment-form {
  margin-top: 25px;
}

/* line 99, app/assets/stylesheets/comments.css.scss */
.comment-area .comment-form .add-image .custome-fileupload-btn {
  margin-top: 0em;
}

/* line 102, app/assets/stylesheets/comments.css.scss */
.comment-area .comment-form .custome-fileupload-btn {
  margin-top: 2em;
}

/* line 104, app/assets/stylesheets/comments.css.scss */
.comment-area .comment-form .custome-fileupload-btn span {
  color: #fff;
}

/* line 108, app/assets/stylesheets/comments.css.scss */
.comment-area .comment-form .comment-btn {
  margin-top: 2em;
}

/* line 111, app/assets/stylesheets/comments.css.scss */
.comment-area .comment-form img {
  border-radius: 0;
}

/* line 115, app/assets/stylesheets/comments.css.scss */
.comment-area .image-area {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 5px;
  border-radius: 10px;
  background-color: #f0f0f0;
  margin: 0px;
  height: auto;
  width: auto;
  border-top: 1px solid #eee;
}

/* line 126, app/assets/stylesheets/comments.css.scss */
.comment-area .image-area.hide {
  border-radius: 10px;
}

/* line 129, app/assets/stylesheets/comments.css.scss */
.comment-area .image-area .col-sm-2 {
  position: relative;
  padding: 0px 5px;
  text-align: center;
}

/* line 133, app/assets/stylesheets/comments.css.scss */
.comment-area .image-area .col-sm-2 span {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 5px;
  right: 16px;
  display: none;
}

/* line 141, app/assets/stylesheets/comments.css.scss */
.comment-area .image-area .col-sm-2:hover span {
  display: block;
}

/* line 145, app/assets/stylesheets/comments.css.scss */
.comment-area .image-area .progress {
  overflow: visible;
  margin-bottom: 0px;
  margin-top: 5px;
  height: 10px;
}

/* line 150, app/assets/stylesheets/comments.css.scss */
.comment-area .image-area .progress .progress-bar {
  border-radius: 4px;
}

/* line 3, app/assets/stylesheets/details.css.scss */
.join-in {
  background-color: #fff;
  margin: 1em 0;
  padding: 0 1em;
}

/* line 7, app/assets/stylesheets/details.css.scss */
.join-in a {
  color: #2586fa;
}

/* line 9, app/assets/stylesheets/details.css.scss */
.join-in a:hover {
  color: #0077cc;
}

/* line 13, app/assets/stylesheets/details.css.scss */
.join-in p {
  padding: 20px 0;
}

/* line 16, app/assets/stylesheets/details.css.scss */
.join-in img {
  width: 20px !important;
  height: 20px !important;
  float: right;
}

/* line 23, app/assets/stylesheets/details.css.scss */
.details-person {
  display: block;
  color: #bdbdbd;
  margin: 0em 1em;
  padding: 1em 0;
}

/* line 29, app/assets/stylesheets/details.css.scss */
.details-person .details-name {
  line-height: 20px;
  margin-right: 10px;
}

/* line 32, app/assets/stylesheets/details.css.scss */
.details-person .details-name a {
  color: #5a5a5a;
  font-size: 14px;
}

/* line 36, app/assets/stylesheets/details.css.scss */
.details-person .details-name p {
  font-size: 12px;
}

/* line 41, app/assets/stylesheets/details.css.scss */
.details-person > div {
  display: inline-block;
  vertical-align: top;
}

/* line 46, app/assets/stylesheets/details.css.scss */
.details-person img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 1em;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 0;
}

/* line 54, app/assets/stylesheets/details.css.scss */
.details-person span {
  float: right;
  color: #bdbdbd;
}

/* line 61, app/assets/stylesheets/details.css.scss */
.details-content {
  background-color: #fff;
  margin-bottom: 1em;
}

/* line 64, app/assets/stylesheets/details.css.scss */
.details-content > p {
  font-size: 18px;
  line-height: 30px;
  color: #8b8b8b;
  margin: 0 1em;
}

/* line 70, app/assets/stylesheets/details.css.scss */
.details-content div.event-name-tip {
  margin: 18px;
}

/* line 72, app/assets/stylesheets/details.css.scss */
.details-content div.event-name-tip a {
  font-size: 18px;
}

/* line 79, app/assets/stylesheets/details.css.scss */
.media-share {
  margin: 0 1em;
}

/* line 81, app/assets/stylesheets/details.css.scss */
.media-share > a {
  padding: .5em 1em;
  margin: 0;
  margin-bottom: 1em;
  color: #8b8b8b;
}

/* line 89, app/assets/stylesheets/details.css.scss */
.details-photorail {
  overflow: hidden;
  margin: 0em 13em;
  padding: 1em 2em;
}

/* line 93, app/assets/stylesheets/details.css.scss */
.details-photorail .photorail-single {
  width: 320px !important;
  height: auto;
}

/* line 96, app/assets/stylesheets/details.css.scss */
.details-photorail .photorail-single a {
  height: auto;
}

/* line 98, app/assets/stylesheets/details.css.scss */
.details-photorail .photorail-single a img {
  width: 320px !important;
  height: auto;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 110, app/assets/stylesheets/details.css.scss */
.details-photorail span {
  position: relative;
  float: left;
  overflow: hidden;
  margin: .5em;
  width: calc( (100% / 3) - 1em);
}

/* line 116, app/assets/stylesheets/details.css.scss */
.details-photorail span a {
  height: 100px;
  display: block;
}

/* line 119, app/assets/stylesheets/details.css.scss */
.details-photorail span a img {
  height: 100px;
}

@media (max-width: 768px) {
  /* line 128, app/assets/stylesheets/details.css.scss */
  .details-photorail {
    margin: 2em 0;
    padding: 1em 1em;
  }
}

/* line 1, app/assets/stylesheets/member_plans.css.scss */
.member-plan {
  background-color: #EEEEEE;
}

/* line 4, app/assets/stylesheets/member_plans.css.scss */
.member-plan .top-banner .img-wrap {
  position: relative;
}

/* line 8, app/assets/stylesheets/member_plans.css.scss */
.member-plan .top-banner .img-wrap img {
  width: 100%;
}

/* line 12, app/assets/stylesheets/member_plans.css.scss */
.member-plan .top-banner .img-wrap .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2em;
  color: #fff;
  text-align: center;
  padding: 20px 30px;
  background-color: rgba(175, 146, 102, 0.4);
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 12, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .top-banner .img-wrap .banner-title {
    font-size: 1.5em;
    width: 260px;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 12, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .top-banner .img-wrap .banner-title {
    font-size: 1.2em;
    width: 250px;
    padding: 10px 15px;
    top: 30%;
  }
}

/* line 44, app/assets/stylesheets/member_plans.css.scss */
.member-plan .top-banner .img-wrap .banner-title .txt {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 6px;
  padding: 15px 0;
  text-indent: 10px;
  font-weight: 500;
  font-size: 30px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 44, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .top-banner .img-wrap .banner-title .txt {
    letter-spacing: 5px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  /* line 44, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .top-banner .img-wrap .banner-title .txt {
    font-size: 28px;
  }
}

@media only screen and (max-width: 480px) {
  /* line 44, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .top-banner .img-wrap .banner-title .txt {
    font-size: 28px;
    padding: 5px 0;
    bottom: 10%;
  }
}

/* line 65, app/assets/stylesheets/member_plans.css.scss */
.member-plan .top-banner .img-wrap .join-member {
  position: absolute;
  text-align: center;
  width: 20%;
  max-width: 200px;
  left: 50%;
  bottom: 10%;
  font-size: 16px;
  padding: 10px 30px;
  background-color: #AF9266;
  text-decoration: none;
  color: #000;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 81, app/assets/stylesheets/member_plans.css.scss */
.member-plan .top-banner .img-wrap .join-member:hover {
  color: #000 !important;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 65, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .top-banner .img-wrap .join-member {
    letter-spacing: 5px;
    bottom: 15%;
    padding: 10px;
    width: 160px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  /* line 65, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .top-banner .img-wrap .join-member {
    bottom: 10px;
    padding: 10px;
    width: 120px;
  }
}

@media only screen and (max-width: 480px) {
  /* line 65, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .top-banner .img-wrap .join-member {
    bottom: 10px;
    padding: 5px;
    width: 100px;
    font-size: 15px;
  }
}

/* line 103, app/assets/stylesheets/member_plans.css.scss */
.member-plan .summary {
  margin: 40px auto;
  max-width: 1200px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 26px;
}

/* line 111, app/assets/stylesheets/member_plans.css.scss */
.member-plan .summary-content {
  background-color: #fff;
  padding: 15px;
}

/* line 114, app/assets/stylesheets/member_plans.css.scss */
.member-plan .summary-content p + p {
  margin-top: 15px;
}

/* line 118, app/assets/stylesheets/member_plans.css.scss */
.member-plan .images, .member-plan .partners, .member-plan .guests {
  margin: 40px auto;
  max-width: 1200px;
}

/* line 124, app/assets/stylesheets/member_plans.css.scss */
.member-plan .summary .section-title, .member-plan .images .section-title, .member-plan .partners .section-title, .member-plan .guests .section-title, .member-plan .contact-us .section-title {
  color: #AF9266;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  /* line 124, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .summary .section-title, .member-plan .images .section-title, .member-plan .partners .section-title, .member-plan .guests .section-title, .member-plan .contact-us .section-title {
    font-size: 28px;
  }
}

/* line 134, app/assets/stylesheets/member_plans.css.scss */
.member-plan .images .gallery .images-section {
  margin: 0 auto;
}

/* line 155, app/assets/stylesheets/member_plans.css.scss */
.member-plan .images .gallery .images-section .image-left {
  display: inline-block;
  max-width: 60%;
}

@media only screen and (max-width: 767px) {
  /* line 155, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .images .gallery .images-section .image-left {
    max-width: 100%;
  }
}

/* line 163, app/assets/stylesheets/member_plans.css.scss */
.member-plan .images .gallery .images-section .image-left img {
  max-width: 100%;
}

/* line 172, app/assets/stylesheets/member_plans.css.scss */
.member-plan .images .gallery .images-section .image-right {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  color: #000;
  width: 39.6%;
  background-color: #fff;
  position: relative;
}

/* line 183, app/assets/stylesheets/member_plans.css.scss */
.member-plan .images .gallery .images-section .image-right .image-name {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 183, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .images .gallery .images-section .image-right .image-name {
    font-weight: 600;
  }
}

/* line 189, app/assets/stylesheets/member_plans.css.scss */
.member-plan .images .gallery .images-section .image-right .image-description {
  font-size: 16px;
  line-height: 26px;
}

/* line 192, app/assets/stylesheets/member_plans.css.scss */
.member-plan .images .gallery .images-section .image-right .image-description p + p {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  /* line 196, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .images .gallery .images-section .image-right .image-description p {
    color: grey;
  }
}

/* line 202, app/assets/stylesheets/member_plans.css.scss */
.member-plan .images .gallery .images-section .image-right .recent-events-area {
  background-color: #CEBC9B;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  max-width: 120px;
  margin: 15px auto;
}

/* line 211, app/assets/stylesheets/member_plans.css.scss */
.member-plan .images .gallery .images-section .image-right .recent-events-area a {
  color: #7B715E;
}

@media only screen and (min-width: 768px) {
  /* line 202, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .images .gallery .images-section .image-right .recent-events-area {
    position: absolute;
    padding: 5px 15px;
    bottom: 0px;
    right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 982px) {
  /* line 172, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .images .gallery .images-section .image-right {
    max-width: 39%;
  }
}

@media only screen and (max-width: 767px) {
  /* line 172, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .images .gallery .images-section .image-right {
    max-width: 100%;
    width: 100%;
  }
}

/* line 231, app/assets/stylesheets/member_plans.css.scss */
.member-plan .images-section .area {
  margin: 45px 0;
}

/* line 234, app/assets/stylesheets/member_plans.css.scss */
.member-plan .images .gallery .images-section .image-right .text-detail {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  /* line 234, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .images .gallery .images-section .image-right .text-detail {
    height: 0;
    padding-bottom: 82.2%;
    overflow: hidden;
  }
}

/* line 249, app/assets/stylesheets/member_plans.css.scss */
.member-plan .partners li.item, .member-plan .guests li.item {
  vertical-align: top;
  width: 195px;
  height: 280px;
  cursor: default;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  /* line 259, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .partners li.item:hover, .member-plan .guests li.item:hover {
    background-color: #EEEEEE;
  }
  /* line 261, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .partners li.item:hover .short-intro, .member-plan .guests li.item:hover .short-intro {
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transform: translate(0, -110px);
    opacity: 1;
  }
  /* line 266, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .partners li.item:hover .name, .member-plan .partners li.item:hover .position, .member-plan .guests li.item:hover .name, .member-plan .guests li.item:hover .position {
    display: none;
  }
  /* line 269, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .partners li.item:hover .img-rounded, .member-plan .guests li.item:hover .img-rounded {
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transform-origin: center;
    transform: scale(0.4) translate(0, -70px);
    vertical-align: top;
  }
}

/* line 280, app/assets/stylesheets/member_plans.css.scss */
.member-plan .partners .item .img-rounded, .member-plan .guests .item .img-rounded {
  display: block;
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 200px;
  overflow: hidden;
  transform: translateZ(0);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

/* line 293, app/assets/stylesheets/member_plans.css.scss */
.member-plan .partners ul.content, .member-plan .guests ul.content {
  width: 100%;
  display: inline-block;
  margin: auto;
  padding: 60px 3px;
  position: relative;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  /* line 301, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .partners li.item, .member-plan .guests li.item {
    width: 49%;
    height: 250px;
  }
}

/* line 307, app/assets/stylesheets/member_plans.css.scss */
.member-plan .partners .item p.name, .member-plan .guests .item p.name {
  font-size: 20px;
  color: #4A4A4A;
  text-align: center;
  padding-top: 13px;
  line-height: 33px;
  margin: auto;
  cursor: default;
  max-width: 140px;
}

@media only screen and (max-width: 767px) {
  /* line 307, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .partners .item p.name, .member-plan .guests .item p.name {
    font-size: 18px;
  }
}

/* line 321, app/assets/stylesheets/member_plans.css.scss */
.member-plan .partners .item p.position, .member-plan .guests .item p.position {
  font-size: 16px;
  color: #9B9B9B;
  line-height: 28px;
  text-align: center;
  margin: auto;
  cursor: default;
  height: auto;
  overflow: hidden;
}

@media (max-device-width: 768px) and (orientation: portrait), (max-width: 768px) {
  /* line 321, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .partners .item p.position, .member-plan .guests .item p.position {
    font-size: 14px;
  }
}

/* line 335, app/assets/stylesheets/member_plans.css.scss */
.member-plan .partners .item p.short-intro, .member-plan .partners .item p.guest-intro, .member-plan .guests .item p.short-intro, .member-plan .guests .item p.guest-intro {
  font-size: 14px;
  color: #9B9B9B;
  line-height: 22px;
  text-align: left;
  margin: auto;
  cursor: default;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 17px;
  top: 200px;
  width: 160px;
  opacity: 0;
}

/* line 353, app/assets/stylesheets/member_plans.css.scss */
.member-plan .contact-us ul.content {
  max-width: 1200px;
  margin: 30px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  /* line 353, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .contact-us ul.content {
    padding-left: 30px;
  }
}

/* line 364, app/assets/stylesheets/member_plans.css.scss */
.member-plan .contact-us ul.content .item-name, .member-plan .contact-us ul.content .item-content {
  display: inline-block;
  font-size: 16px;
  color: #575757;
  padding: 5px;
}

@media only screen and (max-width: 767px) {
  /* line 370, app/assets/stylesheets/member_plans.css.scss */
  .member-plan .contact-us ul.content li.item {
    width: 100%;
  }
}

/* line 377, app/assets/stylesheets/member_plans.css.scss */
.member-plan .parnters-img {
  width: 100%;
}

/* line 380, app/assets/stylesheets/member_plans.css.scss */
.member-plan .page-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  text-align: center;
  padding: 30px 0;
}

/* line 391, app/assets/stylesheets/member_plans.css.scss */
body.member_plans .ticket_box .close {
  opacity: 1;
}

/* line 394, app/assets/stylesheets/member_plans.css.scss */
body.member_plans .ticket_box .close span {
  color: #fff;
}

/* line 397, app/assets/stylesheets/member_plans.css.scss */
body.member_plans .ticket_box .totle_sum {
  display: inline-block;
  float: left;
  padding-top: 7px;
  font-size: 18px;
  color: #333;
}

/* line 405, app/assets/stylesheets/member_plans.css.scss */
body.member_plans .ticket_box .totle_sum span {
  margin-right: 70px;
}

/* line 408, app/assets/stylesheets/member_plans.css.scss */
body.member_plans .ticket_box .modal-footer .btn-primary, body.member_plans .ticket_box .modal-footer .btn-basic {
  background-color: #0085f6;
  padding: 11px 30px;
  border-color: #0085f6;
}

/* line 413, app/assets/stylesheets/member_plans.css.scss */
body.member_plans .ticket_item_top select {
  background-color: #fff;
  width: 45px;
  border: solid 1px #aaaaaa;
  -webkit-appearance: listbox;
  text-align-last: center;
}

/* line 420, app/assets/stylesheets/member_plans.css.scss */
body.member_plans .ticket_box .modal-body {
  padding: 20px;
}

/* line 423, app/assets/stylesheets/member_plans.css.scss */
body.member_plans .ticket_box .ticket_item {
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(210, 210, 210, 0.5);
  border-left: 6px solid #8b8b8b;
}

/* line 430, app/assets/stylesheets/member_plans.css.scss */
body.member_plans .ticket_box .ticket_item.active {
  border-left: 6px solid #0085f6;
  background-color: #f5f5f5;
}

/* line 434, app/assets/stylesheets/member_plans.css.scss */
body.member_plans .ticket_item_top {
  padding: 20px 30px;
  font-size: 18px;
  color: #262626;
  border-bottom: solid 1px #f2f2f2;
}

@media only screen and (max-width: 768px) {
  /* line 434, app/assets/stylesheets/member_plans.css.scss */
  body.member_plans .ticket_item_top {
    padding: 15px;
  }
}

/* line 443, app/assets/stylesheets/member_plans.css.scss */
body.member_plans .ticket_item_top span.over_ticket {
  font-size: 16px;
  color: #ff307c;
}

/* line 447, app/assets/stylesheets/member_plans.css.scss */
body.member_plans .ticket_item_top .border_right {
  border-right: 3px solid #aaaaaa;
}

/* line 450, app/assets/stylesheets/member_plans.css.scss */
body.member_plans .ticket_item_tips {
  padding: 10px 30px;
}

@media only screen and (max-width: 768px) {
  /* line 450, app/assets/stylesheets/member_plans.css.scss */
  body.member_plans .ticket_item_tips {
    padding: 8px 15px;
  }
}

/* line 456, app/assets/stylesheets/member_plans.css.scss */
body.member_plans .ticket_item_tips p {
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  color: #8b8b8b;
}

/* line 7, app/assets/stylesheets/search.css.scss */
body.searches .search-result .btn-group .btn a:hover {
  text-decoration: none;
}

/* line 11, app/assets/stylesheets/search.css.scss */
body.searches .search-result .btn-group a.btn {
  color: #fff;
}

/* line 13, app/assets/stylesheets/search.css.scss */
body.searches .search-result .btn-group a.btn:hover {
  color: #fff !important;
}

/* line 17, app/assets/stylesheets/search.css.scss */
body.searches .search-result .btn-group a.btn-default {
  color: #000;
}

/* line 19, app/assets/stylesheets/search.css.scss */
body.searches .search-result .btn-group a.btn-default:hover {
  color: #000 !important;
}

/* line 23, app/assets/stylesheets/search.css.scss */
body.searches .search-result .btn-group a.btn-primary .badge, body.searches .search-result .btn-group a.btn-basic .badge {
  color: #337ab7 !important;
  background-color: #fff;
}

/* line 28, app/assets/stylesheets/search.css.scss */
body.searches .phone-show {
  display: none;
}

/* line 31, app/assets/stylesheets/search.css.scss */
body.searches .card {
  box-shadow: 1px 1px 10px rgba(153, 153, 153, 0.35);
  padding: 20px;
  background-color: #fff;
  margin-bottom: 23px;
  width: 100%;
  height: auto;
}

/* line 39, app/assets/stylesheets/search.css.scss */
body.searches .activity-content {
  padding-right: 0;
  padding-left: 15px;
  height: 0;
  padding-bottom: calc(66% * 9 / 32);
}

@media only screen and (max-width: 991px) {
  /* line 39, app/assets/stylesheets/search.css.scss */
  body.searches .activity-content {
    padding-bottom: calc(100% * 9 / 32);
  }
}

/* line 48, app/assets/stylesheets/search.css.scss */
body.searches .img-wrap > img {
  width: 100%;
  height: 100%;
}

/* line 52, app/assets/stylesheets/search.css.scss */
body.searches .search-container {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* line 57, app/assets/stylesheets/search.css.scss */
body.searches .mod-search {
  padding-top: 30px;
}

/* line 59, app/assets/stylesheets/search.css.scss */
body.searches .mod-search .search-input {
  float: left;
  width: 100%;
}

/* line 63, app/assets/stylesheets/search.css.scss */
body.searches .mod-search button {
  float: right;
}

/* line 68, app/assets/stylesheets/search.css.scss */
body.searches .topic-promotion {
  font-size: 16px;
  padding: 15px 0;
  margin-bottom: 10px;
}

/* line 74, app/assets/stylesheets/search.css.scss */
body.searches .search-result {
  overflow: hidden;
  zoom: 1;
  margin-top: 20px;
}

/* line 80, app/assets/stylesheets/search.css.scss */
body.searches .result-list {
  margin-top: 30px;
  margin-bottom: 27px;
  overflow: hidden;
  zoom: 1;
}

/* line 86, app/assets/stylesheets/search.css.scss */
body.searches .result-list .result-preview em {
  color: #DC4D4D;
  padding: 0 2px;
}

/* line 92, app/assets/stylesheets/search.css.scss */
body.searches .card .activity-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

/* line 98, app/assets/stylesheets/search.css.scss */
body.searches .card .activity-content-bom {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  padding-left: 15px;
}

/* line 105, app/assets/stylesheets/search.css.scss */
body.searches .card .activity-content-bom span {
  color: #ccc;
}

/* line 108, app/assets/stylesheets/search.css.scss */
body.searches .card .activity-content-bom span.left {
  color: #8b8b8b;
  line-height: 1;
}

/* line 112, app/assets/stylesheets/search.css.scss */
body.searches .card .activity-content-bom span.left s {
  text-decoration: none;
}

/* line 115, app/assets/stylesheets/search.css.scss */
body.searches .card .activity-content-bom span s a {
  color: #8b8b8b;
}

/* line 118, app/assets/stylesheets/search.css.scss */
body.searches .card .activity-content-bom span s.article-tag-list {
  margin-right: 1em;
}

/* line 121, app/assets/stylesheets/search.css.scss */
body.searches .card .activity-content-bom span s.article-tag-list a.tag-item {
  padding-right: 5px;
  color: #999;
}

/* line 125, app/assets/stylesheets/search.css.scss */
body.searches .pagination-group {
  font-size: 16px;
}

/* line 127, app/assets/stylesheets/search.css.scss */
body.searches .pagination-group a,
body.searches .pagination-group span.current-page {
  margin: 0 10px;
}

/* line 133, app/assets/stylesheets/search.css.scss */
body.searches .active.page-item a {
  color: red !important;
}

@media (max-width: 767px) {
  /* line 138, app/assets/stylesheets/search.css.scss */
  body.searches .search-scope {
    padding-bottom: 0.5em;
  }
  /* line 140, app/assets/stylesheets/search.css.scss */
  body.searches .search-scope li {
    margin-bottom: 0.5em;
  }
  /* line 144, app/assets/stylesheets/search.css.scss */
  body.searches .phone-show {
    display: block;
  }
  /* line 147, app/assets/stylesheets/search.css.scss */
  body.searches .card {
    padding: 10px;
    margin-bottom: 10px;
  }
  /* line 151, app/assets/stylesheets/search.css.scss */
  body.searches .card .activity-content {
    padding-right: 15px;
  }
  /* line 154, app/assets/stylesheets/search.css.scss */
  body.searches .card .activity-content p {
    font-size: 12px;
    margin: 0;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  /* line 163, app/assets/stylesheets/search.css.scss */
  body.searches .phone-hide.article-tag-list {
    display: none;
  }
  /* line 166, app/assets/stylesheets/search.css.scss */
  body.searches .card .activity-content h5 {
    display: none;
  }
  /* line 169, app/assets/stylesheets/search.css.scss */
  body.searches .img-wrap {
    padding: 0;
  }
  /* line 172, app/assets/stylesheets/search.css.scss */
  body.searches .card h5.phone-show {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 15px 0;
    overflow: hidden;
    color: #797878;
  }
  /* line 182, app/assets/stylesheets/search.css.scss */
  body.searches .card h5.phone-show a {
    color: #797878;
    font-size: 16px;
    line-height: 22px;
  }
  /* line 187, app/assets/stylesheets/search.css.scss */
  body.searches .activity-content {
    padding-left: 5px;
  }
  /* line 190, app/assets/stylesheets/search.css.scss */
  body.searches .card .activity-content-bom {
    padding: 0 15px;
    font-size: 12px;
    color: #8b8b8b;
  }
  /* line 195, app/assets/stylesheets/search.css.scss */
  body.searches .card .activity-content-bom .event-info {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* line 201, app/assets/stylesheets/search.css.scss */
  body.searches .card .activity-content-bom span s a.author {
    font-size: 12px;
  }
  /* line 204, app/assets/stylesheets/search.css.scss */
  body.searches .card.comment-card .comment-card-bom .approsal-guest-info {
    font-size: 16px;
  }
  /* line 207, app/assets/stylesheets/search.css.scss */
  body.searches .card.comment-card .comment-card-bom .txt .approsal {
    font-size: 12px;
  }
  /* line 210, app/assets/stylesheets/search.css.scss */
  body.searches .activity-content-bom {
    margin: 20px 0px 0 0;
  }
  /* line 213, app/assets/stylesheets/search.css.scss */
  body.searches .card .activity-content-bom span {
    color: #999;
    font-size: 12px;
  }
  /* line 217, app/assets/stylesheets/search.css.scss */
  body.searches .card .activity-content-bom span s {
    margin-right: 0px;
  }
  /* line 220, app/assets/stylesheets/search.css.scss */
  body.searches .card .activity-content-bom span.right {
    color: #999;
    line-height: 1;
  }
  /* line 224, app/assets/stylesheets/search.css.scss */
  body.searches .card .activity-content {
    height: 0;
    padding-bottom: calc(100% * 9 / 32);
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 232, app/assets/stylesheets/search.css.scss */
  body.searches .search-scope {
    padding-bottom: 1em;
  }
}

@media (min-width: 1170px) {
  /* line 238, app/assets/stylesheets/search.css.scss */
  body.searches .search-scope {
    padding-bottom: 1em;
  }
  /* line 242, app/assets/stylesheets/search.css.scss */
  body.searches .search-scope li.active a {
    border-bottom: 2px groove #0096FF;
  }
  /* line 247, app/assets/stylesheets/search.css.scss */
  body.searches .search-scope li.inactive a:hover {
    border-bottom: 2px groove #0096FF;
  }
}

/* line 16, app/assets/stylesheets/company_services.css.scss */
body.company_services h1 {
  font-size: 26px;
  color: #5a5a5a;
}

/* line 17, app/assets/stylesheets/company_services.css.scss */
body.company_services h2 {
  font-size: 18px;
  color: #5a5a5a;
}

/* line 18, app/assets/stylesheets/company_services.css.scss */
body.company_services h3 {
  font-size: 16px;
  color: #5a5a5a;
}

/* line 19, app/assets/stylesheets/company_services.css.scss */
body.company_services p {
  color: #8b8b8b;
}

/* line 49, app/assets/stylesheets/company_services.css.scss */
body.company_services .slick-slide img {
  width: calc(100% - 2em);
  object-fit: cover;
}

/* line 55, app/assets/stylesheets/company_services.css.scss */
body.company_services .slider-nav .slick-slide img {
  border-radius: 0px;
  border: 0px;
  padding: 0px;
}

/* line 61, app/assets/stylesheets/company_services.css.scss */
body.company_services .slick-next {
  width: 60px;
  height: 100px;
  right: 20px;
  background-color: #ccc;
  top: 150px;
  opacity: .5;
  border-radius: 10%;
  color: #fff;
}

/* line 70, app/assets/stylesheets/company_services.css.scss */
body.company_services .slick-next:before {
  color: #fff;
  content: '>';
}

/* line 75, app/assets/stylesheets/company_services.css.scss */
body.company_services .slick-prev {
  width: 60px;
  height: 100px;
  left: 20px;
  background-color: #ccc;
  top: 150px;
  opacity: .5;
  border-radius: 10%;
}

/* line 83, app/assets/stylesheets/company_services.css.scss */
body.company_services .slick-prev:before {
  color: #fff;
  content: '<';
}

/* line 89, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-detail {
  background-color: #fff;
  margin: 20px 0 15px 0;
  padding: 0 20px;
}

/* line 93, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-detail .services-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 97, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-detail p {
  line-height: 1.5em;
}

/* line 30, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-share a {
  display: inline-block;
  padding: .5em 1em;
  margin: 0;
  margin-bottom: 1em;
  color: #bdbdbd;
}

/* line 36, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-share a:hover {
  color: #eb397c !important;
}

/* line 39, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-share a > span {
  margin: 0 5px;
}

/* line 41, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-share a > span:hover {
  color: #eb397c;
}

/* line 104, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-provider {
  background-color: #fff;
  margin: 15px 0;
}

/* line 107, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-provider .provider {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 20px;
  line-height: 46px;
  color: #2586fa;
  font-size: 16px;
}

/* line 114, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-provider .provider-details {
  margin-bottom: 15px;
  padding: 15px 20px;
}

/* line 117, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-provider .provider-details div {
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
  width: 67%;
}

/* line 123, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-provider .provider-details img {
  width: 112px;
  height: 112px;
  object-fit: cover;
}

/* line 128, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-provider .provider-details p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* line 137, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-contactor {
  background-color: #fff;
  margin: 15px 0;
}

/* line 140, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-contactor img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: 0 1em;
  vertical-align: top;
}

/* line 144, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-contactor .contactor {
  color: #2586fa;
  font-size: 16px;
  padding: 0 20px;
  line-height: 46px;
  border-bottom: 1px solid #e6e6e6;
}

/* line 150, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-contactor .contactor div:first-child {
  font-size: 16px;
  color: #2586fa;
}

/* line 155, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-contactor .contactor-details {
  margin-bottom: 15px;
  padding: 15px 0px;
}

/* line 158, app/assets/stylesheets/company_services.css.scss */
body.company_services .services-contactor .contactor-details div {
  display: inline-block;
}

/* line 163, app/assets/stylesheets/company_services.css.scss */
body.company_services .related-services {
  margin: 20px 0;
  background-color: #fff;
}

/* line 166, app/assets/stylesheets/company_services.css.scss */
body.company_services .related-services .related-st {
  font-size: 16px;
  color: #2586fa;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 15px;
  line-height: 40px;
}

/* line 173, app/assets/stylesheets/company_services.css.scss */
body.company_services .related-services > div:first-child {
  color: #2586fa;
  font-size: 16px;
}

/* line 178, app/assets/stylesheets/company_services.css.scss */
body.company_services .related-services .related-sinfo > div {
  margin: 15px;
}

/* line 180, app/assets/stylesheets/company_services.css.scss */
body.company_services .related-services .related-sinfo > div a {
  font-size: 16px;
  display: block;
  margin-bottom: 7px;
  color: #5a5a5a;
  cursor: pointer;
}

/* line 187, app/assets/stylesheets/company_services.css.scss */
body.company_services .related-services .related-sinfo > div p {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  /* line 196, app/assets/stylesheets/company_services.css.scss */
  body.company_services .services-provider .provider-details div {
    width: calc(70% - 2em);
  }
  /* line 199, app/assets/stylesheets/company_services.css.scss */
  body.company_services .slick-next, body.company_services .slick-prev {
    top: 50px;
    opacity: 0;
  }
}

@media (max-width: 736px) {
  /* line 206, app/assets/stylesheets/company_services.css.scss */
  body.company_services .services-provider .provider-details div {
    width: calc(65% - 2em);
  }
  /* line 208, app/assets/stylesheets/company_services.css.scss */
  body.company_services .services-provider .provider-details div p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 219, app/assets/stylesheets/company_services.css.scss */
  body.company_services .slick-next, body.company_services .slick-prev {
    opacity: 0;
  }
}

/* line 2, app/assets/stylesheets/welcom_to_shenzhenware.css.scss */
.welcome h3 {
  text-align: center;
  font-size: 24px;
  color: #666;
  margin-bottom: 30px;
}

/* line 8, app/assets/stylesheets/welcom_to_shenzhenware.css.scss */
.welcome p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 10px;
}

/* line 14, app/assets/stylesheets/welcom_to_shenzhenware.css.scss */
.welcome .button-group {
  margin-top: 20px;
}

/* line 16, app/assets/stylesheets/welcom_to_shenzhenware.css.scss */
.welcome .button-group .button {
  float: left;
  margin-left: calc(27% - 4em);
  display: inline-block;
  margin-bottom: 20px;
  width: auto;
  height: 46px;
  background-color: #33AAFF;
}

/* line 24, app/assets/stylesheets/welcom_to_shenzhenware.css.scss */
.welcome .button-group .button a {
  color: #fff;
  width: 113px;
  display: block;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
}

/* line 31, app/assets/stylesheets/welcom_to_shenzhenware.css.scss */
.welcome .button-group .button a:hover {
  color: #fff !important;
}

/* line 1, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-atwho-rails-1.5.4/lib/assets/stylesheets/jquery.atwho.css */
.atwho-view {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin-top: 18px;
  background: white;
  color: black;
  border: 1px solid #DDD;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  min-width: 120px;
  z-index: 11110 !important;
}

/* line 16, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-atwho-rails-1.5.4/lib/assets/stylesheets/jquery.atwho.css */
.atwho-view .atwho-header {
  padding: 5px;
  margin: 5px;
  cursor: pointer;
  border-bottom: solid 1px #eaeff1;
  color: #6f8092;
  font-size: 11px;
  font-weight: bold;
}

/* line 26, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-atwho-rails-1.5.4/lib/assets/stylesheets/jquery.atwho.css */
.atwho-view .atwho-header .small {
  color: #6f8092;
  float: right;
  padding-top: 2px;
  margin-right: -5px;
  font-size: 12px;
  font-weight: normal;
}

/* line 35, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-atwho-rails-1.5.4/lib/assets/stylesheets/jquery.atwho.css */
.atwho-view .atwho-header:hover {
  cursor: default;
}

/* line 39, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-atwho-rails-1.5.4/lib/assets/stylesheets/jquery.atwho.css */
.atwho-view .cur {
  background: #3366FF;
  color: white;
}

/* line 43, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-atwho-rails-1.5.4/lib/assets/stylesheets/jquery.atwho.css */
.atwho-view .cur small {
  color: white;
}

/* line 46, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-atwho-rails-1.5.4/lib/assets/stylesheets/jquery.atwho.css */
.atwho-view strong {
  color: #3366FF;
}

/* line 49, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-atwho-rails-1.5.4/lib/assets/stylesheets/jquery.atwho.css */
.atwho-view .cur strong {
  color: white;
  font: bold;
}

/* line 53, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-atwho-rails-1.5.4/lib/assets/stylesheets/jquery.atwho.css */
.atwho-view ul {
  /* width: 100px; */
  list-style: none;
  padding: 0;
  margin: auto;
  max-height: 200px;
  overflow-y: auto;
}

/* line 61, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-atwho-rails-1.5.4/lib/assets/stylesheets/jquery.atwho.css */
.atwho-view ul li {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #DDD;
  cursor: pointer;
  /* border-top: 1px solid #C8C8C8; */
}

/* line 68, ../../shared/vendor/bundle/ruby/3.3.0/gems/jquery-atwho-rails-1.5.4/lib/assets/stylesheets/jquery.atwho.css */
.atwho-view small {
  font-size: smaller;
  color: #777;
  font-weight: normal;
}

/* line 4, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container {
  width: 93%;
  margin: 20px auto;
}

/* line 7, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .organization-brief {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 10px;
}

/* line 11, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .organization-brief .logo {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}

/* line 17, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .organization-brief .info > div {
  text-align: center;
}

/* line 20, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .organization-brief .info .name {
  font-size: 20px;
  padding-bottom: 10px;
}

/* line 24, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .organization-brief .info .tags {
  padding: 10px 0;
}

/* line 26, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .organization-brief .info .tags span {
  padding: 4px 13px;
  border: 1px solid #8b8b8b;
  border-radius: 35px;
  white-space: nowrap;
  display: inline-block;
  margin: 4px;
}

/* line 35, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .organization-brief .info .city, body.organizations .organization-container .organization-brief .info .tags, body.organizations .organization-container .organization-brief .info .summary {
  color: #8B8B8B;
}

/* line 39, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .organization-brief .info .city span {
  margin-left: 15px;
}

/* line 45, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .section {
  background-color: #fff;
  margin: 20px 0;
}

/* line 48, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .section .title {
  border-bottom: 1px solid #e6e6e6;
  color: #0096FF;
  padding: 15px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

/* line 56, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .section .content {
  padding: 15px 20px;
}

/* line 58, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .section .content .item {
  margin: 10px 0 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

/* line 63, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .section .content .item:last-of-type {
  border-bottom: none;
}

/* line 69, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .product-list img {
  margin: 0 auto;
  width: 100%;
  height: 258px;
}

/* line 74, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .product-list .info {
  padding: 0 10px 10px;
}

/* line 76, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .product-list .info .name {
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 80, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .product-list .info .intro {
  color: #615858;
}

/* line 87, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .organization-crew-list .item img {
  width: 75px;
  height: 75px;
  float: left;
}

/* line 92, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .organization-crew-list .item .info {
  float: right;
  width: 75%;
}

/* line 95, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .organization-crew-list .item .info .name {
  font-size: 16px;
}

/* line 98, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .organization-crew-list .item .info .position {
  margin: 4px 0;
  color: #615858;
}

/* line 104, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .organization-crew-list .item::after {
  content: '';
  display: table;
  clear: both;
}

/* line 113, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .resource-list .content p, body.organizations .organization-container .related-report-list .content p {
  font-size: 18px;
}

/* line 115, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .resource-list .content p a, body.organizations .organization-container .related-report-list .content p a {
  color: #333346;
}

/* line 122, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .similar-organizations {
  margin: 0;
}

/* line 125, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .similar-organizations .content p {
  font-size: 18px;
}

/* line 127, app/assets/stylesheets/organization.css.scss */
body.organizations .organization-container .similar-organizations .content p a {
  color: #333346;
}

@media (max-width: 499px) {
  /* line 137, app/assets/stylesheets/organization.css.scss */
  body.organizations .organization-container .organization-brief .info {
    margin-top: 10px;
  }
  /* line 142, app/assets/stylesheets/organization.css.scss */
  body.organizations .organization-container .product-list img {
    margin: 6px auto 4px;
  }
  /* line 145, app/assets/stylesheets/organization.css.scss */
  body.organizations .organization-container .product-list .info {
    padding: 10px 0;
  }
}

@media (min-width: 500px) {
  /* line 154, app/assets/stylesheets/organization.css.scss */
  body.organizations .organization-container .organization-brief .logo {
    float: left;
    margin-right: 15px;
    width: 125px;
  }
  /* line 159, app/assets/stylesheets/organization.css.scss */
  body.organizations .organization-container .organization-brief .logo img {
    height: 125px;
    width: 125px;
  }
  /* line 164, app/assets/stylesheets/organization.css.scss */
  body.organizations .organization-container .organization-brief .info {
    width: 60%;
    float: left;
  }
  /* line 168, app/assets/stylesheets/organization.css.scss */
  body.organizations .organization-container .organization-brief .info > div {
    text-align: left;
  }
  /* line 172, app/assets/stylesheets/organization.css.scss */
  body.organizations .organization-container .organization-brief::after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 180, app/assets/stylesheets/organization.css.scss */
  body.organizations .organization-container .organization-crew-list .item .info {
    width: 88%;
  }
}

@media (min-width: 768px) {
  /* line 189, app/assets/stylesheets/organization.css.scss */
  body.organizations .organization-container {
    width: 1170px;
  }
  /* line 192, app/assets/stylesheets/organization.css.scss */
  body.organizations .organization-container .organization-brief .tags {
    width: 600px;
  }
  /* line 198, app/assets/stylesheets/organization.css.scss */
  body.organizations .organization-container .organization-crew-list .item img {
    margin-right: 0;
  }
  /* line 201, app/assets/stylesheets/organization.css.scss */
  body.organizations .organization-container .organization-crew-list .item .info {
    width: 88%;
  }
  /* line 210, app/assets/stylesheets/organization.css.scss */
  body.organizations .organization-container .product-list .content .item img {
    width: 172px;
    height: 117px;
    float: left;
  }
  /* line 215, app/assets/stylesheets/organization.css.scss */
  body.organizations .organization-container .product-list .content .item .info {
    float: left;
    width: 76%;
  }
  /* line 220, app/assets/stylesheets/organization.css.scss */
  body.organizations .organization-container .product-list .content .item::after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 226, app/assets/stylesheets/organization.css.scss */
  body.organizations .organization-container .product-list .content::after {
    content: '';
    display: table;
    clear: both;
  }
}

/* line 239, app/assets/stylesheets/organization.css.scss */
body.organizations .form-group .row .col-sm-6 label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: #666;
  font-weight: normal;
}

/* line 245, app/assets/stylesheets/organization.css.scss */
body.organizations .form-group .row .col-sm-6 label em {
  font-size: 12px;
  color: #46b6e5;
}

@media (max-width: 768px) {
  /* line 252, app/assets/stylesheets/organization.css.scss */
  body.organizations .form-group .row .col-sm-6:last-child {
    padding-top: 15px;
  }
}

/* line 3, app/assets/stylesheets/recommendation.css.scss */
#expert-recommendation .btn-refresh-friends {
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/recommendation.css.scss */
#expert-recommendation .btn-refresh-friends i {
  font-size: 12px !important;
  color: #002d4d !important;
}

/* line 8, app/assets/stylesheets/recommendation.css.scss */
#expert-recommendation .btn-refresh-friends i span {
  font-size: 12px !important;
  color: #002d4d !important;
}

/* line 15, app/assets/stylesheets/recommendation.css.scss */
#expert-recommendation #friends-list .browser-screen-loading-content {
  padding-top: 18px;
}

/* line 18, app/assets/stylesheets/recommendation.css.scss */
#expert-recommendation #friends-list .item {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: 90px;
  padding: 10px;
}

/* line 19, app/assets/stylesheets/recommendation.css.scss */
#expert-recommendation #friends-list .item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 26, app/assets/stylesheets/recommendation.css.scss */
#expert-recommendation #friends-list .item img {
  width: 65px;
  height: 65px;
  float: left;
  margin-right: 6px;
}

/* line 32, app/assets/stylesheets/recommendation.css.scss */
#expert-recommendation #friends-list .item a.pull-right {
  margin: 20px 11px;
  width: 52px;
  height: 28px;
  text-align: center;
  line-height: 27px;
  border: 1px solid #0096ff;
  border-radius: 2px;
}

/* line 42, app/assets/stylesheets/recommendation.css.scss */
#expert-recommendation #friends-list .item .content p {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  text-align: left;
}

/* line 47, app/assets/stylesheets/recommendation.css.scss */
#expert-recommendation #friends-list .item .content p.name {
  color: #333333;
}

/* line 50, app/assets/stylesheets/recommendation.css.scss */
#expert-recommendation #friends-list .item .content p.intro {
  color: #999999;
  height: 40px;
  overflow: hidden;
}

/* line 57, app/assets/stylesheets/recommendation.css.scss */
#expert-recommendation #friends-list .refresh {
  height: 50px;
}

/* line 59, app/assets/stylesheets/recommendation.css.scss */
#expert-recommendation #friends-list .refresh i {
  width: 100%;
  text-align: center;
  line-height: 50px;
}

/* line 63, app/assets/stylesheets/recommendation.css.scss */
#expert-recommendation #friends-list .refresh i span {
  color: #002d4d;
}

/* line 69, app/assets/stylesheets/recommendation.css.scss */
#expert-recommendation .btn-visit-homepage {
  margin: 25px auto 42px;
  display: block;
  width: 170px;
  text-align: center;
  border: 1px solid;
  padding: 10px;
  font-size: 16px;
  background-color: #0096FF;
  color: white;
}

@media (min-width: 768px) {
  /* line 83, app/assets/stylesheets/recommendation.css.scss */
  #expert-recommendation #friends-list #list {
    margin: 0 17px 19px;
  }
  /* line 85, app/assets/stylesheets/recommendation.css.scss */
  #expert-recommendation #friends-list #list .item {
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 162px;
    height: 218px;
    float: left;
    margin: 10px 6px;
    overflow: hidden;
  }
  /* line 92, app/assets/stylesheets/recommendation.css.scss */
  #expert-recommendation #friends-list #list .item img {
    display: block;
    margin: 0 auto 10px;
    float: none;
  }
  /* line 97, app/assets/stylesheets/recommendation.css.scss */
  #expert-recommendation #friends-list #list .item a.button.pull-right {
    display: none;
  }
  /* line 100, app/assets/stylesheets/recommendation.css.scss */
  #expert-recommendation #friends-list #list .item a.button {
    border: 1px solid #0096ff;
    border-radius: 2px;
    width: 54px;
    height: 24px;
    margin: 0 auto;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    display: block;
  }
  /* line 112, app/assets/stylesheets/recommendation.css.scss */
  #expert-recommendation #friends-list #list .item .content {
    height: 92px;
  }
  /* line 114, app/assets/stylesheets/recommendation.css.scss */
  #expert-recommendation #friends-list #list .item .content p.name {
    text-align: center;
  }
  /* line 119, app/assets/stylesheets/recommendation.css.scss */
  #expert-recommendation #friends-list #list::after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 125, app/assets/stylesheets/recommendation.css.scss */
  #expert-recommendation #friends-list .refresh {
    display: none;
  }
}

/* line 2, app/assets/stylesheets/tnf_requests.css.scss */
body.tnf_requests .tips {
  text-align: center;
  padding: 30px 12px;
}

/* line 5, app/assets/stylesheets/tnf_requests.css.scss */
body.tnf_requests .tips p {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #000000;
  text-align: center;
}

/* line 13, app/assets/stylesheets/tnf_requests.css.scss */
body.tnf_requests #expert-recommendation .header {
  text-align: center;
  padding-bottom: 20px;
}

/* line 16, app/assets/stylesheets/tnf_requests.css.scss */
body.tnf_requests #expert-recommendation .header span {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #000000;
  text-align: center;
}

/* line 24, app/assets/stylesheets/tnf_requests.css.scss */
body.tnf_requests #expert-recommendation #friends-list .item {
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  /* line 31, app/assets/stylesheets/tnf_requests.css.scss */
  body.tnf_requests #expert-recommendation {
    width: 735px;
    margin: 0 auto;
  }
  /* line 34, app/assets/stylesheets/tnf_requests.css.scss */
  body.tnf_requests #expert-recommendation .header {
    text-align: left;
    padding: 10px 25px;
  }
}

/* line 2, app/assets/stylesheets/promotions.css.scss */
body.promotions .content .top-img-wrap {
  width: 100%;
  position: relative;
}

/* line 7, app/assets/stylesheets/promotions.css.scss */
body.promotions .content .top-banner img {
  width: 100%;
}

/* line 11, app/assets/stylesheets/promotions.css.scss */
body.promotions .detail {
  margin-top: 30px;
}

/* line 14, app/assets/stylesheets/promotions.css.scss */
body.promotions .panel-body {
  padding: 30px;
}

/* line 17, app/assets/stylesheets/promotions.css.scss */
body.promotions label {
  display: inline-block;
}

/* line 20, app/assets/stylesheets/promotions.css.scss */
body.promotions input {
  text-align: center;
  margin: 0 auto;
}

/* line 24, app/assets/stylesheets/promotions.css.scss */
body.promotions li {
  list-style: decimal;
  margin: 15px;
  line-height: 20px;
}

/* line 61, app/assets/stylesheets/application.css.scss */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', PingFang SC, Arial, 'Microsoft YaHei', '微软雅黑', sans-serif;
}

/* line 68, app/assets/stylesheets/application.css.scss */
body.modal-open {
  position: fixed;
  width: 100%;
}

/* line 73, app/assets/stylesheets/application.css.scss */
.at-js img {
  width: 25px;
  height: 20px;
  margin-right: 8px;
}

/* line 79, app/assets/stylesheets/application.css.scss */
.btn-primary, .btn-basic {
  color: #fff !important;
}

/* line 81, app/assets/stylesheets/application.css.scss */
.btn-primary span, .btn-basic span {
  color: #fff !important;
}

/* line 84, app/assets/stylesheets/application.css.scss */
.btn-primary:hover, .btn-basic:hover {
  color: #fff !important;
}

/* line 89, app/assets/stylesheets/application.css.scss */
.topic-show .media-activity {
  margin-bottom: 30px;
}

/* line 91, app/assets/stylesheets/application.css.scss */
.topic-show .media-activity .media {
  background: white;
}

/* line 97, app/assets/stylesheets/application.css.scss */
div h1:first-child,
div h2:first-child,
div h3:first-child,
div h4:first-child {
  margin-top: 0;
}

/* line 105, app/assets/stylesheets/application.css.scss */
.modal .form-horizontal .form-group {
  margin-left: 0;
}

/* line 107, app/assets/stylesheets/application.css.scss */
.modal .form-horizontal .form-group .control-label {
  padding-right: 0;
}

/* line 112, app/assets/stylesheets/application.css.scss */
label.required:after {
  content: " *";
  color: red;
}

/* line 117, app/assets/stylesheets/application.css.scss */
.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-show,
.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons li button {
  background: white;
  color: #2586fa;
}

/* line 123, app/assets/stylesheets/application.css.scss */
#order_apply_reason,
#user_bio {
  margin-bottom: 5px;
}

/* line 128, app/assets/stylesheets/application.css.scss */
.less-thans,
.less-than {
  font-size: 12px;
}

/* line 133, app/assets/stylesheets/application.css.scss */
#communication_request_modal .checkbox input {
  height: 18px;
  width: 18px;
  margin-left: -25px;
  margin-top: 0px;
}

/* line 140, app/assets/stylesheets/application.css.scss */
#communication_request_modal .checkbox label {
  padding-left: 25px;
}

/* line 144, app/assets/stylesheets/application.css.scss */
.product-introduce .slider-for {
  padding: 40px 40px 0px 40px;
  margin-bottom: 0px;
}

/* line 149, app/assets/stylesheets/application.css.scss */
.slider-for .slick-slide img {
  height: 400px;
  margin: 0 auto;
  border-radius: 6px;
}

/* line 155, app/assets/stylesheets/application.css.scss */
.slider-for .slick-prev:hover,
.slider-for .slick-prev:focus,
.slider-for .slick-next:hover,
.slider-for .slick-next:focus {
  color: #fff;
  background-color: #bbb;
}

/* line 163, app/assets/stylesheets/application.css.scss */
.slider-for .slick-prev {
  width: 40px;
  height: 40px;
  left: 0px;
  background-color: #ccc;
}

/* line 170, app/assets/stylesheets/application.css.scss */
.slider-for .slick-next {
  width: 40px;
  height: 40px;
  right: 0px;
  background-color: #ccc;
}

/* line 181, app/assets/stylesheets/application.css.scss */
.slider-for .slick-slide {
  width: auto;
  overflow: hidden;
}

/* line 186, app/assets/stylesheets/application.css.scss */
.slider-nav .slick-slide {
  max-height: 75px;
}

/* line 190, app/assets/stylesheets/application.css.scss */
.navbar-toggle {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 195, app/assets/stylesheets/application.css.scss */
.navbar-default .navbar-brand > img {
  display: inline-block;
}

/* line 199, app/assets/stylesheets/application.css.scss */
.navbar-header a, ul.nav.navbar-nav > li.nav-bar a {
  color: #ffffff;
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  /* line 205, app/assets/stylesheets/application.css.scss */
  .nav-bar.ware-event {
    display: none;
  }
}

/* line 211, app/assets/stylesheets/application.css.scss */
ul.messenger-theme-air {
  font-family: "Helvetica Neue", Helvetica, "微软雅黑";
}

/* line 215, app/assets/stylesheets/application.css.scss */
ul.messenger-theme-air .messenger-message {
  margin: 30px;
}

/* line 219, app/assets/stylesheets/application.css.scss */
.modal-backdrop {
  position: fixed;
}

/* line 223, app/assets/stylesheets/application.css.scss */
.modal {
  overflow: auto;
}

/* line 227, app/assets/stylesheets/application.css.scss */
#allmap {
  width: 100%;
  height: 400px;
}

/* line 232, app/assets/stylesheets/application.css.scss */
.modal-backdrop.in {
  height: 100%;
}

/* line 236, app/assets/stylesheets/application.css.scss */
.select2-container {
  width: 100%;
}

/* line 240, app/assets/stylesheets/application.css.scss */
.select2-container .select2-choice {
  height: 32px;
  line-height: 30px;
  background: none;
}

/* line 246, app/assets/stylesheets/application.css.scss */
.select2-results .select2-result-label {
  min-height: 2em;
}

/* line 250, app/assets/stylesheets/application.css.scss */
.select2-container-multi .select2-choices {
  padding: 4px;
  border: #e3e3e3 1px solid;
  background: none;
}

/* line 256, app/assets/stylesheets/application.css.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  background: none;
}

/* line 260, app/assets/stylesheets/application.css.scss */
.setting .nav a.btn {
  margin-top: 30px;
  margin-right: 12px;
}

/* line 265, app/assets/stylesheets/application.css.scss */
.msg-list li a.btn-primary, .msg-list li a.btn-basic {
  color: #fff;
}

/* line 269, app/assets/stylesheets/application.css.scss */
.activity-info .publish .qrcode img {
  max-width: 200px;
}

/* line 273, app/assets/stylesheets/application.css.scss */
a:hover,
a:focus,
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn.focus:active,
.btn.active:focus,
.btn.active.focus {
  text-decoration: none;
  outline: none;
}

/* line 284, app/assets/stylesheets/application.css.scss */
.slider {
  z-index: 1000;
}

/* line 287, app/assets/stylesheets/application.css.scss */
.slider dt img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

/* line 293, app/assets/stylesheets/application.css.scss */
.editable {
  display: block;
  width: 100%;
  min-height: 200px;
  max-height: 500px;
  overflow-y: auto;
  padding: 15px 12px;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6e6e6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 306, app/assets/stylesheets/application.css.scss */
.editable:focus {
  outline: none;
}

/* line 311, app/assets/stylesheets/application.css.scss */
.medium-editor-placeholder:after {
  padding: 10px 12px;
}

/* line 316, app/assets/stylesheets/application.css.scss */
.medias.medias-messages .media .media-left,
.medias.medias-messages .media .media-right {
  padding-top: 10px;
}

/* line 320, app/assets/stylesheets/application.css.scss */
.medias.medias-messages .media .media-body {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
}

/* line 325, app/assets/stylesheets/application.css.scss */
.medias.medias-messages .media .media-body h5 {
  margin-top: 0;
}

/* line 328, app/assets/stylesheets/application.css.scss */
.medias.medias-messages .media .media-body p {
  margin-bottom: 0;
}

/* line 334, app/assets/stylesheets/application.css.scss */
.ticket-pay-info {
  padding: 60px 150px 30px;
}

/* line 336, app/assets/stylesheets/application.css.scss */
.ticket-pay-info h1 {
  font-size: 45px;
  font-family: "opensans", "华文细黑", "微软雅黑";
}

@media screen and (max-device-width: 987px) {
  /* line 334, app/assets/stylesheets/application.css.scss */
  .ticket-pay-info {
    padding: 60px 10px 30px;
  }
}

/* line 346, app/assets/stylesheets/application.css.scss */
.ticket-pay-divider {
  height: 1px;
  border-bottom: 1px dashed #ddd;
  zoom: 1.2;
  position: relative;
  margin-bottom: 30px;
}

/* line 352, app/assets/stylesheets/application.css.scss */
.ticket-pay-divider::before {
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 12px;
  position: absolute;
  top: -12px;
  left: -12px;
  background: #f7f7f7;
}

/* line 362, app/assets/stylesheets/application.css.scss */
.ticket-pay-divider::after {
  content: "";
  height: 24px;
  width: 24px;
  border-radius: 12px;
  position: absolute;
  top: -12px;
  right: -12px;
  background: #f7f7f7;
}

/* line 374, app/assets/stylesheets/application.css.scss */
.ticket-pay .alert {
  font-size: 1.2em;
  width: 250px;
  padding: 10px;
  margin-top: 15px;
  display: inline-block;
  border: none;
  border-radius: 15px;
}

/* line 382, app/assets/stylesheets/application.css.scss */
.ticket-pay .alert p {
  margin-bottom: 0;
  line-height: 1.5em;
}

/* line 388, app/assets/stylesheets/application.css.scss */
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 395, app/assets/stylesheets/application.css.scss */
.user-avatar-list {
  margin-bottom: 15px;
}

/* line 397, app/assets/stylesheets/application.css.scss */
.user-avatar-list img {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

/* line 405, app/assets/stylesheets/application.css.scss */
.user-avatar-list img {
  margin-bottom: 6px;
}

/* line 409, app/assets/stylesheets/application.css.scss */
.white-box {
  margin-top: 65px;
  margin-bottom: 90px;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
}

/* line 417, app/assets/stylesheets/application.css.scss */
.white-box h1 {
  margin-bottom: 40px;
}

/* line 421, app/assets/stylesheets/application.css.scss */
.white-box .btn-block {
  margin-bottom: 10px;
  font-size: 16px;
}

/* line 426, app/assets/stylesheets/application.css.scss */
a.double-text {
  overflow: hidden;
  position: relative;
  width: 70px;
  height: 32px;
}

/* line 431, app/assets/stylesheets/application.css.scss */
a.double-text span {
  position: absolute;
  transition: 0.2s all cubic-bezier(0.1, -0.6, 0.2, 0);
  left: 20px;
  bottom: 5px;
}

/* line 437, app/assets/stylesheets/application.css.scss */
a.double-text span.second {
  bottom: -20px;
}

/* line 440, app/assets/stylesheets/application.css.scss */
a.double-text:hover span.first {
  bottom: 30px;
}

/* line 443, app/assets/stylesheets/application.css.scss */
a.double-text:hover span.second {
  bottom: 5px;
}

/* line 448, app/assets/stylesheets/application.css.scss */
.avatar,
.actions,
.like,
.avatar img {
  display: inline;
  position: relative;
}

/* line 456, app/assets/stylesheets/application.css.scss */
.avatar .actions {
  margin-top: 5px;
}

/* line 460, app/assets/stylesheets/application.css.scss */
.avatar .avatar-ball {
  position: absolute;
  bottom: 40px;
  left: -87px;
  visibility: hidden;
  opacity: 0;
  height: 180px;
  width: 200px;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 25;
  border-radius: 6px;
  box-shadow: 0px 0px 3px 1px #ddd;
  padding: 15px;
  transition: .3s all;
}

/* line 477, app/assets/stylesheets/application.css.scss */
.avatar .avatar-ball::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 90px;
  height: 14px;
  width: 14px;
  border: 1px solid #ccc;
  border-top-width: 0px;
  border-left-width: 0px;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0px #eee;
  z-index: 1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

/* line 497, app/assets/stylesheets/application.css.scss */
.avatar .avatar-thumb:hover + .avatar-ball {
  opacity: 1;
  visibility: visible;
}

/* line 502, app/assets/stylesheets/application.css.scss */
.avatar .avatar-ball p {
  font-size: 13px;
}

/* line 506, app/assets/stylesheets/application.css.scss */
.avatar .avatar {
  position: relative;
}

/* line 510, app/assets/stylesheets/application.css.scss */
.avatar .avatar-thumb img {
  display: inline;
  width: 25px;
  height: 25px;
}

/* line 516, app/assets/stylesheets/application.css.scss */
.avatar .avatar-ball img {
  height: 60px;
  width: 60px;
  margin: 10px 10px 20px 10px;
}

/* line 522, app/assets/stylesheets/application.css.scss */
.avatar .avatar-ball.bottom {
  top: 40px;
}

/* line 526, app/assets/stylesheets/application.css.scss */
.avatar .avatar-ball.bottom::before {
  top: -7px;
  border: 1px solid #ccc;
  border-bottom-width: 0px;
  border-right-width: 0px;
  box-shadow: -2px -2px 4px 0px #eee;
}

/* line 534, app/assets/stylesheets/application.css.scss */
.wrapper {
  padding: 30px;
}

/* line 538, app/assets/stylesheets/application.css.scss */
.wrapper-sm {
  padding: 15px;
}

/* line 542, app/assets/stylesheets/application.css.scss */
.modal img {
  max-width: 100%;
}

/* line 546, app/assets/stylesheets/application.css.scss */
form .radio-inline {
  margin-bottom: 10px;
  line-height: 1.7em;
}

/* line 551, app/assets/stylesheets/application.css.scss */
.details-right {
  height: 18px;
}

/* line 555, app/assets/stylesheets/application.css.scss */
.form-contract {
  display: none;
}

/* line 559, app/assets/stylesheets/application.css.scss */
.ware-intro {
  background-color: #fff;
}

/* line 563, app/assets/stylesheets/application.css.scss */
.ware-intro .single-item .slick-slide img {
  margin: 0 auto;
  height: 450px;
  width: auto;
}

/* line 569, app/assets/stylesheets/application.css.scss */
.ware-intro .single-item {
  margin: 50px auto;
  width: 680px;
}

/* line 574, app/assets/stylesheets/application.css.scss */
.ware-intro .container-fluid {
  padding: 0px;
}

/* line 578, app/assets/stylesheets/application.css.scss */
.theme-images img {
  width: 100%;
}

/* line 582, app/assets/stylesheets/application.css.scss */
.intro-tags-head h2 {
  margin-bottom: 0px;
}

/* line 586, app/assets/stylesheets/application.css.scss */
.ware-intro .intro-tags-head,
.ware-intro .commemorate h2,
.footprint h2,
.appointment h2 {
  background-color: #2586fa;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 0px;
}

/* line 597, app/assets/stylesheets/application.css.scss */
.ware-intro .single-item .slick-prev,
.ware-intro .single-item .slick-next {
  display: none !important;
}

/* line 602, app/assets/stylesheets/application.css.scss */
.tags-play-one {
  padding: 50px 0;
}

/* line 606, app/assets/stylesheets/application.css.scss */
.tags-play-two {
  padding: 70px 0;
}

/* line 610, app/assets/stylesheets/application.css.scss */
.tags-play-one .about-play {
  padding: 30px 20px;
  border: 1px dashed #ddd;
  border-radius: 30px;
  height: 415px;
}

/* line 617, app/assets/stylesheets/application.css.scss */
.tags-play-one .about-play h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 623, app/assets/stylesheets/application.css.scss */
.tags-play-one .about-play p {
  color: #999;
  font-size: 16px;
  line-height: 1.5;
}

/* line 629, app/assets/stylesheets/application.css.scss */
.tags-play-two img {
  max-height: 100px;
  max-width: 200px;
}

/* line 634, app/assets/stylesheets/application.css.scss */
.tags-play-two .col-md-3 {
  margin-bottom: 50px;
}

/* line 638, app/assets/stylesheets/application.css.scss */
.tags-play-two .col-md-3 p {
  padding-left: 10px;
  font-size: 14px;
  color: #999;
}

/* line 644, app/assets/stylesheets/application.css.scss */
.tags-play-img {
  background-color: #fff;
  text-align: center;
  margin-bottom: 15px;
  border-top: 2px solid #eee;
  border-left: 2px solid #eee;
  box-shadow: 3px 3px 0px #ddd;
}

/* line 653, app/assets/stylesheets/application.css.scss */
.intro-tags-head .tags-head-one:first-child h2 {
  border-right: 2px solid #fff;
}

/* line 657, app/assets/stylesheets/application.css.scss */
.tags-play {
  height: 500px;
}

/* line 661, app/assets/stylesheets/application.css.scss */
.intro-tags-head a,
.intro-tags-head a:hover {
  color: #fff !important;
}

/* line 666, app/assets/stylesheets/application.css.scss */
.footprint {
  padding-bottom: 30px;
  position: relative;
}

/* line 671, app/assets/stylesheets/application.css.scss */
.footprint h2 {
  margin-bottom: 100px;
}

/* line 675, app/assets/stylesheets/application.css.scss */
.footprint::before {
  content: "";
  background-color: #2586fa;
  width: 5px;
  position: absolute;
  height: 87%;
  left: 50%;
  top: 39px;
}

/* line 685, app/assets/stylesheets/application.css.scss */
.footprint-time {
  position: relative;
  height: 100px;
}

/* line 690, app/assets/stylesheets/application.css.scss */
.footprint-time::before {
  content: "";
  position: absolute;
  background-color: #fff;
  border: 5px solid #2586fa;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  top: -1px;
  left: 50%;
  margin-left: -11px;
}

/* line 703, app/assets/stylesheets/application.css.scss */
.footprint-time a {
  color: #666;
  font-size: 18px;
}

/* line 708, app/assets/stylesheets/application.css.scss */
.footprint-time p.time-right {
  position: absolute;
  width: 35%;
  right: 11%;
  top: 0px;
  text-align: left;
}

/* line 716, app/assets/stylesheets/application.css.scss */
.footprint-time p.time-left {
  text-align: right;
  position: absolute;
  width: 35%;
  left: 11%;
  top: 0px;
}

/* line 724, app/assets/stylesheets/application.css.scss */
.tags-play {
  position: relative;
}

/* line 728, app/assets/stylesheets/application.css.scss */
.tags-play-two {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* line 735, app/assets/stylesheets/application.css.scss */
.appointment h2 {
  margin-bottom: 40px;
}

/* line 739, app/assets/stylesheets/application.css.scss */
.appointment-item h3 {
  font-size: 18px;
  margin-bottom: 25px;
}

/* line 744, app/assets/stylesheets/application.css.scss */
.appointment-item a.btn {
  padding: 3px 35px;
  border-radius: 20px;
  font-size: 16px;
}

/* line 750, app/assets/stylesheets/application.css.scss */
.appointment-item {
  padding: 25px 0;
  border: 1px solid #ddd;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 30px;
  background-color: #fff;
}

/* line 759, app/assets/stylesheets/application.css.scss */
.appointment-item img {
  height: 150px;
  width: 150px;
  border-radius: 75px;
  padding: 2px;
  border: 1px solid #ddd;
}

/* line 767, app/assets/stylesheets/application.css.scss */
#communication_request_modal .modal-body .form-group small {
  color: #999;
}

@media screen and (min-device-width: 987px) {
  /* line 772, app/assets/stylesheets/application.css.scss */
  form .form-group.row > div {
    padding-right: 0;
  }
  /* line 774, app/assets/stylesheets/application.css.scss */
  form .form-group.row > div:last-child {
    padding-right: 15px;
  }
  /* line 778, app/assets/stylesheets/application.css.scss */
  .order-cancel {
    margin-top: 10px;
  }
}

@media screen and (max-device-width: 980px) {
  /* line 784, app/assets/stylesheets/application.css.scss */
  .products-show .avatar .avatar-ball {
    left: -130px;
  }
  /* line 787, app/assets/stylesheets/application.css.scss */
  .products-show .avatar .avatar-ball::before {
    left: 130px;
  }
  /* line 790, app/assets/stylesheets/application.css.scss */
  .products-show .product-introduce .slick-prev,
.products-show .product-introduce .slick-next {
    display: none !important;
  }
  /* line 794, app/assets/stylesheets/application.css.scss */
  #communication_request_modal .modal-body .col-md-4,
#communication_request_modal .modal-body .col-md-3 {
    margin-top: 10px;
  }
  /* line 798, app/assets/stylesheets/application.css.scss */
  #communication_request_modal .modal-body .col-md-4 label,
#communication_request_modal .modal-body .col-md-3 label,
#communication_request_modal .modal-body .col-md-4 h3 {
    display: inline-block;
  }
  /* line 803, app/assets/stylesheets/application.css.scss */
  #communication_request_modal .modal-body .col-md-3 h3 {
    margin-left: 54px;
    display: inline-block;
  }
  /* line 807, app/assets/stylesheets/application.css.scss */
  #communication_request_modal .modal-body .col-md-4 h3 {
    margin-left: 5px;
  }
  /* line 810, app/assets/stylesheets/application.css.scss */
  .ware-intro .single-item .slick-slide img {
    margin: 0 auto;
    height: auto;
    width: 100%;
  }
  /* line 815, app/assets/stylesheets/application.css.scss */
  .ware-intro .single-item {
    margin: 10px;
    width: auto;
  }
  /* line 819, app/assets/stylesheets/application.css.scss */
  .ware-intro .single-item .slick-prev,
.ware-intro .single-item .slick-next {
    display: none !important;
  }
  /* line 823, app/assets/stylesheets/application.css.scss */
  .ware-intro .carousel-inner > .item > img {
    height: auto;
    margin: 0 auto;
  }
  /* line 827, app/assets/stylesheets/application.css.scss */
  .tags-play-two .col-md-3 {
    margin-bottom: 30px;
  }
  /* line 830, app/assets/stylesheets/application.css.scss */
  .intro-tags .intro-tags-head h2 {
    font-size: 14px;
  }
  /* line 833, app/assets/stylesheets/application.css.scss */
  .tags-play-one .about-play {
    padding: 20px 10px;
  }
  /* line 836, app/assets/stylesheets/application.css.scss */
  .tags-play.tags-play-h {
    height: 1400px;
  }
  /* line 839, app/assets/stylesheets/application.css.scss */
  .tags-play.tags-play-l {
    height: 1170px;
  }
  /* line 842, app/assets/stylesheets/application.css.scss */
  .footprint-time p.time-right {
    width: 40%;
    right: 2%;
  }
  /* line 846, app/assets/stylesheets/application.css.scss */
  .tags-play,
.tags-play-one .about-play {
    height: auto;
  }
  /* line 850, app/assets/stylesheets/application.css.scss */
  .ware-intro .intro-tags-head,
.ware-intro .commemorate h2,
.footprint h2,
.appointment h2 {
    font-size: 16px;
  }
  /* line 856, app/assets/stylesheets/application.css.scss */
  .tags-play-one .about-play h2 {
    font-size: 20px;
  }
  /* line 859, app/assets/stylesheets/application.css.scss */
  .tags-play-one,
.tags-play-two {
    padding: 20px 0;
  }
  /* line 863, app/assets/stylesheets/application.css.scss */
  .commemorate .carousel {
    padding: 10px;
  }
  /* line 866, app/assets/stylesheets/application.css.scss */
  .footprint-time p.time-left {
    width: 40%;
    left: 2%;
  }
  /* line 870, app/assets/stylesheets/application.css.scss */
  .footprint-time p {
    font-size: 14px;
  }
  /* line 873, app/assets/stylesheets/application.css.scss */
  .about-play {
    margin-bottom: 20px;
  }
  /* line 876, app/assets/stylesheets/application.css.scss */
  .ware-intro .row {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
  }
  /* line 881, app/assets/stylesheets/application.css.scss */
  .ware-intro .footprint .container {
    padding: 0 10px;
  }
  /* line 884, app/assets/stylesheets/application.css.scss */
  .footprint::before {
    top: 30px;
  }
  /* line 887, app/assets/stylesheets/application.css.scss */
  .ware-intro .container {
    padding: 0px;
  }
  /* line 890, app/assets/stylesheets/application.css.scss */
  .tags-head-one {
    padding-left: 10px;
    padding-right: 0px;
  }
}

@media screen and (max-device-width: 768px) {
  /* line 897, app/assets/stylesheets/application.css.scss */
  .slider-for .slick-slide img {
    max-height: 180px;
    width: auto;
  }
  /* line 901, app/assets/stylesheets/application.css.scss */
  .product-introduce .slider-for {
    padding: 10px;
  }
  /* line 904, app/assets/stylesheets/application.css.scss */
  .select-list .big h3 a,
.select-list h3 a {
    font-size: 16px;
  }
  /* line 908, app/assets/stylesheets/application.css.scss */
  .select-list h3 {
    margin-top: 10px;
  }
  /* line 911, app/assets/stylesheets/application.css.scss */
  .select-list .big .pic,
.select-list .big .pic img {
    height: auto;
  }
  /* line 915, app/assets/stylesheets/application.css.scss */
  .wrapper {
    padding: 15px;
  }
  /* line 918, app/assets/stylesheets/application.css.scss */
  .select-list .nav-tabs > li > a {
    border-bottom: solid 2px #fff;
  }
  /* line 921, app/assets/stylesheets/application.css.scss */
  .new_address .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 925, app/assets/stylesheets/application.css.scss */
  .setting .form-group {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 929, app/assets/stylesheets/application.css.scss */
  .form-distent-up {
    margin-top: 10px;
  }
  /* line 932, app/assets/stylesheets/application.css.scss */
  .forms-distent-up {
    margin-top: 14px;
  }
  /* line 935, app/assets/stylesheets/application.css.scss */
  .form-slide-distent,
.city-group .form-group .form-slide-distent {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 942, app/assets/stylesheets/application.css.scss */
.dashed-border {
  border: 1px #ddd dashed;
}

/* line 946, app/assets/stylesheets/application.css.scss */
.media-wrap.white {
  background: #fff;
}

/* line 950, app/assets/stylesheets/application.css.scss */
.carousel-control.no-background {
  color: #eee;
  opacity: 1;
  background: none;
}

/* line 956, app/assets/stylesheets/application.css.scss */
.sidebar-item .media {
  margin-top: 15px;
}

/* line 960, app/assets/stylesheets/application.css.scss */
a.btn-default.select-item {
  color: #666;
}

/* line 962, app/assets/stylesheets/application.css.scss */
a.btn-default.select-item:hover, a.btn-default.select-item:focus, a.btn-default.select-item:active, a.btn-default.select-item:visited {
  color: #333 !important;
  background: #fff;
}

/* line 969, app/assets/stylesheets/application.css.scss */
a.btn-default.select-item span.caret {
  float: right;
  margin: 8px 0;
}

/* line 975, app/assets/stylesheets/application.css.scss */
.form-group > label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: #666;
  font-weight: normal;
}

/* line 983, app/assets/stylesheets/application.css.scss */
.form-group > label em {
  font-size: 12px;
  color: #46b6e5;
}

/* line 988, app/assets/stylesheets/application.css.scss */
.form-group > label span {
  font-size: 12px;
  color: #999;
}

/* line 993, app/assets/stylesheets/application.css.scss */
.drag {
  border: 1px dashed #dcdcdc;
  border-radius: 3px;
  text-align: center;
  padding: 18px 0 20px;
  color: #666;
  position: relative;
}

/* line 1002, app/assets/stylesheets/application.css.scss */
.drag input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

/* line 1013, app/assets/stylesheets/application.css.scss */
.drag img {
  max-width: 150px;
  max-height: 150px;
}

/* line 1018, app/assets/stylesheets/application.css.scss */
.left-aligned {
  text-align: left;
}

/* line 1022, app/assets/stylesheets/application.css.scss */
.mb-none {
  margin-bottom: 0;
}

/* line 1026, app/assets/stylesheets/application.css.scss */
.plus {
  padding: 62px 0;
}

/* line 1030, app/assets/stylesheets/application.css.scss */
.mb-lg {
  margin-bottom: 25px;
}

/* line 1034, app/assets/stylesheets/application.css.scss */
#products-slider .col-sm-4 .plus {
  height: 166px;
}

/* line 1038, app/assets/stylesheets/application.css.scss */
#products-slider .col-sm-4 .plus i {
  margin-top: 62px;
}

/* line 1042, app/assets/stylesheets/application.css.scss */
#select-product .modal-dialog .modal-body .form-group {
  margin-bottom: 10px !important;
}

/* line 1046, app/assets/stylesheets/application.css.scss */
#collection-items .fields:first-child {
  margin-top: 0px;
}

/* line 1050, app/assets/stylesheets/application.css.scss */
#collection-items .fields {
  margin-top: 10px;
}

/* line 1054, app/assets/stylesheets/application.css.scss */
a#hideshow {
  margin-bottom: 20px;
  display: block;
}

/* line 1059, app/assets/stylesheets/application.css.scss */
.pointer {
  cursor: pointer;
}

/* line 1064, app/assets/stylesheets/application.css.scss */
.index .popular-tags {
  margin-top: 2em;
}

/* line 1066, app/assets/stylesheets/application.css.scss */
.index .popular-tags li {
  margin-bottom: 0.2em;
  border: 1px solid #e0e0e0;
}

/* line 1069, app/assets/stylesheets/application.css.scss */
.index .popular-tags li a:hover {
  box-shadow: none;
}

/* line 1080, app/assets/stylesheets/application.css.scss */
.nav-operate li.user.dropdown ul.dropdown-menu li.uc.wechat.left {
  width: 40%;
}

/* line 1083, app/assets/stylesheets/application.css.scss */
.nav-operate li.user.dropdown ul.dropdown-menu li.uc.wechat.right {
  padding-top: 0.2em;
  width: 60%;
}
