/*! yuncms-ui v1.0.0 | by HTTGO Team | http://www.cssmoban.com | (c) 2017 HTTGO, Inc. |  | 2017-06-26"A"06:06:12 UTC */
/* ==========================================================================
   Component: Base
 ============================================================================ */
/**
 * Fix the flawed CSS box model - Yes, IE6's box model is better
 * Browser support: IE8+
 * via: http://paulirish.com/2012/box-sizing-border-box-ftw/
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* normalize.css v3.0.2 | git.io/normalize */
/* Set <html> and <body> to inherit the height of the viewport */
html,
body {
  min-height: 100%;
}
/**
 * 1. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 *    https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust
 */
html {
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 * hgroup has been removed from the HTML5 (W3C) specification
 *        https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hgroup
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template,
script {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove text-decoration
 */
ins,
a {
  text-decoration: none;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
 
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
  * 1. Corrects max-width behavior (2.) if padding and border are used
  * 2. Responsiveness: Sets a maxium width relative to the parent and auto scales the height
  * 3. Remove the gap between images and the bottom of their containers
  * 4. Remove border when inside `a` element in IE 8/9.
  * remove 2. for Issue #502
  */
img {
  box-sizing: border-box;
  /* 1 */
  vertical-align: middle;
  /* 3 */
  border: 0;
  /* 4 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", "FontAwesome", monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/*
 * 1. Improves consistency of cursor style for clickable elements
 * 2. Removes excess padding in IE 8/9.
 * 3. Address box sizing set to `content-box` in IE 8/9/10.
 */
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  /*1*/
  padding: 0;
  /*2*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: vertical;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* AMUI Base
   ========================================================================== */
/**
 * `font-size` is set in `html` element to support the `rem` unit for font-sizes
 * NOTE: IE9 & IE10 do not recognize `rem` units when used with the
   `font` shorthand property.
 */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  position: relative;
  background: #fff;
  font-family: "微軟正黑體", "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  font-size: 1.6rem;
}
/**
 * 1. http://usabilitypost.com/2012/11/15/w-optimizelegibility-on-mobile-devices/
 * 2. http://maxvoltar.com/archive/-webkit-font-smoothing
 * NOTE: http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/
 * 3. http://maximilianhoffmann.com/posts/better-font-rendering-on-osx
 *    http://jaydenseric.com/blog/css-font-smoothing-for-firefox-mac
 */
body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  /* 1 */
  -webkit-font-smoothing: antialiased;
  /* 2 */
  -moz-osx-font-smoothing: grayscale;
  /* 3 Default: auto */
  -moz-font-feature-settings: "liga", "kern";
}
/*Only phones */
@media only screen and (max-width: 640px) {
  /**
   * Break strings if their length exceeds the width of their container
   */
  body {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
/**
 * links
 */
a {
  color: #666;
}
a:hover,
a:focus {
  color: #404040;
}
a:focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* Insert */
ins {
  background: #ffa;
  color: #333333;
}
/**
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
  background: #ffa;
  color: #333333;
}
/**
 * Abbreviation and definition
 */
abbr[title],
dfn[title] {
  cursor: help;
}
dfn[title] {
  border-bottom: 1px dotted;
  font-style: normal;
}
/* Spacing for block elements */
p,
hr,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 1.6rem 0;
}
* + p,
* + hr,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 1.6rem;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.6rem 0;
  font-weight: 600;
  font-size: 100%;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.25em;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 2em;
}
/* Ordered and unordered lists */
ul,
ol {
  padding-left: 2em;
}
/* Reset margin for nested lists */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 1em 0;
}
/* Description lists */
dt {
  font-weight: bold;
}
dt + dd {
  margin-top: .5em;
}
dd {
  margin-left: 0;
}
dd + dt {
  margin-top: 1em;
}
/**
 * Horizontal rule
 * 1. Address differences between Firefox and other browsers.
 */
hr {
  display: block;
  padding: 0;
  border: 0;
  height: 0;
  border-top: 1px solid #eeeeee;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
}
/* Address */
address {
  font-style: normal;
}
/* Quotes */
blockquote {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-left: 4px solid #ddd;
  font-family: Georgia, "Times New Roman", Times, Kai, "Kaiti SC", KaiTi, BiauKai, "FontAwesome", serif;
  /* Small print for identifying the source */
  /* Smaller margin if `small` follows */
}
blockquote small {
  display: block;
  color: #999999;
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
  text-align: right;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
/* iframe */
iframe {
  border: 0;
}
/* Forms
   ========================================================================== */
/**
  * Vertical alignment
  * Exclude `radio` and `checkbox` elements because the default `baseline` value aligns better with text
  */
button,
input:not([type="radio"]):not([type="checkbox"]),
select {
  vertical-align: middle;
}
/**
 * Fix viewport for IE10 snap mode
 * http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/
 * http://msdn.microsoft.com/en-us/library/ie/hh869615%28v=vs.85%29.aspx
 * http://msdn.microsoft.com/zh-cn/library/ie/hh708740(v=vs.85).aspx
 * @2014.01.20: 设置一下属性以后，windows Phone 8 上显示的字体过小，暂时注释掉
 * ========================================================================== */
/*
@-ms-viewport {
  width: device-width;
}
*/
.am-scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
/* ==========================================================================
   Component: Grid
 ============================================================================ */
.am-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  max-width: 1000px;
}
.am-container:before,
.am-container:after {
  content: " ";
  display: table;
}
.am-container:after {
  clear: both;
}
@media only screen and (min-width:641px) {
  .am-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.am-container > .am-g {
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media only screen and (min-width:641px) {
  .am-container > .am-g {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.am-g {
  margin: 0 auto;
  width: 100%;
}
.am-g:before,
.am-g:after {
  content: " ";
  display: table;
}
.am-g:after {
  clear: both;
}
.am-g .am-g {
  margin-left: -1rem;
  margin-right: -1rem;
  width: auto;
}
.am-g .am-g.am-g-collapse {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
@media only screen and (min-width:641px) {
  .am-g .am-g {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.am-g.am-g-collapse .am-g {
  margin-left: 0;
  margin-right: 0;
}
.am-g-collapse [class*="am-u-"] {
  padding-left: 0;
  padding-right: 0;
}
.am-g-fixed {
  max-width: 1000px;
}
[class*="am-u-"] {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  float: left;
  position: relative;
}
[class*="am-u-"] + [class*="am-u-"]:last-child {
  float: right;
}
[class*="am-u-"] + [class*="am-u-"].am-u-end {
  float: left;
}
@media only screen and (min-width:641px) {
  [class*="am-u-"] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
[class*="am-u-pull-"] {
  left: auto;
}
[class*="am-u-push-"] {
  right: auto;
}
@media only screen {
  .am-u-sm-1 {
    width: 8.33333333%;
  }
  .am-u-sm-2 {
    width: 16.66666667%;
  }
  .am-u-sm-3 {
    width: 25%;
  }
  .am-u-sm-4 {
    width: 33.33333333%;
  }
  .am-u-sm-5 {
    width: 41.66666667%;
  }
  .am-u-sm-6 {
    width: 50%;
  }
  .am-u-sm-7 {
    width: 58.33333333%;
  }
  .am-u-sm-8 {
    width: 66.66666667%;
  }
  .am-u-sm-9 {
    width: 75%;
  }
  .am-u-sm-10 {
    width: 83.33333333%;
  }
  .am-u-sm-11 {
    width: 91.66666667%;
  }
  .am-u-sm-12 {
    width: 100%;
  }
  .am-u-sm-pull-0 {
    right: 0;
  }
  .am-u-sm-pull-1 {
    right: 8.33333333%;
  }
  .am-u-sm-pull-2 {
    right: 16.66666667%;
  }
  .am-u-sm-pull-3 {
    right: 25%;
  }
  .am-u-sm-pull-4 {
    right: 33.33333333%;
  }
  .am-u-sm-pull-5 {
    right: 41.66666667%;
  }
  .am-u-sm-pull-6 {
    right: 50%;
  }
  .am-u-sm-pull-7 {
    right: 58.33333333%;
  }
  .am-u-sm-pull-8 {
    right: 66.66666667%;
  }
  .am-u-sm-pull-9 {
    right: 75%;
  }
  .am-u-sm-pull-10 {
    right: 83.33333333%;
  }
  .am-u-sm-pull-11 {
    right: 91.66666667%;
  }
  .am-u-sm-push-0 {
    left: 0;
  }
  .am-u-sm-push-1 {
    left: 8.33333333%;
  }
  .am-u-sm-push-2 {
    left: 16.66666667%;
  }
  .am-u-sm-push-3 {
    left: 25%;
  }
  .am-u-sm-push-4 {
    left: 33.33333333%;
  }
  .am-u-sm-push-5 {
    left: 41.66666667%;
  }
  .am-u-sm-push-6 {
    left: 50%;
  }
  .am-u-sm-push-7 {
    left: 58.33333333%;
  }
  .am-u-sm-push-8 {
    left: 66.66666667%;
  }
  .am-u-sm-push-9 {
    left: 75%;
  }
  .am-u-sm-push-10 {
    left: 83.33333333%;
  }
  .am-u-sm-push-11 {
    left: 91.66666667%;
  }
  .am-u-sm-offset-0 {
    margin-left: 0;
  }
  .am-u-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .am-u-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .am-u-sm-offset-3 {
    margin-left: 25%;
  }
  .am-u-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .am-u-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .am-u-sm-offset-6 {
    margin-left: 50%;
  }
  .am-u-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .am-u-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .am-u-sm-offset-9 {
    margin-left: 75%;
  }
  .am-u-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .am-u-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .am-u-sm-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  [class*="am-u-"].am-u-sm-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [class*="am-u-"].am-u-sm-centered:last-child {
    float: none;
  }
  [class*="am-u-"].am-u-sm-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [class*="am-u-"].am-u-sm-uncentered:last-child {
    float: left;
  }
}
@media only screen and (min-width:641px) {
  .am-u-md-1 {
    width: 8.33333333%;
  }
  .am-u-md-2 {
    width: 16.66666667%;
  }
  .am-u-md-3 {
    width: 25%;
  }
  .am-u-md-4 {
    width: 33.33333333%;
  }
  .am-u-md-5 {
    width: 41.66666667%;
  }
  .am-u-md-6 {
    width: 50%;
  }
  .am-u-md-7 {
    width: 58.33333333%;
  }
  .am-u-md-8 {
    width: 66.66666667%;
  }
  .am-u-md-9 {
    width: 75%;
  }
  .am-u-md-10 {
    width: 83.33333333%;
  }
  .am-u-md-11 {
    width: 91.66666667%;
  }
  .am-u-md-12 {
    width: 100%;
  }
  .am-u-md-pull-0 {
    right: 0;
  }
  .am-u-md-pull-1 {
    right: 8.33333333%;
  }
  .am-u-md-pull-2 {
    right: 16.66666667%;
  }
  .am-u-md-pull-3 {
    right: 25%;
  }
  .am-u-md-pull-4 {
    right: 33.33333333%;
  }
  .am-u-md-pull-5 {
    right: 41.66666667%;
  }
  .am-u-md-pull-6 {
    right: 50%;
  }
  .am-u-md-pull-7 {
    right: 58.33333333%;
  }
  .am-u-md-pull-8 {
    right: 66.66666667%;
  }
  .am-u-md-pull-9 {
    right: 75%;
  }
  .am-u-md-pull-10 {
    right: 83.33333333%;
  }
  .am-u-md-pull-11 {
    right: 91.66666667%;
  }
  .am-u-md-push-0 {
    left: 0;
  }
  .am-u-md-push-1 {
    left: 8.33333333%;
  }
  .am-u-md-push-2 {
    left: 16.66666667%;
  }
  .am-u-md-push-3 {
    left: 25%;
  }
  .am-u-md-push-4 {
    left: 33.33333333%;
  }
  .am-u-md-push-5 {
    left: 41.66666667%;
  }
  .am-u-md-push-6 {
    left: 50%;
  }
  .am-u-md-push-7 {
    left: 58.33333333%;
  }
  .am-u-md-push-8 {
    left: 66.66666667%;
  }
  .am-u-md-push-9 {
    left: 75%;
  }
  .am-u-md-push-10 {
    left: 83.33333333%;
  }
  .am-u-md-push-11 {
    left: 91.66666667%;
  }
  .am-u-md-offset-0 {
    margin-left: 0;
  }
  .am-u-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .am-u-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .am-u-md-offset-3 {
    margin-left: 25%;
  }
  .am-u-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .am-u-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .am-u-md-offset-6 {
    margin-left: 50%;
  }
  .am-u-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .am-u-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .am-u-md-offset-9 {
    margin-left: 75%;
  }
  .am-u-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .am-u-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .am-u-md-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  [class*="am-u-"].am-u-md-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [class*="am-u-"].am-u-md-centered:last-child {
    float: none;
  }
  [class*="am-u-"].am-u-md-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [class*="am-u-"].am-u-md-uncentered:last-child {
    float: left;
  }
}
@media only screen and (min-width:1025px) {
  .am-u-lg-1 {
    width: 8.33333333%;
  }
  .am-u-lg-2 {
    width: 16.66666667%;
  }
  .am-u-lg-3 {
    width: 25%;
  }
  .am-u-lg-4 {
    width: 33.33333333%;
  }
  .am-u-lg-5 {
    width: 41.66666667%;
  }
  .am-u-lg-6 {
    width: 50%;
  }
  .am-u-lg-7 {
    width: 58.33333333%;
  }
  .am-u-lg-8 {
    width: 66.66666667%;
  }
  .am-u-lg-9 {
    width: 75%;
  }
  .am-u-lg-10 {
    width: 83.33333333%;
  }
  .am-u-lg-11 {
    width: 91.66666667%;
  }
  .am-u-lg-12 {
    width: 100%;
  }
  .am-u-lg-pull-0 {
    right: 0;
  }
  .am-u-lg-pull-1 {
    right: 8.33333333%;
  }
  .am-u-lg-pull-2 {
    right: 16.66666667%;
  }
  .am-u-lg-pull-3 {
    right: 25%;
  }
  .am-u-lg-pull-4 {
    right: 33.33333333%;
  }
  .am-u-lg-pull-5 {
    right: 41.66666667%;
  }
  .am-u-lg-pull-6 {
    right: 50%;
  }
  .am-u-lg-pull-7 {
    right: 58.33333333%;
  }
  .am-u-lg-pull-8 {
    right: 66.66666667%;
  }
  .am-u-lg-pull-9 {
    right: 75%;
  }
  .am-u-lg-pull-10 {
    right: 83.33333333%;
  }
  .am-u-lg-pull-11 {
    right: 91.66666667%;
  }
  .am-u-lg-push-0 {
    left: 0;
  }
  .am-u-lg-push-1 {
    left: 8.33333333%;
  }
  .am-u-lg-push-2 {
    left: 16.66666667%;
  }
  .am-u-lg-push-3 {
    left: 25%;
  }
  .am-u-lg-push-4 {
    left: 33.33333333%;
  }
  .am-u-lg-push-5 {
    left: 41.66666667%;
  }
  .am-u-lg-push-6 {
    left: 50%;
  }
  .am-u-lg-push-7 {
    left: 58.33333333%;
  }
  .am-u-lg-push-8 {
    left: 66.66666667%;
  }
  .am-u-lg-push-9 {
    left: 75%;
  }
  .am-u-lg-push-10 {
    left: 83.33333333%;
  }
  .am-u-lg-push-11 {
    left: 91.66666667%;
  }
  .am-u-lg-offset-0 {
    margin-left: 0;
  }
  .am-u-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .am-u-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .am-u-lg-offset-3 {
    margin-left: 25%;
  }
  .am-u-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .am-u-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .am-u-lg-offset-6 {
    margin-left: 50%;
  }
  .am-u-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .am-u-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .am-u-lg-offset-9 {
    margin-left: 75%;
  }
  .am-u-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .am-u-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .am-u-lg-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  [class*="am-u-"].am-u-lg-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  [class*="am-u-"].am-u-lg-centered:last-child {
    float: none;
  }
  [class*="am-u-"].am-u-lg-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  [class*="am-u-"].am-u-lg-uncentered:last-child {
    float: left;
  }
}

/* ==========================================================================
   Component: Image
 ============================================================================ */
/* Image thumbnails */
.am-img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 2px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.am-img-thumbnail.am-radius {
  border-radius: 2px;
}
.am-img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   Component: Icon
 ============================================================================ */

/* Component
============================================================================= */
[class*="am-icon-"] {
  display: inline-block;
  font-style: normal;
}
[class*="am-icon-"]:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.am-icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
[class*="am-icon-"].am-fl {
  margin-right: .3em;
}
[class*="am-icon-"].am-fr {
  margin-left: .3em;
}
.am-icon-sm:before {
  font-size: 150%;
  vertical-align: -10%;
}
.am-icon-md:before {
  font-size: 200%;
  vertical-align: -16%;
}
.am-icon-lg:before {
  font-size: 250%;
  vertical-align: -22%;
}
/* Modifier: `.am-icon-btn`
============================================================================= */
.am-icon-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  border-radius: 50%;
  background-color: #eee;
  color: #555555;
  text-align: center;
  /**
   * Hover
   * 1. Apply hover style also to focus state
   * 2. Remove default focus style
   */
  /* Active */
}
.am-icon-btn:hover,
.am-icon-btn:focus {
  /* 1 */
  background-color: #f5f5f5;
  color: #333333;
  text-decoration: none;
  outline: none;
  /* 2 */
}
.am-icon-btn:active {
  background-color: #ddd;
  color: #333333;
}
.am-icon-btn.am-primary,
.am-icon-btn.am-secondary,
.am-icon-btn.am-success,
.am-icon-btn.am-warning,
.am-icon-btn.am-danger {
  color: #fff;
}
.am-icon-btn.am-primary {
  background-color: #666;
}
.am-icon-btn.am-secondary {
  background-color: #8c8c8c;
}
.am-icon-btn.am-success {
  background-color: #5eb95e;
}
.am-icon-btn.am-warning {
  background-color: #F37B1D;
}
.am-icon-btn.am-danger {
  background-color: #dd514c;
}
.am-icon-btn-sm {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
}
.am-icon-btn-lg {
  width: 64px;
  height: 64px;
  font-size: 28px;
  line-height: 64px;
}
/* Modifier: `.am-icon-fw` Fixed width
============================================================================= */
.am-icon-fw {
  width: 1.25em;
  text-align: center;
}
/* Icon mapping
============================================================================= */
.am-icon-glass:before {
  content: "\f000";
}
.am-icon-music:before {
  content: "\f001";
}
.am-icon-search:before {
  content: "\f002";
}
.am-icon-envelope-o:before {
  content: "\f003";
}
.am-icon-heart:before {
  content: "\f004";
}
.am-icon-star:before {
  content: "\f005";
}
.am-icon-star-o:before {
  content: "\f006";
}
.am-icon-user:before {
  content: "\f007";
}
.am-icon-film:before {
  content: "\f008";
}
.am-icon-th-large:before {
  content: "\f009";
}
.am-icon-th:before {
  content: "\f00a";
}
.am-icon-th-list:before {
  content: "\f00b";
}
.am-icon-check:before {
  content: "\f00c";
}
.am-icon-remove:before,
.am-icon-close:before,
.am-icon-times:before {
  content: "\f00d";
}
.am-icon-search-plus:before {
  content: "\f00e";
}
.am-icon-search-minus:before {
  content: "\f010";
}
.am-icon-power-off:before {
  content: "\f011";
}
.am-icon-signal:before {
  content: "\f012";
}
.am-icon-gear:before,
.am-icon-cog:before {
  content: "\f013";
}
.am-icon-trash-o:before {
  content: "\f014";
}
.am-icon-home:before {
  content: "\f015";
}
.am-icon-file-o:before {
  content: "\f016";
}
.am-icon-clock-o:before {
  content: "\f017";
}
.am-icon-road:before {
  content: "\f018";
}
.am-icon-download:before {
  content: "\f019";
}
.am-icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.am-icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.am-icon-inbox:before {
  content: "\f01c";
}
.am-icon-play-circle-o:before {
  content: "\f01d";
}
.am-icon-rotate-right:before,
.am-icon-repeat:before {
  content: "\f01e";
}
.am-icon-refresh:before {
  content: "\f021";
}
.am-icon-list-alt:before {
  content: "\f022";
}
.am-icon-lock:before {
  content: "\f023";
}
.am-icon-flag:before {
  content: "\f024";
}
.am-icon-headphones:before {
  content: "\f025";
}
.am-icon-volume-off:before {
  content: "\f026";
}
.am-icon-volume-down:before {
  content: "\f027";
}
.am-icon-volume-up:before {
  content: "\f028";
}
.am-icon-qrcode:before {
  content: "\f029";
}
.am-icon-barcode:before {
  content: "\f02a";
}
.am-icon-tag:before {
  content: "\f02b";
}
.am-icon-tags:before {
  content: "\f02c";
}
.am-icon-book:before {
  content: "\f02d";
}
.am-icon-bookmark:before {
  content: "\f02e";
}
.am-icon-print:before {
  content: "\f02f";
}
.am-icon-camera:before {
  content: "\f030";
}
.am-icon-font:before {
  content: "\f031";
}
.am-icon-bold:before {
  content: "\f032";
}
.am-icon-italic:before {
  content: "\f033";
}
.am-icon-text-height:before {
  content: "\f034";
}
.am-icon-text-width:before {
  content: "\f035";
}
.am-icon-align-left:before {
  content: "\f036";
}
.am-icon-align-center:before {
  content: "\f037";
}
.am-icon-align-right:before {
  content: "\f038";
}
.am-icon-align-justify:before {
  content: "\f039";
}
.am-icon-list:before {
  content: "\f03a";
}
.am-icon-dedent:before,
.am-icon-outdent:before {
  content: "\f03b";
}
.am-icon-indent:before {
  content: "\f03c";
}
.am-icon-video-camera:before {
  content: "\f03d";
}
.am-icon-photo:before,
.am-icon-image:before,
.am-icon-picture-o:before {
  content: "\f03e";
}
.am-icon-pencil:before {
  content: "\f040";
}
.am-icon-map-marker:before {
  content: "\f041";
}
.am-icon-adjust:before {
  content: "\f042";
}
.am-icon-tint:before {
  content: "\f043";
}
.am-icon-edit:before,
.am-icon-pencil-square-o:before {
  content: "\f044";
}
.am-icon-share-square-o:before {
  content: "\f045";
}
.am-icon-check-square-o:before {
  content: "\f046";
}
.am-icon-arrows:before {
  content: "\f047";
}
.am-icon-step-backward:before {
  content: "\f048";
}
.am-icon-fast-backward:before {
  content: "\f049";
}
.am-icon-backward:before {
  content: "\f04a";
}
.am-icon-play:before {
  content: "\f04b";
}
.am-icon-pause:before {
  content: "\f04c";
}
.am-icon-stop:before {
  content: "\f04d";
}
.am-icon-forward:before {
  content: "\f04e";
}
.am-icon-fast-forward:before {
  content: "\f050";
}
.am-icon-step-forward:before {
  content: "\f051";
}
.am-icon-eject:before {
  content: "\f052";
}
.am-icon-chevron-left:before {
  content: "\f053";
}
.am-icon-chevron-right:before {
  content: "\f054";
}
.am-icon-plus-circle:before {
  content: "\f055";
}
.am-icon-minus-circle:before {
  content: "\f056";
}
.am-icon-times-circle:before {
  content: "\f057";
}
.am-icon-check-circle:before {
  content: "\f058";
}
.am-icon-question-circle:before {
  content: "\f059";
}
.am-icon-info-circle:before {
  content: "\f05a";
}
.am-icon-crosshairs:before {
  content: "\f05b";
}
.am-icon-times-circle-o:before {
  content: "\f05c";
}
.am-icon-check-circle-o:before {
  content: "\f05d";
}
.am-icon-ban:before {
  content: "\f05e";
}
.am-icon-arrow-left:before {
  content: "\f060";
}
.am-icon-arrow-right:before {
  content: "\f061";
}
.am-icon-arrow-up:before {
  content: "\f062";
}
.am-icon-arrow-down:before {
  content: "\f063";
}
.am-icon-mail-forward:before,
.am-icon-share:before {
  content: "\f064";
}
.am-icon-expand:before {
  content: "\f065";
}
.am-icon-compress:before {
  content: "\f066";
}
.am-icon-plus:before {
  content: "\f067";
}
.am-icon-minus:before {
  content: "\f068";
}
.am-icon-asterisk:before {
  content: "\f069";
}
.am-icon-exclamation-circle:before {
  content: "\f06a";
}
.am-icon-gift:before {
  content: "\f06b";
}
.am-icon-leaf:before {
  content: "\f06c";
}
.am-icon-fire:before {
  content: "\f06d";
}
.am-icon-eye:before {
  content: "\f06e";
}
.am-icon-eye-slash:before {
  content: "\f070";
}
.am-icon-warning:before,
.am-icon-exclamation-triangle:before {
  content: "\f071";
}
.am-icon-plane:before {
  content: "\f072";
}
.am-icon-calendar:before {
  content: "\f073";
}
.am-icon-random:before {
  content: "\f074";
}
.am-icon-comment:before {
  content: "\f075";
}
.am-icon-magnet:before {
  content: "\f076";
}
.am-icon-chevron-up:before {
  content: "\f077";
}
.am-icon-chevron-down:before {
  content: "\f078";
}
.am-icon-retweet:before {
  content: "\f079";
}
.am-icon-shopping-cart:before {
  content: "\f07a";
}
.am-icon-folder:before {
  content: "\f07b";
}
.am-icon-folder-open:before {
  content: "\f07c";
}
.am-icon-arrows-v:before {
  content: "\f07d";
}
.am-icon-arrows-h:before {
  content: "\f07e";
}
.am-icon-bar-chart-o:before,
.am-icon-bar-chart:before {
  content: "\f080";
}
.am-icon-twitter-square:before {
  content: "\f081";
}
.am-icon-facebook-square:before {
  content: "\f082";
}
.am-icon-camera-retro:before {
  content: "\f083";
}
.am-icon-key:before {
  content: "\f084";
}
.am-icon-gears:before,
.am-icon-cogs:before {
  content: "\f085";
}
.am-icon-comments:before {
  content: "\f086";
}
.am-icon-thumbs-o-up:before {
  content: "\f087";
}
.am-icon-thumbs-o-down:before {
  content: "\f088";
}
.am-icon-star-half:before {
  content: "\f089";
}
.am-icon-heart-o:before {
  content: "\f08a";
}
.am-icon-sign-out:before {
  content: "\f08b";
}
.am-icon-linkedin-square:before {
  content: "\f08c";
}
.am-icon-thumb-tack:before {
  content: "\f08d";
}
.am-icon-external-link:before {
  content: "\f08e";
}
.am-icon-sign-in:before {
  content: "\f090";
}
.am-icon-trophy:before {
  content: "\f091";
}
.am-icon-github-square:before {
  content: "\f092";
}
.am-icon-upload:before {
  content: "\f093";
}
.am-icon-lemon-o:before {
  content: "\f094";
}
.am-icon-phone:before {
  content: "\f095";
}
.am-icon-square-o:before {
  content: "\f096";
}
.am-icon-bookmark-o:before {
  content: "\f097";
}
.am-icon-phone-square:before {
  content: "\f098";
}
.am-icon-twitter:before {
  content: "\f099";
}
.am-icon-facebook-f:before,
.am-icon-facebook:before {
  content: "\f09a";
}
.am-icon-github:before {
  content: "\f09b";
}
.am-icon-unlock:before {
  content: "\f09c";
}
.am-icon-credit-card:before {
  content: "\f09d";
}
.am-icon-feed:before,
.am-icon-rss:before {
  content: "\f09e";
}
.am-icon-hdd-o:before {
  content: "\f0a0";
}
.am-icon-bullhorn:before {
  content: "\f0a1";
}
.am-icon-bell:before {
  content: "\f0f3";
}
.am-icon-certificate:before {
  content: "\f0a3";
}
.am-icon-hand-o-right:before {
  content: "\f0a4";
}
.am-icon-hand-o-left:before {
  content: "\f0a5";
}
.am-icon-hand-o-up:before {
  content: "\f0a6";
}
.am-icon-hand-o-down:before {
  content: "\f0a7";
}
.am-icon-arrow-circle-left:before {
  content: "\f0a8";
}
.am-icon-arrow-circle-right:before {
  content: "\f0a9";
}
.am-icon-arrow-circle-up:before {
  content: "\f0aa";
}
.am-icon-arrow-circle-down:before {
  content: "\f0ab";
}
.am-icon-globe:before {
  content: "\f0ac";
}
.am-icon-wrench:before {
  content: "\f0ad";
}
.am-icon-tasks:before {
  content: "\f0ae";
}
.am-icon-filter:before {
  content: "\f0b0";
}
.am-icon-briefcase:before {
  content: "\f0b1";
}
.am-icon-arrows-alt:before {
  content: "\f0b2";
}
.am-icon-group:before,
.am-icon-users:before {
  content: "\f0c0";
}
.am-icon-chain:before,
.am-icon-link:before {
  content: "\f0c1";
}
.am-icon-cloud:before {
  content: "\f0c2";
}
.am-icon-flask:before {
  content: "\f0c3";
}
.am-icon-cut:before,
.am-icon-scissors:before {
  content: "\f0c4";
}
.am-icon-copy:before,
.am-icon-files-o:before {
  content: "\f0c5";
}
.am-icon-paperclip:before {
  content: "\f0c6";
}
.am-icon-save:before,
.am-icon-floppy-o:before {
  content: "\f0c7";
}
.am-icon-square:before {
  content: "\f0c8";
}
.am-icon-navicon:before,
.am-icon-reorder:before,
.am-icon-bars:before {
  content: "\f0c9";
}
.am-icon-list-ul:before {
  content: "\f0ca";
}
.am-icon-list-ol:before {
  content: "\f0cb";
}
.am-icon-strikethrough:before {
  content: "\f0cc";
}
.am-icon-underline:before {
  content: "\f0cd";
}
.am-icon-table:before {
  content: "\f0ce";
}
.am-icon-magic:before {
  content: "\f0d0";
}
.am-icon-truck:before {
  content: "\f0d1";
}
.am-icon-pinterest:before {
  content: "\f0d2";
}
.am-icon-pinterest-square:before {
  content: "\f0d3";
}
.am-icon-google-plus-square:before {
  content: "\f0d4";
}
.am-icon-google-plus:before {
  content: "\f0d5";
}
.am-icon-money:before {
  content: "\f0d6";
}
.am-icon-caret-down:before {
  content: "\f0d7";
}
.am-icon-caret-up:before {
  content: "\f0d8";
}
.am-icon-caret-left:before {
  content: "\f0d9";
}
.am-icon-caret-right:before {
  content: "\f0da";
}
.am-icon-columns:before {
  content: "\f0db";
}
.am-icon-unsorted:before,
.am-icon-sort:before {
  content: "\f0dc";
}
.am-icon-sort-down:before,
.am-icon-sort-desc:before {
  content: "\f0dd";
}
.am-icon-sort-up:before,
.am-icon-sort-asc:before {
  content: "\f0de";
}
.am-icon-envelope:before {
  content: "\f0e0";
}
.am-icon-linkedin:before {
  content: "\f0e1";
}
.am-icon-rotate-left:before,
.am-icon-undo:before {
  content: "\f0e2";
}
.am-icon-legal:before,
.am-icon-gavel:before {
  content: "\f0e3";
}
.am-icon-dashboard:before,
.am-icon-tachometer:before {
  content: "\f0e4";
}
.am-icon-comment-o:before {
  content: "\f0e5";
}
.am-icon-comments-o:before {
  content: "\f0e6";
}
.am-icon-flash:before,
.am-icon-bolt:before {
  content: "\f0e7";
}
.am-icon-sitemap:before {
  content: "\f0e8";
}
.am-icon-umbrella:before {
  content: "\f0e9";
}
.am-icon-paste:before,
.am-icon-clipboard:before {
  content: "\f0ea";
}
.am-icon-lightbulb-o:before {
  content: "\f0eb";
}
.am-icon-exchange:before {
  content: "\f0ec";
}
.am-icon-cloud-download:before {
  content: "\f0ed";
}
.am-icon-cloud-upload:before {
  content: "\f0ee";
}
.am-icon-user-md:before {
  content: "\f0f0";
}
.am-icon-stethoscope:before {
  content: "\f0f1";
}
.am-icon-suitcase:before {
  content: "\f0f2";
}
.am-icon-bell-o:before {
  content: "\f0a2";
}
.am-icon-coffee:before {
  content: "\f0f4";
}
.am-icon-cutlery:before {
  content: "\f0f5";
}
.am-icon-file-text-o:before {
  content: "\f0f6";
}
.am-icon-building-o:before {
  content: "\f0f7";
}
.am-icon-hospital-o:before {
  content: "\f0f8";
}
.am-icon-ambulance:before {
  content: "\f0f9";
}
.am-icon-medkit:before {
  content: "\f0fa";
}
.am-icon-fighter-jet:before {
  content: "\f0fb";
}
.am-icon-beer:before {
  content: "\f0fc";
}
.am-icon-h-square:before {
  content: "\f0fd";
}
.am-icon-plus-square:before {
  content: "\f0fe";
}
.am-icon-angle-double-left:before {
  content: "\f100";
}
.am-icon-angle-double-right:before {
  content: "\f101";
}
.am-icon-angle-double-up:before {
  content: "\f102";
}
.am-icon-angle-double-down:before {
  content: "\f103";
}
.am-icon-angle-left:before {
  content: "\f104";
}
.am-icon-angle-right:before {
  content: "\f105";
}
.am-icon-angle-up:before {
  content: "\f106";
}
.am-icon-angle-down:before {
  content: "\f107";
}
.am-icon-desktop:before {
  content: "\f108";
}
.am-icon-laptop:before {
  content: "\f109";
}
.am-icon-tablet:before {
  content: "\f10a";
}
.am-icon-mobile-phone:before,
.am-icon-mobile:before {
  content: "\f10b";
}
.am-icon-circle-o:before {
  content: "\f10c";
}
.am-icon-quote-left:before {
  content: "\f10d";
}
.am-icon-quote-right:before {
  content: "\f10e";
}
.am-icon-spinner:before {
  content: "\f110";
}
.am-icon-circle:before {
  content: "\f111";
}
.am-icon-mail-reply:before,
.am-icon-reply:before {
  content: "\f112";
}
.am-icon-github-alt:before {
  content: "\f113";
}
.am-icon-folder-o:before {
  content: "\f114";
}
.am-icon-folder-open-o:before {
  content: "\f115";
}
.am-icon-smile-o:before {
  content: "\f118";
}
.am-icon-frown-o:before {
  content: "\f119";
}
.am-icon-meh-o:before {
  content: "\f11a";
}
.am-icon-gamepad:before {
  content: "\f11b";
}
.am-icon-keyboard-o:before {
  content: "\f11c";
}
.am-icon-flag-o:before {
  content: "\f11d";
}
.am-icon-flag-checkered:before {
  content: "\f11e";
}
.am-icon-terminal:before {
  content: "\f120";
}
.am-icon-code:before {
  content: "\f121";
}
.am-icon-mail-reply-all:before,
.am-icon-reply-all:before {
  content: "\f122";
}
.am-icon-star-half-empty:before,
.am-icon-star-half-full:before,
.am-icon-star-half-o:before {
  content: "\f123";
}
.am-icon-location-arrow:before {
  content: "\f124";
}
.am-icon-crop:before {
  content: "\f125";
}
.am-icon-code-fork:before {
  content: "\f126";
}
.am-icon-unlink:before,
.am-icon-chain-broken:before {
  content: "\f127";
}
.am-icon-question:before {
  content: "\f128";
}
.am-icon-info:before {
  content: "\f129";
}
.am-icon-exclamation:before {
  content: "\f12a";
}
.am-icon-superscript:before {
  content: "\f12b";
}
.am-icon-subscript:before {
  content: "\f12c";
}
.am-icon-eraser:before {
  content: "\f12d";
}
.am-icon-puzzle-piece:before {
  content: "\f12e";
}
.am-icon-microphone:before {
  content: "\f130";
}
.am-icon-microphone-slash:before {
  content: "\f131";
}
.am-icon-shield:before {
  content: "\f132";
}
.am-icon-calendar-o:before {
  content: "\f133";
}
.am-icon-fire-extinguisher:before {
  content: "\f134";
}
.am-icon-rocket:before {
  content: "\f135";
}
.am-icon-maxcdn:before {
  content: "\f136";
}
.am-icon-chevron-circle-left:before {
  content: "\f137";
}
.am-icon-chevron-circle-right:before {
  content: "\f138";
}
.am-icon-chevron-circle-up:before {
  content: "\f139";
}
.am-icon-chevron-circle-down:before {
  content: "\f13a";
}
.am-icon-html5:before {
  content: "\f13b";
}
.am-icon-css3:before {
  content: "\f13c";
}
.am-icon-anchor:before {
  content: "\f13d";
}
.am-icon-unlock-alt:before {
  content: "\f13e";
}
.am-icon-bullseye:before {
  content: "\f140";
}
.am-icon-ellipsis-h:before {
  content: "\f141";
}
.am-icon-ellipsis-v:before {
  content: "\f142";
}
.am-icon-rss-square:before {
  content: "\f143";
}
.am-icon-play-circle:before {
  content: "\f144";
}
.am-icon-ticket:before {
  content: "\f145";
}
.am-icon-minus-square:before {
  content: "\f146";
}
.am-icon-minus-square-o:before {
  content: "\f147";
}
.am-icon-level-up:before {
  content: "\f148";
}
.am-icon-level-down:before {
  content: "\f149";
}
.am-icon-check-square:before {
  content: "\f14a";
}
.am-icon-pencil-square:before {
  content: "\f14b";
}
.am-icon-external-link-square:before {
  content: "\f14c";
}
.am-icon-share-square:before {
  content: "\f14d";
}
.am-icon-compass:before {
  content: "\f14e";
}
.am-icon-toggle-down:before,
.am-icon-caret-square-o-down:before {
  content: "\f150";
}
.am-icon-toggle-up:before,
.am-icon-caret-square-o-up:before {
  content: "\f151";
}
.am-icon-toggle-right:before,
.am-icon-caret-square-o-right:before {
  content: "\f152";
}
.am-icon-euro:before,
.am-icon-eur:before {
  content: "\f153";
}
.am-icon-gbp:before {
  content: "\f154";
}
.am-icon-dollar:before,
.am-icon-usd:before {
  content: "\f155";
}
.am-icon-rupee:before,
.am-icon-inr:before {
  content: "\f156";
}
.am-icon-cny:before,
.am-icon-rmb:before,
.am-icon-yen:before,
.am-icon-jpy:before {
  content: "\f157";
}
.am-icon-ruble:before,
.am-icon-rouble:before,
.am-icon-rub:before {
  content: "\f158";
}
.am-icon-won:before,
.am-icon-krw:before {
  content: "\f159";
}
.am-icon-bitcoin:before,
.am-icon-btc:before {
  content: "\f15a";
}
.am-icon-file:before {
  content: "\f15b";
}
.am-icon-file-text:before {
  content: "\f15c";
}
.am-icon-sort-alpha-asc:before {
  content: "\f15d";
}
.am-icon-sort-alpha-desc:before {
  content: "\f15e";
}
.am-icon-sort-amount-asc:before {
  content: "\f160";
}
.am-icon-sort-amount-desc:before {
  content: "\f161";
}
.am-icon-sort-numeric-asc:before {
  content: "\f162";
}
.am-icon-sort-numeric-desc:before {
  content: "\f163";
}
.am-icon-thumbs-up:before {
  content: "\f164";
}
.am-icon-thumbs-down:before {
  content: "\f165";
}
.am-icon-youtube-square:before {
  content: "\f166";
}
.am-icon-youtube:before {
  content: "\f167";
}
.am-icon-xing:before {
  content: "\f168";
}
.am-icon-xing-square:before {
  content: "\f169";
}
.am-icon-youtube-play:before {
  content: "\f16a";
}
.am-icon-dropbox:before {
  content: "\f16b";
}
.am-icon-stack-overflow:before {
  content: "\f16c";
}
.am-icon-instagram:before {
  content: "\f16d";
}
.am-icon-flickr:before {
  content: "\f16e";
}
.am-icon-adn:before {
  content: "\f170";
}
.am-icon-bitbucket:before {
  content: "\f171";
}
.am-icon-bitbucket-square:before {
  content: "\f172";
}
.am-icon-tumblr:before {
  content: "\f173";
}
.am-icon-tumblr-square:before {
  content: "\f174";
}
.am-icon-long-arrow-down:before {
  content: "\f175";
}
.am-icon-long-arrow-up:before {
  content: "\f176";
}
.am-icon-long-arrow-left:before {
  content: "\f177";
}
.am-icon-long-arrow-right:before {
  content: "\f178";
}
.am-icon-apple:before {
  content: "\f179";
}
.am-icon-windows:before {
  content: "\f17a";
}
.am-icon-android:before {
  content: "\f17b";
}
.am-icon-linux:before {
  content: "\f17c";
}
.am-icon-dribbble:before {
  content: "\f17d";
}
.am-icon-skype:before {
  content: "\f17e";
}
.am-icon-foursquare:before {
  content: "\f180";
}
.am-icon-trello:before {
  content: "\f181";
}
.am-icon-female:before {
  content: "\f182";
}
.am-icon-male:before {
  content: "\f183";
}
.am-icon-gittip:before,
.am-icon-gratipay:before {
  content: "\f184";
}
.am-icon-sun-o:before {
  content: "\f185";
}
.am-icon-moon-o:before {
  content: "\f186";
}
.am-icon-archive:before {
  content: "\f187";
}
.am-icon-bug:before {
  content: "\f188";
}
.am-icon-vk:before {
  content: "\f189";
}
.am-icon-weibo:before {
  content: "\f18a";
}
.am-icon-renren:before {
  content: "\f18b";
}
.am-icon-pagelines:before {
  content: "\f18c";
}
.am-icon-stack-exchange:before {
  content: "\f18d";
}
.am-icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.am-icon-arrow-circle-o-left:before {
  content: "\f190";
}
.am-icon-toggle-left:before,
.am-icon-caret-square-o-left:before {
  content: "\f191";
}
.am-icon-dot-circle-o:before {
  content: "\f192";
}
.am-icon-wheelchair:before {
  content: "\f193";
}
.am-icon-vimeo-square:before {
  content: "\f194";
}
.am-icon-turkish-lira:before,
.am-icon-try:before {
  content: "\f195";
}
.am-icon-plus-square-o:before {
  content: "\f196";
}
.am-icon-space-shuttle:before {
  content: "\f197";
}
.am-icon-slack:before {
  content: "\f198";
}
.am-icon-envelope-square:before {
  content: "\f199";
}
.am-icon-wordpress:before {
  content: "\f19a";
}
.am-icon-openid:before {
  content: "\f19b";
}
.am-icon-institution:before,
.am-icon-bank:before,
.am-icon-university:before {
  content: "\f19c";
}
.am-icon-mortar-board:before,
.am-icon-graduation-cap:before {
  content: "\f19d";
}
.am-icon-yahoo:before {
  content: "\f19e";
}
.am-icon-google:before {
  content: "\f1a0";
}
.am-icon-reddit:before {
  content: "\f1a1";
}
.am-icon-reddit-square:before {
  content: "\f1a2";
}
.am-icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.am-icon-stumbleupon:before {
  content: "\f1a4";
}
.am-icon-delicious:before {
  content: "\f1a5";
}
.am-icon-digg:before {
  content: "\f1a6";
}
.am-icon-pied-piper-pp:before {
  content: "\f1a7";
}
.am-icon-pied-piper-alt:before {
  content: "\f1a8";
}
.am-icon-drupal:before {
  content: "\f1a9";
}
.am-icon-joomla:before {
  content: "\f1aa";
}
.am-icon-language:before {
  content: "\f1ab";
}
.am-icon-fax:before {
  content: "\f1ac";
}
.am-icon-building:before {
  content: "\f1ad";
}
.am-icon-child:before {
  content: "\f1ae";
}
.am-icon-paw:before {
  content: "\f1b0";
}
.am-icon-spoon:before {
  content: "\f1b1";
}
.am-icon-cube:before {
  content: "\f1b2";
}
.am-icon-cubes:before {
  content: "\f1b3";
}
.am-icon-behance:before {
  content: "\f1b4";
}
.am-icon-behance-square:before {
  content: "\f1b5";
}
.am-icon-steam:before {
  content: "\f1b6";
}
.am-icon-steam-square:before {
  content: "\f1b7";
}
.am-icon-recycle:before {
  content: "\f1b8";
}
.am-icon-automobile:before,
.am-icon-car:before {
  content: "\f1b9";
}
.am-icon-cab:before,
.am-icon-taxi:before {
  content: "\f1ba";
}
.am-icon-tree:before {
  content: "\f1bb";
}
.am-icon-spotify:before {
  content: "\f1bc";
}
.am-icon-deviantart:before {
  content: "\f1bd";
}
.am-icon-soundcloud:before {
  content: "\f1be";
}
.am-icon-database:before {
  content: "\f1c0";
}
.am-icon-file-pdf-o:before {
  content: "\f1c1";
}
.am-icon-file-word-o:before {
  content: "\f1c2";
}
.am-icon-file-excel-o:before {
  content: "\f1c3";
}
.am-icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.am-icon-file-photo-o:before,
.am-icon-file-picture-o:before,
.am-icon-file-image-o:before {
  content: "\f1c5";
}
.am-icon-file-zip-o:before,
.am-icon-file-archive-o:before {
  content: "\f1c6";
}
.am-icon-file-sound-o:before,
.am-icon-file-audio-o:before {
  content: "\f1c7";
}
.am-icon-file-movie-o:before,
.am-icon-file-video-o:before {
  content: "\f1c8";
}
.am-icon-file-code-o:before {
  content: "\f1c9";
}
.am-icon-vine:before {
  content: "\f1ca";
}
.am-icon-codepen:before {
  content: "\f1cb";
}
.am-icon-jsfiddle:before {
  content: "\f1cc";
}
.am-icon-life-bouy:before,
.am-icon-life-buoy:before,
.am-icon-life-saver:before,
.am-icon-support:before,
.am-icon-life-ring:before {
  content: "\f1cd";
}
.am-icon-circle-o-notch:before {
  content: "\f1ce";
}
.am-icon-ra:before,
.am-icon-resistance:before,
.am-icon-rebel:before {
  content: "\f1d0";
}
.am-icon-ge:before,
.am-icon-empire:before {
  content: "\f1d1";
}
.am-icon-git-square:before {
  content: "\f1d2";
}
.am-icon-git:before {
  content: "\f1d3";
}
.am-icon-y-combinator-square:before,
.am-icon-yc-square:before,
.am-icon-hacker-news:before {
  content: "\f1d4";
}
.am-icon-tencent-weibo:before {
  content: "\f1d5";
}
.am-icon-qq:before {
  content: "\f1d6";
}
.am-icon-wechat:before,
.am-icon-weixin:before {
  content: "\f1d7";
}
.am-icon-send:before,
.am-icon-paper-plane:before {
  content: "\f1d8";
}
.am-icon-send-o:before,
.am-icon-paper-plane-o:before {
  content: "\f1d9";
}
.am-icon-history:before {
  content: "\f1da";
}
.am-icon-circle-thin:before {
  content: "\f1db";
}
.am-icon-header:before {
  content: "\f1dc";
}
.am-icon-paragraph:before {
  content: "\f1dd";
}
.am-icon-sliders:before {
  content: "\f1de";
}
.am-icon-share-alt:before {
  content: "\f1e0";
}
.am-icon-share-alt-square:before {
  content: "\f1e1";
}
.am-icon-bomb:before {
  content: "\f1e2";
}
.am-icon-soccer-ball-o:before,
.am-icon-futbol-o:before {
  content: "\f1e3";
}
.am-icon-tty:before {
  content: "\f1e4";
}
.am-icon-binoculars:before {
  content: "\f1e5";
}
.am-icon-plug:before {
  content: "\f1e6";
}
.am-icon-slideshare:before {
  content: "\f1e7";
}
.am-icon-twitch:before {
  content: "\f1e8";
}
.am-icon-yelp:before {
  content: "\f1e9";
}
.am-icon-newspaper-o:before {
  content: "\f1ea";
}
.am-icon-wifi:before {
  content: "\f1eb";
}
.am-icon-calculator:before {
  content: "\f1ec";
}
.am-icon-paypal:before {
  content: "\f1ed";
}
.am-icon-google-wallet:before {
  content: "\f1ee";
}
.am-icon-cc-visa:before {
  content: "\f1f0";
}
.am-icon-cc-mastercard:before {
  content: "\f1f1";
}
.am-icon-cc-discover:before {
  content: "\f1f2";
}
.am-icon-cc-amex:before {
  content: "\f1f3";
}
.am-icon-cc-paypal:before {
  content: "\f1f4";
}
.am-icon-cc-stripe:before {
  content: "\f1f5";
}
.am-icon-bell-slash:before {
  content: "\f1f6";
}
.am-icon-bell-slash-o:before {
  content: "\f1f7";
}
.am-icon-trash:before {
  content: "\f1f8";
}
.am-icon-copyright:before {
  content: "\f1f9";
}
.am-icon-at:before {
  content: "\f1fa";
}
.am-icon-eyedropper:before {
  content: "\f1fb";
}
.am-icon-paint-brush:before {
  content: "\f1fc";
}
.am-icon-birthday-cake:before {
  content: "\f1fd";
}
.am-icon-area-chart:before {
  content: "\f1fe";
}
.am-icon-pie-chart:before {
  content: "\f200";
}
.am-icon-line-chart:before {
  content: "\f201";
}
.am-icon-lastfm:before {
  content: "\f202";
}
.am-icon-lastfm-square:before {
  content: "\f203";
}
.am-icon-toggle-off:before {
  content: "\f204";
}
.am-icon-toggle-on:before {
  content: "\f205";
}
.am-icon-bicycle:before {
  content: "\f206";
}
.am-icon-bus:before {
  content: "\f207";
}
.am-icon-ioxhost:before {
  content: "\f208";
}
.am-icon-angellist:before {
  content: "\f209";
}
.am-icon-cc:before {
  content: "\f20a";
}
.am-icon-shekel:before,
.am-icon-sheqel:before,
.am-icon-ils:before {
  content: "\f20b";
}
.am-icon-meanpath:before {
  content: "\f20c";
}
.am-icon-buysellads:before {
  content: "\f20d";
}
.am-icon-connectdevelop:before {
  content: "\f20e";
}
.am-icon-dashcube:before {
  content: "\f210";
}
.am-icon-forumbee:before {
  content: "\f211";
}
.am-icon-leanpub:before {
  content: "\f212";
}
.am-icon-sellsy:before {
  content: "\f213";
}
.am-icon-shirtsinbulk:before {
  content: "\f214";
}
.am-icon-simplybuilt:before {
  content: "\f215";
}
.am-icon-skyatlas:before {
  content: "\f216";
}
.am-icon-cart-plus:before {
  content: "\f217";
}
.am-icon-cart-arrow-down:before {
  content: "\f218";
}
.am-icon-diamond:before {
  content: "\f219";
}
.am-icon-ship:before {
  content: "\f21a";
}
.am-icon-user-secret:before {
  content: "\f21b";
}
.am-icon-motorcycle:before {
  content: "\f21c";
}
.am-icon-street-view:before {
  content: "\f21d";
}
.am-icon-heartbeat:before {
  content: "\f21e";
}
.am-icon-venus:before {
  content: "\f221";
}
.am-icon-mars:before {
  content: "\f222";
}
.am-icon-mercury:before {
  content: "\f223";
}
.am-icon-intersex:before,
.am-icon-transgender:before {
  content: "\f224";
}
.am-icon-transgender-alt:before {
  content: "\f225";
}
.am-icon-venus-double:before {
  content: "\f226";
}
.am-icon-mars-double:before {
  content: "\f227";
}
.am-icon-venus-mars:before {
  content: "\f228";
}
.am-icon-mars-stroke:before {
  content: "\f229";
}
.am-icon-mars-stroke-v:before {
  content: "\f22a";
}
.am-icon-mars-stroke-h:before {
  content: "\f22b";
}
.am-icon-neuter:before {
  content: "\f22c";
}
.am-icon-genderless:before {
  content: "\f22d";
}
.am-icon-facebook-official:before {
  content: "\f230";
}
.am-icon-pinterest-p:before {
  content: "\f231";
}
.am-icon-whatsapp:before {
  content: "\f232";
}
.am-icon-server:before {
  content: "\f233";
}
.am-icon-user-plus:before {
  content: "\f234";
}
.am-icon-user-times:before {
  content: "\f235";
}
.am-icon-hotel:before,
.am-icon-bed:before {
  content: "\f236";
}
.am-icon-viacoin:before {
  content: "\f237";
}
.am-icon-train:before {
  content: "\f238";
}
.am-icon-subway:before {
  content: "\f239";
}
.am-icon-medium:before {
  content: "\f23a";
}
.am-icon-yc:before,
.am-icon-y-combinator:before {
  content: "\f23b";
}
.am-icon-optin-monster:before {
  content: "\f23c";
}
.am-icon-opencart:before {
  content: "\f23d";
}
.am-icon-expeditedssl:before {
  content: "\f23e";
}
.am-icon-battery-4:before,
.am-icon-battery-full:before {
  content: "\f240";
}
.am-icon-battery-3:before,
.am-icon-battery-three-quarters:before {
  content: "\f241";
}
.am-icon-battery-2:before,
.am-icon-battery-half:before {
  content: "\f242";
}
.am-icon-battery-1:before,
.am-icon-battery-quarter:before {
  content: "\f243";
}
.am-icon-battery-0:before,
.am-icon-battery-empty:before {
  content: "\f244";
}
.am-icon-mouse-pointer:before {
  content: "\f245";
}
.am-icon-i-cursor:before {
  content: "\f246";
}
.am-icon-object-group:before {
  content: "\f247";
}
.am-icon-object-ungroup:before {
  content: "\f248";
}
.am-icon-sticky-note:before {
  content: "\f249";
}
.am-icon-sticky-note-o:before {
  content: "\f24a";
}
.am-icon-cc-jcb:before {
  content: "\f24b";
}
.am-icon-cc-diners-club:before {
  content: "\f24c";
}
.am-icon-clone:before {
  content: "\f24d";
}
.am-icon-balance-scale:before {
  content: "\f24e";
}
.am-icon-hourglass-o:before {
  content: "\f250";
}
.am-icon-hourglass-1:before,
.am-icon-hourglass-start:before {
  content: "\f251";
}
.am-icon-hourglass-2:before,
.am-icon-hourglass-half:before {
  content: "\f252";
}
.am-icon-hourglass-3:before,
.am-icon-hourglass-end:before {
  content: "\f253";
}
.am-icon-hourglass:before {
  content: "\f254";
}
.am-icon-hand-grab-o:before,
.am-icon-hand-rock-o:before {
  content: "\f255";
}
.am-icon-hand-stop-o:before,
.am-icon-hand-paper-o:before {
  content: "\f256";
}
.am-icon-hand-scissors-o:before {
  content: "\f257";
}
.am-icon-hand-lizard-o:before {
  content: "\f258";
}
.am-icon-hand-spock-o:before {
  content: "\f259";
}
.am-icon-hand-pointer-o:before {
  content: "\f25a";
}
.am-icon-hand-peace-o:before {
  content: "\f25b";
}
.am-icon-trademark:before {
  content: "\f25c";
}
.am-icon-registered:before {
  content: "\f25d";
}
.am-icon-creative-commons:before {
  content: "\f25e";
}
.am-icon-gg:before {
  content: "\f260";
}
.am-icon-gg-circle:before {
  content: "\f261";
}
.am-icon-tripadvisor:before {
  content: "\f262";
}
.am-icon-odnoklassniki:before {
  content: "\f263";
}
.am-icon-odnoklassniki-square:before {
  content: "\f264";
}
.am-icon-get-pocket:before {
  content: "\f265";
}
.am-icon-wikipedia-w:before {
  content: "\f266";
}
.am-icon-safari:before {
  content: "\f267";
}
.am-icon-chrome:before {
  content: "\f268";
}
.am-icon-firefox:before {
  content: "\f269";
}
.am-icon-opera:before {
  content: "\f26a";
}
.am-icon-internet-explorer:before {
  content: "\f26b";
}
.am-icon-tv:before,
.am-icon-television:before {
  content: "\f26c";
}
.am-icon-contao:before {
  content: "\f26d";
}
.am-icon-500px:before {
  content: "\f26e";
}
.am-icon-amazon:before {
  content: "\f270";
}
.am-icon-calendar-plus-o:before {
  content: "\f271";
}
.am-icon-calendar-minus-o:before {
  content: "\f272";
}
.am-icon-calendar-times-o:before {
  content: "\f273";
}
.am-icon-calendar-check-o:before {
  content: "\f274";
}
.am-icon-industry:before {
  content: "\f275";
}
.am-icon-map-pin:before {
  content: "\f276";
}
.am-icon-map-signs:before {
  content: "\f277";
}
.am-icon-map-o:before {
  content: "\f278";
}
.am-icon-map:before {
  content: "\f279";
}
.am-icon-commenting:before {
  content: "\f27a";
}
.am-icon-commenting-o:before {
  content: "\f27b";
}
.am-icon-houzz:before {
  content: "\f27c";
}
.am-icon-vimeo:before {
  content: "\f27d";
}
.am-icon-black-tie:before {
  content: "\f27e";
}
.am-icon-fonticons:before {
  content: "\f280";
}
.am-icon-reddit-alien:before {
  content: "\f281";
}
.am-icon-edge:before {
  content: "\f282";
}
.am-icon-credit-card-alt:before {
  content: "\f283";
}
.am-icon-codiepie:before {
  content: "\f284";
}
.am-icon-modx:before {
  content: "\f285";
}
.am-icon-fort-awesome:before {
  content: "\f286";
}
.am-icon-usb:before {
  content: "\f287";
}
.am-icon-product-hunt:before {
  content: "\f288";
}
.am-icon-mixcloud:before {
  content: "\f289";
}
.am-icon-scribd:before {
  content: "\f28a";
}
.am-icon-pause-circle:before {
  content: "\f28b";
}
.am-icon-pause-circle-o:before {
  content: "\f28c";
}
.am-icon-stop-circle:before {
  content: "\f28d";
}
.am-icon-stop-circle-o:before {
  content: "\f28e";
}
.am-icon-shopping-bag:before {
  content: "\f290";
}
.am-icon-shopping-basket:before {
  content: "\f291";
}
.am-icon-hashtag:before {
  content: "\f292";
}
.am-icon-bluetooth:before {
  content: "\f293";
}
.am-icon-bluetooth-b:before {
  content: "\f294";
}
.am-icon-percent:before {
  content: "\f295";
}
.am-icon-gitlab:before {
  content: "\f296";
}
.am-icon-wpbeginner:before {
  content: "\f297";
}
.am-icon-wpforms:before {
  content: "\f298";
}
.am-icon-envira:before {
  content: "\f299";
}
.am-icon-universal-access:before {
  content: "\f29a";
}
.am-icon-wheelchair-alt:before {
  content: "\f29b";
}
.am-icon-question-circle-o:before {
  content: "\f29c";
}
.am-icon-blind:before {
  content: "\f29d";
}
.am-icon-audio-description:before {
  content: "\f29e";
}
.am-icon-volume-control-phone:before {
  content: "\f2a0";
}
.am-icon-braille:before {
  content: "\f2a1";
}
.am-icon-assistive-listening-systems:before {
  content: "\f2a2";
}
.am-icon-asl-interpreting:before,
.am-icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.am-icon-deafness:before,
.am-icon-hard-of-hearing:before,
.am-icon-deaf:before {
  content: "\f2a4";
}
.am-icon-glide:before {
  content: "\f2a5";
}
.am-icon-glide-g:before {
  content: "\f2a6";
}
.am-icon-signing:before,
.am-icon-sign-language:before {
  content: "\f2a7";
}
.am-icon-low-vision:before {
  content: "\f2a8";
}
.am-icon-viadeo:before {
  content: "\f2a9";
}
.am-icon-viadeo-square:before {
  content: "\f2aa";
}
.am-icon-snapchat:before {
  content: "\f2ab";
}
.am-icon-snapchat-ghost:before {
  content: "\f2ac";
}
.am-icon-snapchat-square:before {
  content: "\f2ad";
}
.am-icon-pied-piper:before {
  content: "\f2ae";
}
.am-icon-first-order:before {
  content: "\f2b0";
}
.am-icon-yoast:before {
  content: "\f2b1";
}
.am-icon-themeisle:before {
  content: "\f2b2";
}
.am-icon-google-plus-circle:before,
.am-icon-google-plus-official:before {
  content: "\f2b3";
}
.am-icon-fa:before,
.am-icon-font-awesome:before {
  content: "\f2b4";
}
/* Modifier: `am-icon-spin`
============================================================================= */
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.am-icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
          animation: icon-spin 2s infinite linear;
}
.am-icon-pulse {
  -webkit-animation: icon-spin 1s infinite steps(8);
          animation: icon-spin 1s infinite steps(8);
}
.am-icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.am-icon-ul > li {
  position: relative;
}
.am-icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
/* ==========================================================================
   Component: Utility
 ============================================================================ */
.am-scrollable-horizontal {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.am-scrollable-vertical {
  height: 240px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: vertical;
}
/* Border-radius*/
.am-square {
  border-radius: 0;
}
.am-radius {
  border-radius: 2px;
}
.am-round {
  border-radius: 1000px;
}
.am-circle {
  border-radius: 50%;
}
/* Float blocks*/
.am-cf:before,
.am-cf:after {
  content: " ";
  display: table;
}
.am-cf:after {
  clear: both;
}
.am-fl {
  float: left;
}
.am-fr {
  float: right;
}
.am-nbfc {
  overflow: hidden;
}
.am-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Display */
.am-block {
  display: block !important;
}
.am-inline {
  display: inline !important;
}
.am-inline-block {
  display: inline-block !important;
}
.am-hide {
  display: none !important;
  visibility: hidden !important;
}
/*
* Remove whitespace between child elements when using `inline-block`
*/
.am-vertical-align {
  font-size: 0.001px;
}
/*
* The `@{ns}vertical-align` container needs a specific height
*/
.am-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/*
* Sub-object which can have any height
* 1. Reset whitespace hack
*/
.am-vertical-align-middle,
.am-vertical-align-bottom {
  display: inline-block;
  font-size: 1.6rem;
  /* 1 */
  max-width: 100%;
}
.am-vertical-align-middle {
  vertical-align: middle;
}
.am-vertical-align-bottom {
  vertical-align: bottom;
}
.am-responsive-width {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  height: auto;
}
/* Margin helpers */
.am-margin {
  margin: 1.6rem;
}
.am-margin-0 {
  margin: 0!important;
}
.am-margin-xs {
  margin: 0.5rem;
}
.am-margin-sm {
  margin: 1rem;
}
.am-margin-lg {
  margin: 2.4rem;
}
.am-margin-xl {
  margin: 3.2rem;
}
.am-margin-horizontal {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}
.am-margin-horizontal-0 {
  margin-left: 0!important;
  margin-right: 0!important;
}
.am-margin-horizontal-xs {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.am-margin-horizontal-sm {
  margin-left: 1rem;
  margin-right: 1rem;
}
.am-margin-horizontal-lg {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
.am-margin-horizontal-xl {
  margin-left: 3.2rem;
  margin-right: 3.2rem;
}
.am-margin-vertical {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
.am-margin-vertical-0 {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.am-margin-vertical-xs {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.am-margin-vertical-sm {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.am-margin-vertical-lg {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.am-margin-vertical-xl {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.am-margin-top {
  margin-top: 1.6rem;
}
.am-margin-top-0 {
  margin-top: 0!important;
}
.am-margin-top-xs {
  margin-top: 0.5rem;
}
.am-margin-top-sm {
  margin-top: 1rem;
}
.am-margin-top-lg {
  margin-top: 2.4rem;
}
.am-margin-top-xl {
  margin-top: 3.2rem;
}
.am-margin-bottom {
  margin-bottom: 1.6rem;
}
.am-margin-bottom-0 {
  margin-bottom: 0!important;
}
.am-margin-bottom-xs {
  margin-bottom: 0.5rem;
}
.am-margin-bottom-sm {
  margin-bottom: 1rem;
}
.am-margin-bottom-lg {
  margin-bottom: 2.4rem;
}
.am-margin-bottom-xl {
  margin-bottom: 3.2rem;
}
.am-margin-left {
  margin-left: 1.6rem;
}
.am-margin-left-0 {
  margin-left: 0!important;
}
.am-margin-left-xs {
  margin-left: 0.5rem;
}
.am-margin-left-sm {
  margin-left: 1rem;
}
.am-margin-left-lg {
  margin-left: 2.4rem;
}
.am-margin-left-xl {
  margin-left: 3.2rem;
}
.am-margin-right {
  margin-right: 1.6rem;
}
.am-margin-right-0 {
  margin-right: 0!important;
}
.am-margin-right-xs {
  margin-right: 0.5rem;
}
.am-margin-right-sm {
  margin-right: 1rem;
}
.am-margin-right-lg {
  margin-right: 2.4rem;
}
.am-margin-right-xl {
  margin-right: 3.2rem;
}
/* Padding helpers */
.am-padding {
  padding: 1.6rem;
}
.am-padding-0 {
  padding: 0!important;
}
.am-padding-xs {
  padding: 0.5rem;
}
.am-padding-sm {
  padding: 1rem;
}
.am-padding-lg {
  padding: 2.4rem;
}
.am-padding-xl {
  padding: 3.2rem;
}
.am-padding-horizontal {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.am-padding-horizontal-0 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.am-padding-horizontal-xs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.am-padding-horizontal-sm {
  padding-left: 1rem;
  padding-right: 1rem;
}
.am-padding-horizontal-lg {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.am-padding-horizontal-xl {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
.am-padding-vertical {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.am-padding-vertical-0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.am-padding-vertical-xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.am-padding-vertical-sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.am-padding-vertical-lg {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.am-padding-vertical-xl {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.am-padding-top {
  padding-top: 1.6rem;
}
.am-padding-top-0 {
  padding-top: 0!important;
}
.am-padding-top-xs {
  padding-top: 0.5rem;
}
.am-padding-top-sm {
  padding-top: 1rem;
}
.am-padding-top-lg {
  padding-top: 2.4rem;
}
.am-padding-top-xl {
  padding-top: 3.2rem;
}
.am-padding-bottom {
  padding-bottom: 1.6rem;
}
.am-padding-bottom-0 {
  padding-bottom: 0!important;
}
.am-padding-bottom-xs {
  padding-bottom: 0.5rem;
}
.am-padding-bottom-sm {
  padding-bottom: 1rem;
}
.am-padding-bottom-lg {
  padding-bottom: 2.4rem;
}
.am-padding-bottom-xl {
  padding-bottom: 3.2rem;
}
.am-padding-left {
  padding-left: 1.6rem;
}
.am-padding-left-0 {
  padding-left: 0!important;
}
.am-padding-left-xs {
  padding-left: 0.5rem;
}
.am-padding-left-sm {
  padding-left: 1rem;
}
.am-padding-left-lg {
  padding-left: 2.4rem;
}
.am-padding-left-xl {
  padding-left: 3.2rem;
}
.am-padding-right {
  padding-right: 1.6rem;
}
.am-padding-right-0 {
  padding-right: 0!important;
}
.am-padding-right-xs {
  padding-right: 0.5rem;
}
.am-padding-right-sm {
  padding-right: 1rem;
}
.am-padding-right-lg {
  padding-right: 2.4rem;
}
.am-padding-right-xl {
  padding-right: 3.2rem;
}
/* small displays */
@media only screen {
  .am-show-sm-only,
  .am-show-sm-up,
  .am-show-sm,
  .am-show-sm-down,
  .am-hide-md-only,
  .am-hide-md-up,
  .am-hide-md,
  .am-show-md-down,
  .am-hide-lg-only,
  .am-hide-lg-up,
  .am-hide-lg,
  .am-show-lg-down {
    display: inherit !important;
  }
  .am-hide-sm-only,
  .am-hide-sm-up,
  .am-hide-sm,
  .am-hide-sm-down,
  .am-show-md-only,
  .am-show-md-up,
  .am-show-md,
  .am-hide-md-down,
  .am-show-lg-only,
  .am-show-lg-up,
  .am-show-lg,
  .am-hide-lg-down {
    display: none !important;
  }
  /* table */
  table.am-show-sm-only,
  table.am-show-sm-up,
  table.am-show-sm,
  table.am-show-sm-down,
  table.am-hide-md-only,
  table.am-hide-md-up,
  table.am-hide-md,
  table.am-show-md-down,
  table.am-hide-lg-only,
  table.am-hide-lg-up,
  table.am-hide-lg,
  table.am-show-lg-down {
    display: table !important;
  }
  thead.am-show-sm-only,
  thead.am-show-sm-up,
  thead.am-show-sm,
  thead.am-show-sm-down,
  thead.am-hide-md-only,
  thead.am-hide-md-up,
  thead.am-hide-md,
  thead.am-show-md-down,
  thead.am-hide-lg-only,
  thead.am-hide-lg-up,
  thead.am-hide-lg,
  thead.am-show-lg-down {
    display: table-header-group !important;
  }
  tbody.am-show-sm-only,
  tbody.am-show-sm-up,
  tbody.am-show-sm,
  tbody.am-show-sm-down,
  tbody.am-hide-md-only,
  tbody.am-hide-md-up,
  tbody.am-hide-md,
  tbody.am-show-md-down,
  tbody.am-hide-lg-only,
  tbody.am-hide-lg-up,
  tbody.am-hide-lg,
  tbody.am-show-lg-down {
    display: table-row-group !important;
  }
  tr.am-show-sm-only,
  tr.am-show-sm-up,
  tr.am-show-sm,
  tr.am-show-sm-down,
  tr.am-hide-md-only,
  tr.am-hide-md-up,
  tr.am-hide-md,
  tr.am-show-md-down,
  tr.am-hide-lg-only,
  tr.am-hide-lg-up,
  tr.am-hide-lg,
  tr.am-show-lg-down {
    display: table-row !important;
  }
  th.am-show-sm-only,
  td.am-show-sm-only,
  th.am-show-sm-up,
  td.am-show-sm-up,
  th.am-show-sm,
  td.am-show-sm,
  th.am-show-sm-down,
  td.am-show-sm-down,
  th.am-hide-md-only,
  td.am-hide-md-only,
  th.am-hide-md-up,
  td.am-hide-md-up,
  th.am-hide-md,
  td.am-hide-md,
  th.am-show-md-down,
  td.am-show-md-down,
  th.am-hide-lg-only,
  td.am-hide-lg-only,
  th.am-hide-lg-up,
  td.am-hide-lg-up,
  th.am-hide-lg,
  td.am-hide-lg,
  th.am-show-lg-down,
  td.am-show-lg-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width:641px) {
  .am-hide-sm-only,
  .am-show-sm-up,
  .am-hide-sm,
  .am-hide-sm-down,
  .am-show-md-only,
  .am-show-md-up,
  .am-show-md,
  .am-show-md-down,
  .am-hide-lg-only,
  .am-hide-lg-up,
  .am-hide-lg,
  .am-show-lg-down {
    display: inherit !important;
  }
  .am-show-sm-only,
  .am-hide-sm-up,
  .am-show-sm,
  .am-show-sm-down,
  .am-hide-md-only,
  .am-hide-md-up,
  .am-hide-md,
  .am-hide-md-down,
  .am-show-lg-only,
  .am-show-lg-up,
  .am-show-lg,
  .am-hide-lg-down {
    display: none !important;
  }
  table.am-hide-sm-only,
  table.am-show-sm-up,
  table.am-hide-sm,
  table.am-hide-sm-down,
  table.am-show-md-only,
  table.am-show-md-up,
  table.am-show-md,
  table.am-show-md-down,
  table.am-hide-lg-only,
  table.am-hide-lg-up,
  table.am-hide-lg,
  table.am-show-lg-down {
    display: table !important;
  }
  thead.am-hide-sm-only,
  thead.am-show-sm-up,
  thead.am-hide-sm,
  thead.am-hide-sm-down,
  thead.am-show-md-only,
  thead.am-show-md-up,
  thead.am-show-md,
  thead.am-show-md-down,
  thead.am-hide-lg-only,
  thead.am-hide-lg-up,
  thead.am-hide-lg,
  thead.am-show-lg-down {
    display: table-header-group !important;
  }
  tbody.am-hide-sm-only,
  tbody.am-show-sm-up,
  tbody.am-hide-sm,
  tbody.am-hide-sm-down,
  tbody.am-show-md-only,
  tbody.am-show-md-up,
  tbody.am-show-md,
  tbody.am-show-md-down,
  tbody.am-hide-lg-only,
  tbody.am-hide-lg-up,
  tbody.am-hide-lg,
  tbody.am-show-lg-down {
    display: table-row-group !important;
  }
  tr.am-hide-sm-only,
  tr.am-show-sm-up,
  tr.am-hide-sm,
  tr.am-hide-sm-down,
  tr.am-show-md-only,
  tr.am-show-md-up,
  tr.am-show-md,
  tr.am-show-md-down,
  tr.am-hide-lg-only,
  tr.am-hide-lg-up,
  tr.am-hide-lg,
  tr.am-show-lg-down {
    display: table-row !important;
  }
  th.am-hide-sm-only,
  td.am-hide-sm-only,
  th.am-show-sm-up,
  td.am-show-sm-up,
  th.am-hide-sm,
  td.am-hide-sm,
  th.am-hide-sm-down,
  td.am-hide-sm-down,
  th.am-show-md-only,
  td.am-show-md-only,
  th.am-show-md-up,
  td.am-show-md-up,
  th.am-show-md,
  td.am-show-md,
  th.am-show-md-down,
  td.am-show-md-down,
  th.am-hide-lg-only,
  td.am-hide-lg-only,
  th.am-hide-lg-up,
  td.am-hide-lg-up,
  th.am-hide-lg,
  td.am-hide-lg,
  th.am-show-lg-down,
  td.am-show-lg-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width:1025px) {
  .am-hide-sm-only,
  .am-show-sm-up,
  .am-hide-sm,
  .am-hide-sm-down,
  .am-hide-md-only,
  .am-show-md-up,
  .am-hide-md,
  .am-hide-md-down,
  .am-show-lg-only,
  .am-show-lg-up,
  .am-show-lg,
  .am-show-lg-down {
    display: inherit !important;
  }
  .am-show-sm-only,
  .am-hide-sm-up,
  .am-show-sm,
  .am-show-sm-down,
  .am-show-md-only,
  .am-hide-md-up,
  .am-show-md,
  .am-show-md-down,
  .am-hide-lg-only,
  .am-hide-lg-up,
  .am-hide-lg,
  .am-hide-lg-down {
    display: none !important;
  }
  table.am-hide-sm-only,
  table.am-show-sm-up,
  table.am-hide-sm,
  table.am-hide-sm-down,
  table.am-hide-md-only,
  table.am-show-md-up,
  table.am-hide-md,
  table.am-hide-md-down,
  table.am-show-lg-only,
  table.am-show-lg-up,
  table.am-show-lg,
  table.am-show-lg-down {
    display: table !important;
  }
  thead.am-hide-sm-only,
  thead.am-show-sm-up,
  thead.am-hide-sm,
  thead.am-hide-sm-down,
  thead.am-hide-md-only,
  thead.am-show-md-up,
  thead.am-hide-md,
  thead.am-hide-md-down,
  thead.am-show-lg-only,
  thead.am-show-lg-up,
  thead.am-show-lg,
  thead.am-show-lg-down {
    display: table-header-group !important;
  }
  tbody.am-hide-sm-only,
  tbody.am-show-sm-up,
  tbody.am-hide-sm,
  tbody.am-hide-sm-down,
  tbody.am-hide-md-only,
  tbody.am-show-md-up,
  tbody.am-hide-md,
  tbody.am-hide-md-down,
  tbody.am-show-lg-only,
  tbody.am-show-lg-up,
  tbody.am-show-lg,
  tbody.am-show-lg-down {
    display: table-row-group !important;
  }
  tr.am-hide-sm-only,
  tr.am-show-sm-up,
  tr.am-hide-sm,
  tr.am-hide-sm-down,
  tr.am-hide-md-only,
  tr.am-show-md-up,
  tr.am-hide-md,
  tr.am-hide-md-down,
  tr.am-show-lg-only,
  tr.am-show-lg-up,
  tr.am-show-lg,
  tr.am-show-lg-down {
    display: table-row !important;
  }
  th.am-hide-sm-only,
  td.am-hide-sm-only,
  th.am-show-sm-up,
  td.am-show-sm-up,
  th.am-hide-sm,
  td.am-hide-sm,
  th.am-hide-sm-down,
  td.am-hide-sm-down,
  th.am-hide-md-only,
  td.am-hide-md-only,
  th.am-show-md-up,
  td.am-show-md-up,
  th.am-hide-md,
  td.am-hide-md,
  th.am-hide-md-down,
  td.am-hide-md-down,
  th.am-show-lg-only,
  td.am-show-lg-only,
  th.am-show-lg-up,
  td.am-show-lg-up,
  th.am-show-lg,
  td.am-show-lg,
  th.am-show-lg-down,
  td.am-show-lg-down {
    display: table-cell !important;
  }
}
@media only screen and (orientation: landscape) {
  .am-show-landscape,
  .am-hide-portrait {
    display: inherit !important;
  }
  .am-hide-landscape,
  .am-show-portrait {
    display: none !important;
  }
}
@media only screen and (orientation: portrait) {
  .am-show-portrait,
  .am-hide-landscape {
    display: inherit !important;
  }
  .am-hide-portrait,
  .am-show-landscape {
    display: none !important;
  }
}
.am-sans-serif {
  font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}
.am-serif {
  font-family: Georgia, "Times New Roman", Times, SimSun, "FontAwesome", serif;
}
.am-kai {
  font-family: Georgia, "Times New Roman", Times, Kai, "Kaiti SC", KaiTi, BiauKai, "FontAwesome", serif;
}
.am-monospace {
  font-family: Monaco, Menlo, Consolas, "Courier New", "FontAwesome", monospace;
}
.am-text-primary {
  color: #666;
}
.am-text-secondary {
  color: #8c8c8c;
}
.am-text-success {
  color: #5eb95e;
}
.am-text-warning {
  color: #F37B1D;
}
.am-text-danger {
  color: #dd514c;
}
.am-link-muted {
  color: #666;
}
.am-link-muted a {
  color: #666;
}
.am-link-muted:hover,
.am-link-muted a:hover {
  color: #555;
}
.am-text-default {
  font-size: 1.6rem;
}
/*
.@{ns}text-xxs {
  font-size: @font-size-xxs;
}
*/
.am-text-xs {
  font-size: 1.2rem;
}
.am-text-sm {
  font-size: 1.4rem;
}
.am-text-lg {
  font-size: 1.8rem;
}
.am-text-xl {
  font-size: 2.4rem;
}
.am-text-xxl {
  font-size: 3.2rem;
}
.am-text-xxxl {
  font-size: 4.2rem;
}
.am-ellipsis,
.am-text-truncate {
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.am-text-nowrap {
  white-space: nowrap;
}
[class*='am-align-'] {
  margin-bottom: 1rem;
}
.am-align-left {
  margin-right: 1rem;
  float: left;
}
.am-align-right {
  margin-left: 1rem;
  float: right;
}
/** Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content/
 */
.am-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* Text Image Replacement */
.am-text-ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* Text align */
@media only screen {
  .am-text-left {
    text-align: left !important;
  }
  .am-text-right {
    text-align: right !important;
  }
  .am-text-center {
    text-align: center !important;
  }
  .am-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (max-width: 640px) {
  .am-sm-only-text-left {
    text-align: left !important;
  }
  .am-sm-only-text-right {
    text-align: right !important;
  }
  .am-sm-only-text-center {
    text-align: center !important;
  }
  .am-sm-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:641px) and (max-width:1024px) {
  .am-md-only-text-left {
    text-align: left !important;
  }
  .am-md-only-text-right {
    text-align: right !important;
  }
  .am-md-only-text-center {
    text-align: center !important;
  }
  .am-md-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:641px) {
  .am-md-text-left {
    text-align: left !important;
  }
  .am-md-text-right {
    text-align: right !important;
  }
  .am-md-text-center {
    text-align: center !important;
  }
  .am-md-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:1025px) {
  .am-lg-text-left {
    text-align: left !important;
  }
  .am-lg-text-right {
    text-align: right !important;
  }
  .am-lg-text-center {
    text-align: center !important;
  }
  .am-lg-text-justify {
    text-align: justify !important;
  }
}
.am-text-top {
  vertical-align: top !important;
}
.am-text-middle {
  vertical-align: middle !important;
}
.am-text-bottom {
  vertical-align: bottom !important;
}
.am-angle {
  position: absolute;
}
.am-angle:before,
.am-angle:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 8px dashed transparent;
  z-index: 1;
}
.am-angle-up {
  top: 0;
}
.am-angle-up:before,
.am-angle-up:after {
  border-bottom-style: solid;
  border-width: 0 8px 8px;
}
.am-angle-up:before {
  border-bottom-color: #ddd;
  bottom: 0;
}
.am-angle-up:after {
  border-bottom-color: #fff;
  bottom: -1px;
}
.am-angle-down {
  bottom: -9px;
}
.am-angle-down:before,
.am-angle-down:after {
  border-top-style: solid;
  border-width: 8px 8px 0;
}
.am-angle-down:before {
  border-top-color: #ddd;
  bottom: 0;
}
.am-angle-down:after {
  border-top-color: #fff;
  bottom: 1px;
}
.am-angle-left {
  left: -9px;
}
.am-angle-left:before,
.am-angle-left:after {
  border-right-style: solid;
  border-width: 8px 8px 8px 0;
}
.am-angle-left:before {
  border-right-color: #ddd;
  left: 0;
}
.am-angle-left:after {
  border-right-color: #fff;
  left: 1px;
}
.am-angle-right {
  right: 0;
}
.am-angle-right:before,
.am-angle-right:after {
  border-left-style: solid;
  border-width: 8px 0 8px 8px;
}
.am-angle-right:before {
  border-left-color: #ddd;
  left: 0;
}
.am-angle-right:after {
  border-left-color: #fff;
  left: -1px;
}
/* ==========================================================================
   Component: Flex Slider Plugin
 ============================================================================ */
.am-slider a:hover,
.am-slider a:focus {
  outline: none;
}
.am-slides,
.am-control-nav,
.am-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.am-slider {
  margin: 0;
  padding: 0;
}
.am-slider .am-slides:before,
.am-slider .am-slides:after {
  content: " ";
  display: table;
}
.am-slider .am-slides:after {
  clear: both;
}
.am-slider .am-slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.no-js .am-slider .am-slides > li:first-child {
  display: block;
}
.am-slider .am-slides img {
  width: 100%;
  display: block;
}
.am-pauseplay span {
  text-transform: capitalize;
}
.am-slider {
  position: relative;
}
.am-viewport {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.am-slider-carousel li {
  margin-right: 5px;
}
.am-control-nav {
  position: absolute;
}
.am-control-nav li {
  display: inline-block;
}
.am-control-thumbs {
  position: static;
  overflow: hidden;
}
.am-control-thumbs img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.am-slider-slide .am-slides > li {
  display: none;
  position: relative;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .am-slider-slide .am-slides > li {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .am-slider-slide .am-slides > li.next,
  .am-slider-slide .am-slides > li.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .am-slider-slide .am-slides > li.prev,
  .am-slider-slide .am-slides > li.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .am-slider-slide .am-slides > li.next.left,
  .am-slider-slide .am-slides > li.prev.right,
  .am-slider-slide .am-slides > li.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.am-slider-slide .am-slides > .active,
.am-slider-slide .am-slides > .next,
.am-slider-slide .am-slides > .prev {
  display: block;
}
.am-slider-slide .am-slides > .active {
  left: 0;
}
.am-slider-slide .am-slides > .next,
.am-slider-slide .am-slides > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.am-slider-slide .am-slides > .next {
  left: 100%;
}
.am-slider-slide .am-slides > .prev {
  left: -100%;
}
.am-slider-slide .am-slides > .next.left,
.am-slider-slide .am-slides > .prev.right {
  left: 0;
}
.am-slider-slide .am-slides > .active.left {
  left: -100%;
}
.am-slider-slide .am-slides > .active.right {
  left: 100%;
}
/**
  * Slider Theme: Default
  */
.am-slider-default {
  margin: 0 0 20px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  /* Direction Nav */
  /* Pause/Play */
  /* Control Nav */
}
.am-slider-default .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .am-slider-default .am-viewport {
  max-height: 300px;
}
.am-slider-default .carousel li {
  margin-right: 5px;
}
.am-slider-default .am-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 72px;
  height: 72px;
  margin: -18px 0 0;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.am-slider-default .am-direction-nav a:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 100%;
  color: rgb(36, 174, 68);
  content: "\f137";
  font-size: 48px;
  text-align: center;
  line-height: 72px!important;
  height: 72px;
}
.am-slider-default .am-direction-nav a.am-next:before {
  content: "\f138";
}
.am-slider-default .am-direction-nav .am-prev {
  left: 10px;
}
.am-slider-default .am-direction-nav .am-next {
  right: 10px;
  text-align: right;
}
.am-slider-default .am-direction-nav .am-disabled {
  opacity: 0!important;
  cursor: default;
}
.am-slider-default:hover .am-prev {
  opacity: 0.7;
  left: 10px;
}
.am-slider-default:hover .am-prev:hover {
  opacity: 1;
}
.am-slider-default:hover .am-next {
  opacity: 0.7;
  right: 10px;
}
.am-slider-default:hover .am-next:hover {
  opacity: 1;
}
.am-slider-default .am-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.am-slider-default .am-pauseplay a::before {
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  font-size: 20px;
  display: inline-block;
  content: "\f04c";
}
.am-slider-default .am-pauseplay a:hover {
  opacity: 1;
}
.am-slider-default .am-pauseplay a.am-play::before {
  content: "\f04b";
}
.am-slider-default .am-slider-desc {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  color: #fff;
}
.am-slider-default .am-control-nav {
  width: 100%;
  position: absolute;
  bottom: -15px;
  text-align: center;
}
.am-slider-default .am-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
.am-slider-default .am-control-nav li a {
  width: 24px;
  height: 8px;
  display: block;
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.am-slider-default .am-control-nav li a:hover {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.7);
}
.am-slider-default .am-control-nav li a.am-active {
  background-color: #000;
  background-color: rgba(36, 174, 68, 0.7);
  cursor: default;
}
.am-slider-default .am-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.am-slider-default .am-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.am-slider-default .am-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.am-slider-default .am-control-thumbs img:hover {
  opacity: 1;
}
.am-slider-default .am-control-thumbs .am-active {
  opacity: 1;
  cursor: default;
}
.am-slider-default .am-control-thumbs i {
  position: absolute;
}
/*
TODO:
  1. 动画应该放在 dialog 上，不再是整个 modal，涉及 JS 逻辑，需要统筹修改
  2. modal 滚动条处理，是否需要添加一个滚动条宽度的水平 padding？
*/

/**
  * Titlebar Theme: default
  */
.am-titlebar-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  background-color: transparent;
  border-bottom: 1px solid #dedede;
  line-height: 44px;
}
.am-titlebar-default a {
  color: #666;
}
.am-titlebar-default .am-titlebar-title {
  position: relative;
  padding-left: 12px;
  color: #666;
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
}
.am-titlebar-default .am-titlebar-title:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  bottom: 8px;
  border-left: 3px solid #666;
}
.am-titlebar-default .am-titlebar-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.am-titlebar-default .am-titlebar-nav a {
  margin-right: 10px;
}
.am-titlebar-default .am-titlebar-nav a:last-child {
  margin-right: 5px;
}

/**
  * Titlebar Theme: cols
  */
.am-titlebar-cols {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  background-color: #f5f5f5;
  color: #555555;
  font-size: 18px;
  border-top: 2px solid #e1e1e1;
  line-height: 41px;
}
.am-titlebar-cols a {
  color: #555555;
}
.am-titlebar-cols .am-titlebar-title {
  color: #666;
  margin-right: 15px;
  border-bottom: 2px solid #666;
  font-weight: bold;
}
.am-titlebar-cols .am-titlebar-title a {
  color: #666;
}
.am-titlebar-cols .am-titlebar-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.am-titlebar-cols .am-titlebar-nav a {
  display: inline-block;
  margin-right: 15px;
  line-height: 41px;
  border-bottom: 2px solid transparent;
}
.am-titlebar-cols .am-titlebar-nav a:hover {
  color: #3c3c3c;
  border-bottom-color: #666;
}
.am-titlebar-cols .am-titlebar-nav a:last-child {
  margin-right: 10px;
}
.am-wechatpay .am-wechatpay-btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.am-slider-default {
  margin: 0 !important;
}
.am-slider-default .am-control-nav {
  bottom: 15px !important;
}
.am-tabs-bd {
  border: 0;
}
.am-nav-tabs {
  border: 0;
  margin: 0.5rem 0 1.2rem 0;
}
.am-nav-tabs > li.am-active > a {
  border: 0;
  background: #24ae44 !important;
  color: #fff !important;
}
.am-nav-tabs > li > a {
  color: #7f7f7f;
  border: 1px solid #e1e1e1;
  outline: none;
}
.am-nav-tabs > li > a:hover {
  border-color: #e1e1e1;
}
.am-tabs-bd .am-tab-panel {
  padding: 0;
}
.index-honor .am-control-nav,
.index-product .am-control-nav {
  display: none;
}
.index-honor .am-slider-default,
.index-product .am-slider-default {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.index-search {
  width: 100%;
  background: #d6d6d6;
  overflow: hidden;
  float: left;
  padding: 1rem 0;
}
.index-search-g {
  max-width: 1100px;
  margin: auto;
}
.index-search-g > div span {
  color: #ff5400;
}
.index-search-g > div a {
  color: #5a5a5a;
  font-style: normal;
  margin-right: 1rem;
}
.index-search-g > div a:hover {
  color: #777;
}
.index-search-g > div input {
  border-radius: 20px;
  border: 1px solid #959595;
  padding: .5rem 0 .5rem 1.5rem;
  font-size: 1.5rem;
  margin-right: 0.8rem;
  width: 24rem;
  padding-right: 1rem;
  outline: none;
}
.index-search-g > div input:focus {
  border: 1px solid #b5b5b5 !important;
  -webkit-box-shadow: inset 2px 1px 5px #c9c8c8;
  -o-box-shadow: inset 2px 1px 5px #c9c8c8;
  box-shadow: inset 2px 1px 5px #c9c8c8;
}
.index-search-g > div button {
  background: #ff5400;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: .5rem 1.2rem;
  font-size: 1.4rem;
}
.index-search-g > div button i {
  padding-right: 0.3rem;
  float: left;
  margin-top: 0.1rem;
}
.index-search-g > div button:hover {
  background: #dd4901;
}
.index-new {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-top: 2rem;
}
.index-new .cml-g > div {
  padding: 0px;
}
.index-new-left {
  margin-right: 1rem;
}
.index-new-left h1 {
  color: #7f7f7f;
  font-size: 1.6rem;
}
.index-new-right {
  margin-left: 1rem;
}
.index-new-about {
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  padding: 1rem;
  margin-top: 1rem;
}
.index-new-about h1 {
  color: #7f7f7f;
  font-size: 1.6rem;
  font-weight: 500;
  overflow: hidden;
}
.index-new-about ul {
  overflow: hidden;
}
.index-new-about li {
  width: 25%;
  float: left;
}
.index-new-about li em {
  width: 4rem;
  height: 4rem;
  border: 1px solid #b6b6b6;
  border-radius: 3px;
  margin: auto;
  display: block;
  text-align: center;
  line-height: 4rem;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.index-new-about li em:hover {
  background: #c9c8c8;
}
.index-new-about li em:hover i {
  color: #fff;
}
.index-new-about li em i {
  color: #17b760;
  font-size: 2.8rem;
}
.index-new-about li span {
  display: block;
  text-align: center;
  color: #7f7f7f;
  font-size: 1.4rem;
  padding-top: 0.5rem;
}
.index-new-tab {
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  padding: 1rem;
  margin-top: 1rem;
}
.index-new-tab-img {
  float: left;
}
.index-new-tab-img img {
  width: 100%;
  margin-top: 0.5rem;
}
.index-new-tab-main > div {
  padding: 0;
  margin: 0;
}
.index-new-tab-list {
  padding-left: 1rem;
}
.index-new-tab-list li {
  padding: 0.3rem 0;
  overflow: hidden;
}
.index-new-tab-list strong {
  font-weight: 500;
  display: block;
}
.index-new-tab-list span {
  display: block;
  text-align: right;
}
.index-new-tab-list div {
  padding: 0px;
}
.index-honor {
  width: 100%;
  float: left;
  margin-top: 2rem;
}
.index-honor-silder {
  margin-top: 2rem;
}
.index-honor-silder li {
  padding: 0 0.5rem;
}
.index-honor-silder span {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  color: #7f7f7f;
  font-size: 1.5rem;
}
.index-honor li {
  padding: 0 0.5rem;
}
.index-product {
  width: 100%;
  float: left;
  margin-top: 2rem;
}
.index-product li {
  padding: 0 1rem;
}
.index-product span {
  text-align: center;
  display: block;
  margin-top: 0.5rem;
  color: #7f7f7f;
  font-size: 1.5rem;
}
.index-product img {
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  border: 2px solid #c2c2c2;
  padding: 1rem;
}
.index-product-silder {
  margin-top: 2rem;
}

.font {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
*::before,
*::after {
  font-family: 'iconfont';
}
i,
em {
  font-style: normal;
}
li {
  list-style-type: none;
}
ul {
  margin: 0;
  padding: 0;
}
.cms-g {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.cml-g {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.f-toe {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.hd-left {
  float: left;
}
.hd-logo {
  display: inline-block;
  float: left;
}
.hd-company {
  display: inline-block;
  margin-top: 1rem;
  float: left;
  margin-left: 2rem;
}
.hd-company strong {
  display: block;
  font-size: 2rem;
  line-height: 1.8rem;
}
.hd-company span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.hd-right {
  float: right;
  margin-top: 1.5rem;
  margin-right: 2rem;
}
.hd-right a {
  color: #626262;
  text-shadow: 0px 1px 0px #bbb;
  float: left;
  margin-top: 0.3rem;
}
.hd-right a:first-child {
  color: #a7a7a7;
}
.hd-right i {
  text-shadow: 0px 1px 0px #bbb;
  font-size: 2.2rem;
  float: left;
}
.hd-nav {
  width: 100%;
  background: #24ae44;
  float: left;
  overflow: hidden;
  margin-top: 15px;
}
.hd-nav nav {
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
}
.hd-nav nav li {
  padding: 1.8rem 3rem;
}
.hd-nav nav li.on {
  background: #bee7c7;
}
.hd-nav nav li.on a {
  color: #ff5400;
  text-shadow: 0px 1px 0px #e0a77e;
}
.hd-nav nav li a {
  color: #fff;
  font-size: 1.6rem;
  text-shadow: 0px 1px 0px #73c482;
}
.hd-nav nav li:hover a {
  color: #ff5400;
  text-shadow: 0px 1px 0px #e0a77e !important;
}
.cm-title {
  background: -o-linear-gradient(top, #c9c9c9, #f8f8f8);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c9c9c9), to(#f8f8f8));
  border-top: 1px solid #bebcbc;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 0.8rem 1rem;
  color: #24ae44;
}
.cm-title-nav {
  color: #666;
}
.cm-title-nav span {
  padding: 0 0.3rem;
  font-size: 1.5rem;
}
.cm-title > a {
  float: right;
  color: #a0a0a0;
  text-shadow: 0px 1px 0px #dedede;
  margin-right: 0.3rem;
}
.cm-title > a i {
  font-size: 2rem;
  float: right;
  margin-top: -0.1rem;
}
.cm-title em {
  text-shadow: 0px 1px 0px #6bbe7b;
}
.footer {
  float: left;
  width: 100%;
  background: RGB(36,174,68);
  padding: 2rem 0;
  margin-top: 4rem;
  margin-bottom:2rem;
}
.footer h1,
.footer h2,
.footer h3 {
  margin: 0;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 0.6rem;
}
.footer h1 a,
.footer h2 span {
  margin-right: 1rem;
  color: #fff;
}
.cm-type li {
  background: -o-linear-gradient(top, #fefefe, #cecece);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fefefe), to(#cecece));
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #bebebe;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  border-radius: 3px;
  color: #888;
}
.cm-type li:hover a {
  color: #dd4901;
}
.cm-type li.on {
  background: #24ae44;
}
.cm-type li.on a {
  color: #fff;
}
.cm-content {
  padding: 2rem 1.5rem;
  border: 1px solid #d8d8d8;
  margin-top: 1rem;
  border-radius: 3px;
  color: #666;
  overflow: hidden;
}
.cm-content img {
  width: 100%;
}
.cm-content-title {
  color: #666;
  font-size: 2rem;
  text-align: center;
  margin: 1rem;
}
.cm-bannre {
  width: 100%;
}
.cm-bannre img {
  width: 100%;
}
.cm-mian {
  margin-top: 4rem;
}
.cm-new-list-ul li {
  border-bottom: 1px dashed #d5d5d5;
  padding: 0.8rem 0.4rem 0.8rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.cm-new-list-ul li.on span {
  color: #24ae44;
}
.cm-new-list-ul li span {
  width: 80%;
  float: left;
}
.cm-new-list-ul li i {
  width: 20%;
  float: right;
  text-align: right;
}
.cm-new-list-ul li:after {
  content: "\e606";
  color: #7f7f7f;
  left: -2px;
  top: 1rem;
  position: absolute;
}
.cm-page {
  text-align: center;
}
.cm-page li {
  display: inline-block;
}
.cm-page li.on a {
  background: #24ae44;
  color: #fff;
  border-color: #24ae44;
}
.cm-page li.disabled a {
  color: #c1c1c1;
  border-color: #c1c1c1;
}
.cm-page li.item:hover a {
  background: #c9c8c8;
  color: #fff;
}
.cm-page ul {
  margin: 3rem 0;
}
.cm-page a {
  border: 1px solid #929292;
  color: #929292;
  border-radius: 6px;
  padding: 0.4rem 1.2rem;
  margin: 0 0.3rem;
  font-size: 1.5rem;
}
@media only screen and (min-width: 641px) {
  .hd-nav ul {
    display: block;
  }
  .hd-nav ul > li {
    float: left;
  }
}
.prodoct-list {
  overflow: hidden;
}
.prodoct-list > div {
  margin-bottom: 1rem;
}
.prodoct-list img {
  width: 100%;
  border: 1px solid #c1c1c1;
  display: block;
  border-radius: 5px;
  padding: 0.5rem;
}
.prodoct-list span {
  text-align: center;
  display: block;
  padding: 0.5rem;
}
.product-info {
  text-align: center;
}
.product-info img {
  max-width: 40%;
}
.product-info ul {
  max-width: 70%;
  margin: 4rem auto;
  overflow: hidden;
}
.product-info li {
  width: 50%;
  float: left;
  text-align: left;
  padding: 0.5rem 0.3rem;
}
.contact h2 {
  margin: 0;
  font-weight: 500;
  font-size: 1.5rem;
}
.contact h1 {
  margin: 0;
  font-size: 1.6rem;
}
.contact span {
  padding-right: 0.5rem;
}
.contact li {
  padding: 0.5rem 0.3rem;
}
