﻿
/* ==========================================================================
   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: 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 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0px 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:15px;
}
.am-slider-default .am-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 50px;
  height: 50px;
  margin: -40px 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 {
  width: 100%;
  color:#FFFFFF;/*左右按钮颜色
  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);
  content: "\f137";
  font-size: 0;
  text-align: center;
  line-height: 36px;
}
.am-slider-default .am-direction-nav a.am-next:before {
  content: "\f138";
}
.am-slider-default .am-direction-nav .am-prev {
  left:10px;
  background:url(../images/left.png);
  opacity:0.7;
}
.am-slider-default .am-direction-nav .am-next { 
  right:10px;
  background:url(../images/right.png);
  opacity:0.7;
}
.am-slider-default .am-direction-nav .am-disabled {
  opacity: 0.7!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: #000000;
}
.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: #ffffff;
}
.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: 8px;
  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: #0e90d2;
  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;
}
/* ==========================================================================
   Component: Modal Plugin
 ============================================================================ */
.am-modal {
  width: 270px;
  position: fixed;
  display: none;
  z-index: 1110;
  left: 50%;
  margin-left: -135px;
  margin-top: 0;
  top: 50%;
  text-align: center;
  border-radius: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1.185);
          transform: translate3d(0, 0, 0) scale(1.185);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  /*@media @large-up {
    width: @modal-lg;
    margin-left: -@modal-lg/2;
  }*/
}
.am-modal:focus {
  outline: 0;
}
.am-modal.am-modal-active {
  opacity: 1;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
.am-modal.am-modal-out {
  opacity: 0;
  z-index: 1109;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transform: translate3d(0, 0, 0) scale(0.815);
          transform: translate3d(0, 0, 0) scale(0.815);
}
@media only screen and (min-width:641px) {
  .am-modal {
    width: 540px;
    margin-left: -270px;
  }
}
.am-modal-dialog {
  border-radius: 0;
  background: #f8f8f8;
}
.am-modal-hd {
  padding: 15px 10px 5px 10px;
  font-size: 1.8rem;
  font-weight: 500;
}
.am-modal-hd + .am-modal-bd {
  padding-top: 0;
}
.am-modal-hd .am-close {
  position: absolute;
  top: 4px;
  right: 4px;
}
.am-modal-bd {
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid #dedede;
  border-radius: 2px 2px 0 0;
}
.am-modal-bd + .am-modal-bd {
  margin-top: 5px;
}
.am-modal-prompt-input {
  display: block;
  margin: 5px auto 0 auto;
  border-radius: 0;
  padding: 5px;
  line-height: 1.8rem;
  width: 80%;
  border: 1px solid #dedede;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.am-modal-prompt-input:focus {
  outline: none;
  border-color: #d6d6d6;
}
.am-modal-footer {
  height: 44px;
  overflow: hidden;
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.am-modal-btn {
  display: table-cell !important;
  padding: 0 5px;
  height: 44px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-size: 1.6rem;
  line-height: 44px;
  text-align: center;
  color: #0e90d2;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-right: 1px solid #dedede;
}
.am-modal-btn:first-child {
  border-radius: 0 0 0 0;
}
.am-modal-btn:last-child {
  border-right: none;
  border-radius: 0 0 0 0;
}
.am-modal-btn:first-child:last-child {
  border-radius: 0 0 0 0;
}
.am-modal-btn.am-modal-btn-bold {
  font-weight: 500;
}
.am-modal-btn:active {
  background: #d4d4d4;
}
.am-modal-btn + .am-modal-btn {
  border-left: 1px solid #dedede;
}
.am-modal-no-btn .am-modal-dialog {
  border-radius: 0;
  border-bottom: none;
}
.am-modal-no-btn .am-modal-bd {
  border-bottom: none;
}
.am-modal-no-btn .am-modal-footer {
  display: none;
}
.am-modal-loading .am-modal-bd {
  border-bottom: none;
}
.am-modal-loading .am-icon-spin {
  display: inline-block;
  font-size: 2.4rem;
}
.am-modal-loading .am-modal-footer {
  display: none;
}
.am-modal-actions {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1110;
  width: 100%;
  text-align: center;
  border-radius: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 300ms;
          transition: transform 300ms;
}
.am-modal-actions.am-modal-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.am-modal-actions.am-modal-out {
  z-index: 1109;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.am-modal-actions-group {
  margin: 10px;
}
.am-modal-actions-group .am-list {
  margin: 0;
  border-radius: 0;
}
.am-modal-actions-group .am-list > li {
  margin-bottom: 0;
  border-bottom: none;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015);
          box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015);
}
.am-modal-actions-group .am-list > li > a {
  padding: 1rem;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-modal-actions-group .am-list > li:first-child {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.am-modal-actions-group .am-list > li:last-child {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.am-modal-actions-header {
  padding: 1rem;
  color: #999999;
  font-size: 1.4rem;
}
.am-modal-actions-danger {
  color: #dd514c;
}
.am-modal-actions-danger a {
  color: inherit;
}
.am-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1110;
  background: #fff;
  display: none;
  overflow: hidden;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.am-popup.am-modal-active,
.am-popup.am-modal-out {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.am-popup.am-modal-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.am-popup.am-modal-out {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
@media all and (min-width: 630px) and (min-height: 630px) {
  .am-popup {
    width: 630px;
    height: 630px;
    left: 50%;
    top: 50%;
    margin-left: -315px;
    margin-top: -315px;
    -webkit-transform: translateY(1024px);
        -ms-transform: translateY(1024px);
            transform: translateY(1024px);
  }
  .am-popup.am-modal-active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .am-popup.am-modal-out {
    -webkit-transform: translateY(1024px);
        -ms-transform: translateY(1024px);
            transform: translateY(1024px);
  }
}
.am-popup-inner {
  padding-top: 44px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.am-popup-hd {
  position: fixed;
  top: 0;
  width: 100%;
  height: 43px;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}
.am-popup-hd .am-popup-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
  margin: 0 30px;
  color: #333333;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-popup-hd .am-close {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  color: #999999;
}
.am-popup-hd .am-close:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  color: #555555;
}
.am-popup-bd {
  padding: 15px;
  background: #f8f8f8;
  color: #555555;
}
/* ==========================================================================
   Component: OffCanvas Plugin
 ============================================================================ */
/* Off-canvas overlay and bar container */
.am-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1090;
  background: rgba(0, 0, 0, 0.15);
}
.am-offcanvas.am-active {
  display: block;
}
/**
 * .@{ns}offcanvas-page
 *
 * Prepares the whole HTML page to slide-out
 * 1. Fix the main page and disallow scrolling
 * 2. Side-out transition
 */
.am-offcanvas-page {
  position: fixed;
  /* 1 */
  -webkit-transition: margin-left 0.3s ease-in-out;
          transition: margin-left 0.3s ease-in-out;
  /* 2 */
}
/* Sub-object .@{ns}offcanvas-bar */
.am-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1091;
  width: 270px;
  max-width: 100%;
  background: #333333;
  overflow-y: auto;
  /* scrollable */
  -webkit-overflow-scrolling: touch;
  /* scrollable */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.am-offcanvas-bar:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #262626;
}
.am-offcanvas.am-active .am-offcanvas-bar.am-offcanvas-bar-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
/* .@{ns}offcanvas-bar-flip */
.am-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.am-offcanvas-bar-flip:after {
  right: auto;
  left: 0;
}
.am-offcanvas-content {
  padding: 15px;
  color: #999;
}
.am-offcanvas-content a {
  color: #ccc;
}
/* ==========================================================================
   Component: Popover Plugin
 ============================================================================ */
.am-popover {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  border-radius: 0;
  background: #333333;
  color: #ffffff;
  border: 1px solid #333333;
  display: none;
  font-size: 1.6rem;
  z-index: 1030;
  opacity: 0;
  -webkit-transition: opacity 300ms;
          transition: opacity 300ms;
}
.am-popover.am-active {
  display: block !important;
  opacity: 1;
}
.am-popover-inner {
  position: relative;
  background: #333333;
  padding: 8px;
  z-index: 110;
}
.am-popover-caret {
  position: absolute;
  top: 0;
  z-index: 100;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-bottom: 8px solid #333333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 0 dotted;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  overflow: hidden;
}
.am-popover-top .am-popover-caret {
  top: auto;
  bottom: -8px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.am-popover-bottom .am-popover-caret {
  top: -8px;
}
.am-popover-top .am-popover-caret,
.am-popover-bottom .am-popover-caret {
  left: 50%;
  margin-left: -8px;
}
.am-popover-left .am-popover-caret {
  top: auto;
  left: auto;
  right: -12px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.am-popover-right .am-popover-caret {
  right: auto;
  left: -12px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.am-popover-left .am-popover-caret,
.am-popover-right .am-popover-caret {
  top: 50%;
  margin-top: -4px;
}
.am-popover-sm {
  font-size: 1.4rem;
}
.am-popover-sm .am-popover-inner {
  padding: 5px;
}
.am-popover-lg {
  font-size: 1.8rem;
}
.am-popover-primary {
  border-color: #0e90d2;
}
.am-popover-primary .am-popover-inner {
  background: #0e90d2;
}
.am-popover-primary .am-popover-caret {
  border-bottom-color: #0e90d2;
}
.am-popover-secondary {
  border-color: #3bb4f2;
}
.am-popover-secondary .am-popover-inner {
  background: #3bb4f2;
}
.am-popover-secondary .am-popover-caret {
  border-bottom-color: #3bb4f2;
}
.am-popover-success {
  border-color: #5eb95e;
}
.am-popover-success .am-popover-inner {
  background: #5eb95e;
}
.am-popover-success .am-popover-caret {
  border-bottom-color: #5eb95e;
}
.am-popover-warning {
  border-color: #f37b1d;
}
.am-popover-warning .am-popover-inner {
  background: #f37b1d;
}
.am-popover-warning .am-popover-caret {
  border-bottom-color: #f37b1d;
}
.am-popover-danger {
  border-color: #dd514c;
}
.am-popover-danger .am-popover-inner {
  background: #dd514c;
}
.am-popover-danger .am-popover-caret {
  border-bottom-color: #dd514c;
}
/* ==========================================================================
   Component: Progress Plugin
 ============================================================================ */
#nprogress {
  /* Make clicks pass-through */
  pointer-events: none;
  /* Fancy blur effect */
}
#nprogress .nprogress-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 2px;
  background: #5eb95e;
}
#nprogress .nprogress-peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #5eb95e, 0 0 5px #5eb95e;
          box-shadow: 0 0 10px #5eb95e, 0 0 5px #5eb95e;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .nprogress-spinner {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 2000;
  display: block;
}
#nprogress .nprogress-spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #5eb95e;
  border-left-color: #5eb95e;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ==========================================================================
   Component: Tabs Plugin
 ============================================================================ */
.am-tabs-bd {
  position: relative;
  overflow: hidden;
  border: 0px solid #ddd;
  border-top: none;
  z-index: 100;
  -webkit-transition: height .3s;
          transition: height .3s;
}
.am-tabs-bd .am-tab-panel {
  position: absolute;
  top: 0;
  z-index: 99;
  float: left;
  width: 100%;
  padding: 10px 10px 15px;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.am-tabs-bd .am-tab-panel * {
  -webkit-user-drag: none;
}
.am-tabs-bd .am-tab-panel.am-active {
  position: relative;
  z-index: 100;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.am-tabs-bd .am-tab-panel.am-active ~ .am-tab-panel {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.am-tabs-bd .am-tabs-bd {
  border: none;
}
.am-tabs-fade .am-tab-panel {
  opacity: 0;
  -webkit-transition: opacity .25s linear;
          transition: opacity .25s linear;
}
.am-tabs-fade .am-tab-panel.am-in {
  opacity: 1;
}
/* ==========================================================================
   Component: Share Plugin
 ============================================================================ */
.am-share {
  font-size: 14px;
}
.am-share-title {
  padding: 10px 0 0;
  margin: 0 10px;
  font-weight: normal;
  text-align: center;
  color: #555555;
  background-color: #f8f8f8;
  border-bottom: 1px solid #fff;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.am-share-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  margin-top: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.am-share-sns {
  margin: 0 10px;
  padding-top: 15px;
  background-color: #f8f8f8;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.am-share-sns li {
  margin-bottom: 15px;
}
.am-share-sns a {
  display: block;
  color: #555555;
}
.am-share-sns span {
  display: block;
}
.am-share-sns [class*='am-icon'] {
  background-color: #3bb4f2;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 5px;
  font-size: 18px;
}
.am-share-sns .am-icon-weibo {
  background-color: #ea1328;
}
.am-share-sns .am-icon-qq {
  background-color: #009cda;
}
.am-share-sns .am-icon-star {
  background-color: #ffc028;
}
.am-share-sns .am-icon-tencent-weibo {
  background-color: #23ccfe;
}
.am-share-sns .am-icon-wechat,
.am-share-sns .am-icon-weixin {
  background-color: #44b549;
}
.am-share-sns .am-icon-renren {
  background-color: #105ba3;
}
.am-share-sns .am-icon-comment {
  background-color: #5eb95e;
}
.am-share-footer {
  margin: 10px;
}
.am-share-footer .am-btn {
  color: #555555;
}
.am-share-wechat-qr {
  font-size: 14px;
  color: #777;
}
.am-share-wechat-qr .am-modal-dialog {
  background-color: #fff;
  border: 1px solid #dedede;
}
.am-share-wechat-qr .am-modal-hd {
  padding-top: 10px;
  text-align: left;
  margin-bottom: 10px;
}
.am-share-wechat-qr .am-share-wx-qr {
  margin-bottom: 10px;
}
.am-share-wechat-qr .am-share-wechat-tip {
  text-align: left;
}
.am-share-wechat-qr .am-share-wechat-tip em {
  color: #dd514c;
  font-weight: bold;
  font-style: normal;
  margin-left: 3px;
  margin-right: 3px;
}
/* ==========================================================================
   Component: PureView Plugin
 ============================================================================ */
.am-pureview {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1120;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s;
          transition: transform .3s;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.am-pureview.am-active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.am-pureview ul,
.am-pureview ol {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.am-pureview-slider {
  overflow: hidden;
  height: 100%;
}
.am-pureview-slider li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  -webkit-transition: all .3s linear;
          transition: all .3s linear;
  z-index: 100;
  visibility: hidden;
}
.am-pureview-slider li.am-pureview-slide-prev {
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  z-index: 109;
}
.am-pureview-slider li.am-pureview-slide-next {
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  z-index: 109;
}
.am-pureview-slider li.am-active {
  position: relative;
  z-index: 110;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
}
.am-pureview-slider .pinch-zoom-container {
  width: 100%;
  z-index: 1121;
}
.am-pureview-slider .am-pinch-zoom {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.am-pureview-slider .am-pinch-zoom:after {
  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);
  content: "\f110";
  -webkit-animation: icon-spin 2s infinite linear;
          animation: icon-spin 2s infinite linear;
  font-size: 24px;
  line-height: 24px;
  color: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  z-index: 1;
}
.am-pureview-slider img {
  position: relative;
  display: block;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  z-index: 200;
  -webkit-user-drag: none;
  -webkit-transition: opacity 0.2s ease-in;
          transition: opacity 0.2s ease-in;
}
.am-pureview-slider img.am-img-loaded {
  opacity: 1;
}
.am-pureview-direction {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -18px !important;
  z-index: 1122;
}
.am-touch .am-pureview-direction,
.am-pureview-only .am-pureview-direction {
  display: none;
}
.am-pureview-direction li {
  position: absolute;
  width: 36px;
  height: 36px;
}
.am-pureview-direction a {
  display: block;
  height: 36px;
  border: none;
  color: #ccc;
  opacity: 0.5;
  cursor: pointer;
  text-align: center;
  z-index: 1125;
}
.am-pureview-direction a:before {
  content: "\f137";
  line-height: 36px;
  font-size: 24px;
}
.am-pureview-direction a:hover {
  opacity: 1;
}
.am-pureview-direction .am-pureview-prev {
  left: 15px;
}
.am-pureview-direction .am-pureview-next {
  right: 15px;
}
.am-pureview-direction .am-pureview-next a:before {
  content: "\f138";
}
.am-pureview-bar {
  position: absolute;
  bottom: 0;
  height: 45px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  color: #eeeeee;
  line-height: 45px;
  padding: 0 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.am-pureview-bar .am-pureview-title {
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.am-pureview-bar .am-pureview-total {
  font-size: 10px;
  line-height: 48px;
}
.am-pureview-actions {
  position: absolute;
  z-index: 1130;
  left: 0;
  right: 0;
  top: 0;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.35);
}
.am-pureview-actions a {
  position: absolute;
  left: 10px;
  color: #ccc;
  display: block;
  width: 45px;
  line-height: 45px;
  text-align: left;
  font-size: 16px;
}
.am-pureview-actions a:hover {
  color: #ffffff;
}
.am-pureview-actions [data-am-toggle="share"] {
  left: auto;
  right: 10px;
}
.am-pureview-bar,
.am-pureview-actions {
  opacity: 0;
  -webkit-transition: all .15s;
          transition: all .15s;
  z-index: 1130;
}
.am-pureview-bar-active .am-pureview-bar,
.am-pureview-bar-active .am-pureview-actions {
  opacity: 1;
}
.am-pureview-nav {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1131;
}
.am-pureview-bar-active .am-pureview-nav {
  display: none;
}
.am-pureview-nav li {
  display: inline-block;
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  width: 8px;
  height: 8px;
  margin: 0 3px;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.am-pureview-nav .am-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
[data-am-pureview] img {
  cursor: pointer;
}
.am-pureview-active {
  overflow: hidden;
}
/* ==========================================================================
   Component: AddToHomeScreen Plugin
 ============================================================================ */
.ath-viewport * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ath-viewport {
  position: relative;
  z-index: 2147483641;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
.ath-modal {
  pointer-events: auto !important;
  background: rgba(0, 0, 0, 0.6);
}
.ath-mandatory {
  background: #000;
}
.ath-container {
  pointer-events: auto !important;
  position: absolute;
  z-index: 2147483641;
  padding: 0.7em 0.6em;
  width: 18em;
  background: #eee;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  -webkit-box-shadow: 0 0.2em 0 #d1d1d1;
          box-shadow: 0 0.2em 0 #d1d1d1;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
}
.ath-ios.ath-phone {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em;
}
.ath-ios6.ath-tablet {
  left: 5em;
  top: 1.8em;
}
.ath-ios7.ath-tablet {
  left: 0.7em;
  top: 1.8em;
}
.ath-ios8.ath-tablet {
  right: 0.4em;
  top: 1.8em;
}
.ath-android {
  right: 1.5em;
  top: 1.8em;
}
/* close icon */
.ath-container:before {
  content: '';
  position: relative;
  display: block;
  float: right;
  margin: -0.7em -0.6em 0 0.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAeHAAAHhwFd+hRDAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAHVQTFRFAAAAOTk5MzMzOzs7Nzc3QUFBQEBAPz8/Pj4+QUFBQEBAPz8/Pj4+QUFBQEBAPz8/QUFBPj4+Pz8/Pz8/Pj4+Pz8/Pz8/Pz8/Pj4+Pz8/Pj4+Pz8/Pz8/Pz8/Pz8/Pz8/Pj4+Pz8/Pz8/Pz8/Pz8/QEBAPz8/n3QmjwAAACZ0Uk5TAAkKDQ4zODk6OzxBQkNERUusrbG0tba7vL3Excbu8fL19fb3+PgucqJgAAACqklEQVR42sXc23LCIBAGYKy2pgft0WpP2vTA+z9i0+goCZAs7O7P3oWZTL5ZYAh7sca0MXmYG3jM7yfu4/TV1jdow01tX6cdg4UrGoN1FNM3a+GK1nBSzPYGrOJgsPZt1hrerYUrjoa9wjHgFI7B2veZWVk3tpCdWm07H30y8+4AIhedPFj7cW7wioABrggawIqIAaroGbYXzlGCUvQNnc0IUgwaQIoRA0QxagAoCAZ1BcmgrCAaVBVkg6IiwaCmSDIoKRINKopkg4IiwyCuyDIIKzINoopsg6CCYRBTsAxCCqZBRLGo2RcrtkLAwFaIGJgKIQNLIWZgKAQN2QpRg1dKoCmEDVkKcUOGQsGQrFAxJCqUDEkKNUOCQtFAVqgaiAplg69YFDAQFADDqAJiGFGADI1iF1XADAOKvqHSLApHFFBDRAE2BBVwQ0BRwOApfn8LGDxFEcOQAmeIK5CGmAJrCCvQBq8A8r9Zrw08qp6irvAGs/zpIr4XBQxf3nQsyhvwipABrQgbsIqYAamIG3CKnqH+LKDoGXbVwD84zDB4E4AZ4IqgAayIGKCKqMGYS5RiwOArlgUMnuJrWcAAUYwaAAqCQV1BMigriAZVBdmgqEgwqCmSDEqKRIOKItmgoMgwiCv6hkvaa6KKTIOoItsgqGAYxBQsg5CCaRBRsA0CCgEDWyFiYCqEDCyFmIGhEDRkK0QNmQphQ5ZC3JChUDAkK1QMiQolQ5JCzZCguNUzkBV3P4oGokLZQFKoGwgKgGFUATGMKECGQQXMYMxVTAE0RBVQQ0QBNgQVcENI8QwoBo8cUiszWYPz4OVi3bQ9cBQoQ0exblsvTDZwg6PYHNo/tE0XmvVwa4BxWBentgtnL+A8HHPxcnYaaBRoQ6twDY3iEW5oFI8Hwx/QxSE448b+MwAAAABJRU5ErkJggg==);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-background-size: 50% 50%;
          background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 2.7em;
  height: 2.7em;
  text-align: center;
  overflow: hidden;
  color: #a33;
  z-index: 2147483642;
}
.ath-container.ath-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  float: none;
}
.ath-mandatory .ath-container:before {
  display: none;
}
.ath-container.ath-android:before {
  float: left;
  margin: -0.7em 0.5em 0 -0.6em;
}
.ath-container.ath-android.ath-icon:before {
  position: absolute;
  right: auto;
  left: 0;
  margin: 0;
  float: none;
}
/* applied only if the application icon is shown */
.ath-action-icon {
  display: inline-block;
  vertical-align: middle;
  background-position: 50%;
  background-repeat: no-repeat;
  text-indent: -9999em;
  overflow: hidden;
}
.ath-android .ath-action-icon {
  width: 1.2em;
  height: 1.8em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAADcBAMAAAAig/QJAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAFtDAABbQwH5xg68AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAB5QTFRFAAAA////cXFxaWlp////ZmZmnJycoaGhpqam////1D9b6wAAAAV0Uk5TAAgJERExZxYzAAAAYklEQVRYw+3WoQ2AUBAE0SsBOiBUQEIDCArA4FFoHBaJxNItFYz/x5+xz282VmwJTdM0rRzbsS1e7Pm9zdgUVn491rkFmqZpSezEjqo/Sos1HoAEjdjgFmiapiWxG7tq/igfnYteFlnOWZEAAAAASUVORK5CYII=);
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon {
  width: 1.6em;
  height: 1.6em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAABa5AAAWuQBuyxkRwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAZoSURBVHja7d1ZbFRlGIfxzxVwl809goLgghrRoEaNSzQagrsRt8QYgzEG443SOQNSA0QTXHALcY2KMe7EuCB6YbxwiUtwA0VwQRSxqMimUNt5vOg5OEPL9Ew705m2zz95L5rOvOfr+8s3nZ6TOQ2hNyXiyhDxQpjADr3q5+4VyTIhRORCBCHijTCRPg6lZ+3c5hg3qZfdyT0D9/IQ0bQFblIvhnq2d0jdF3d8Edyknhe5O6aOs0PExnZwk3ooBLZxaN0lWcaFiE0pcVsqy+Ohnm0dXq0nYmzJuP8jPypyLSfDySFifYdwk8ow00HWYiZzeojY0Cnc/2uWA60t3FPLiJvU3Q62FpLl2BCxusy4SU1xwNVMhjEhYk2FcJOqd9DVSB3HhYi/KozrTq4S7ui0L8v9ppYJOUPk4LsiUxgVIlalQRl5D4x+oPhjrniuJOQ6ASqZiCNCREMajIPuhOV/wfGziz/uuz9gwtySdvPNQlQiGQ4LGX5LgzB0JixbDdA+8Pd/QnMOrnw+NXAuRNwgSDkzmUNDxMo0AENmwo8xLsCY2Zsv8m8VGKCpGS5/rgTkDNcLUx7cg0PE8jSD3/cOWPI7+fnj6PuLnwBZ1MCnyYObmmH8syUhXydQ53CHhoif0uIuXlWA+ydwzJH3sa7Y825/l7OAd5InNTbBeXNSIzeHDFcJ1ZHUMSRELEsz6L1vh28KcdcCJ4QQQnvAk+ZzCrAz8G7y5E1NMO6p1MhNIcsVgpWSLPuFiCVpBjxwOnyxshXuiUmrNMAhhADsBnyYjzz2yZKQLxMuTW5h3xDxbZrBDpgOn60owF0HnJTfLi1wjLw78FHS7O9GOOOxkpAvFbBYIvYJEYvTDLT/NFhQiLseOHnLlqUAx8h7AB8nTTc0wmmPpkZuDBnOFbKt3MzeIeLrNIPccxp8+ksB7j/AmW21LRU4D/mTfORTH0mNvClkGSdofjIMCBGfpxngrrfB+8ta4Z61tdYdAY6RBwFfbn552ASnPFwCcsRYYUMIoZ7+IWJBmsHtUg/vFeJuBM4u1r6jwDHyYOCr5GBrNsKY2amR/w6TOV3giKlpBtbnVnjz2wLcRuD89tp3BjgPeWFy0FUbYNS9qZEXhkvYrrfv4G1Dlsfbu+T39tJWuBemad9Z4Bh5L2BRcvDV/8DoB9vFXRKyHOAODiEsX06/8c+2fcaq760wv3Dn/gtcnLZ3OYBj5P2BpWl28oh7aHpmQdtv+npdgL7A/FwOJr7a+mV53uJWuJeU0r9cwPFaDwC+SxbTsB4On1XY7/BZsHJdy7eBIwSGqcnAcjm46bWWQe0wBeYuLMDNARNK7V9O4Hi9w4HNf6T9th4Oi5FH3dvydV4WQS//HQz0A97KR574Kjz9WcGgmoGrO9K/3MDxmg8EfkgWt2w1nPMErFhbsOZVwNG9fgfHA+sDvELbaQau6WjvSgDHax6Wv5O3yK/AocoWDmxHYO4Wg8oB13amb6WA4zUf0gbyL8BIRbeO/FIe7o2d7VlJ4HjNI4DkrPjPwAgliw9sO+Bp4KZy9Ks0cLzmkfEFiuEKphtY2T7C2RXA5V6zqUFgI7AR2AhsBBZYYIGNwEZgI3DFk+X1blX1DK4acD2Du928uugmJuWrOoZUDbjlA3Hda14CCyywwF1XF8zhqGoBXzCHowSucE2aV/jx0K4EnjSPkwQWWGCBawS4/7SW2yPUUi1tYFi1gJc2MKzW5tF/WieAB82gFlO1d9HAkFobxqAZAgsscC8FHjiDHHBRjdVOVQTeqdbmMXBG8Vs1FgUeMJ3m0M3T068mDZje6n8yCiywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAHc+KtXz88xrYWjWsKe3+0wLXWIAP2rlh61CBBRZYYIGrBXwMcFqR6iuwEdgIbAQ2AhuBBRZYYIEFNgIbgY3ARmCBBRZYYIGNwEZgI7AR2AgssMACG4GNwEZgI7ARWGCBBRZYYCOwEdgIbAQWWGCBBRbYCGwENgIbgY3AAgsssMACG4GNwEZgI7DAHQGup69Vu9UpYKsHlEMQ2BLYEtgS2BLYKrWG3wVWz62A6dERWGAjsKnZ/Af2wMWISv7RmgAAAABJRU5ErkJggg==);
  margin-top: -0.3em;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
}
.ath-ios6 .ath-action-icon {
  width: 1.8em;
  height: 1.8em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAGaklEQVR42u3cfUxVZRwH8O8FRERRfNfKt4zM2UzNMszZFPMPW5KWzizJ0JJWitOU3mYs54ZuNRk6zblSaebUnKllSpopaRorJiqmtjRNK4sNEBR5+fbH45ELwrnn5Tnn3gPP7/cv9/7O/eyc5zyvAF6PrlgAFTrRHcQmtFIQekDEYXRRFA3GzP4gCOI39FcaDcQ7g24BEUUYrTz0gIhKvKZE9IAIIhNhSkUPiNiGaOWiB0Tko4eS0QMi/sQQZaMHRJRivNLRAyKqkKZ89IAIYg1aKCDq5l60U0D6WYDeCkg/r2KEAtLPG5iqgPSzBukKKFB+ikgFpJ+56KyA9PMcHjBXYYwjGRmyQMR/GGWmAqVnNV4N4TuIICowPXhA1ZgR0o+Y6Yk1uTyVeD7E26Da3GpsYk0iTwQ3kSS5nbLboAj0wnBMwGwsRhaysRO5yEMe8iJP2bjig+joIlALbhE86xguCWUgXkYmduMMbjrQVhLEWfRzCagldwmelfTZhOmM8ViGXJQ7hFI3iwK906SUieLXgifTFs9DeA/HUOMKjP87LdlhoFb8RvB8ZJHHhxHIxEWXYfzzY0Q4BtSG3wueDyzhxCAFvwSRJuA7zeYXx/CQ4LEy/3sPlqMkBHBEHkN36UBt+YPgWWgapzfWoiJkcERewECpQB2YR5I1nG/6PbUcN0IMR2QJxhkEWsi0gPkjSVYzxRROS6SjLCRxGplYa+QPq2goqjnTFM8wFIQwjpZZCJcDVMmppu6dTNf7OFbzEDoFAKrcx5yA+ZIJnh444hEckcfRUxcoXe5wMwH/eIqHIK7gUbeAklHlOR4xCElyA2iWR3mIGixyHijDoziMqRw8xflH7H2v8vTjKfIyhzoLNNurPM+xVHRksp0EesabbU84M1hDklVMo885oMdcmhGUnO25W9w7xUx0sh8Ui/Ne5InjCcFTwL4BetI2gbZ5kedZreXZwjYBx2K2gKZ7DydMa3mqRcvjJFAcrnmNJ5ZfiXunlBMNzgfZAPrSazx9eVzwnOB9hmcULQM96TWeCSwRPFv9Wx6ngMKQ3zRaHqeAXvQSTzttNfgaJ5leOLQE5EOhd3j6MF/wnGSchZVVS0Bj5f6ELhzKiZzLdC7nOm7nAebzPIvqZKHF7x7DfwXPNsZYWpu3BLTD/iptPFO4mnt5muWGVg0uW6ozj5UBWh4ngPpYHZxG8nGmcTPPsJpmwzxQK34mPlrGKTY2UFkAWmJ+y8wopnM/y/QEilnAQ9zJbGZxMedzBif559EF5mr24s/ie3/nIFtb8CwAnTV+md04hzm83hBIFQu5mUv5Op/mQMbK3YKXyGJR5Vt2NPqzZAH1N3aJrTmNu1lRn6WUOVzGJA5hlHN7FFNFy0N+yAjbu1xNA70duFOWwPXaeFmLIu7gmxxm5oKtAUVxvahYzhfMVZAFdES/GU7m6bo0Z7mMw2n7jLsxoB78SVQ9T9OHfeUARfluNv5QzeNFf5pCvssBbm4DHsm/ReXvaOGkhhyg+MbeU3N4pZamhGs53O190m/wprZ/0tKDLAdo7p3f4GMSL9Ti/MpZbO32RvIofiKqX2eS1QpSgMI+r//5+7mvFucgE+nQf9TQA7qbR0X9PzjUegUpQG1O1F04eau2j3OAw4JzFGGE9nDvYQc7FaQARRf7rwwc1nDOcbLtbeUWgVK0vtYK2jw5LwMo2nf7c8navVPORWY7fbKAorlRXMMNJtuvIAMoTusKLhXzc2QO74UrcSfQXdodfEnOwy0D6GGxY3qPNj+XBNeiPlCCNs+TY3y05ThQ7EiwK4+JCztjdJTsBFCaNtpaJe9AlgSgsVN6aQOJzWwLBAcokqu1lucVmRUkAC2eeElsKE+F66EBdWOuyXkeF4EYT7LCzZanPtBoXtXmeTrJriAD6AmW8SkgWEC3W541bCm/ggygRxiPIMWSB1cInAqTRyJcnw8KUrD7rXmewY5VaAJA++W3PE0JKMPUPE8MEpoXkLnBcBL+wqpmBWQiemIXCCqghiIcadoxvvYbFFD9GIDDtb9s3EkF5B9RyKj7jy0UkH+MvnNBXAFp0QEbGjoCqoC0mNPwL1NACshYhKUqIN2YvFEB6ca0LxSQAlJACkgBKSAFpICsADXdVEAKSAEpIAWkgBSQAlJACkgBKaDgA41hc8vUXHM3UPOLVQpIAbkH9D87oz0rvnJrOgAAAABJRU5ErkJggg==);
  margin-bottom: 0.4em;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}
.ath-container p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2147483642;
  text-shadow: 0 0.1em 0 #fff;
  font-size: 1.1em;
}
.ath-ios.ath-phone:after {
  content: '';
  background: #eee;
  position: absolute;
  width: 2em;
  height: 2em;
  bottom: -0.9em;
  left: 50%;
  margin-left: -1em;
  -webkit-transform: scaleX(0.9) rotate(45deg);
  -ms-transform: scaleX(0.9) rotate(45deg);
      transform: scaleX(0.9) rotate(45deg);
  -webkit-box-shadow: 0.2em 0.2em 0 #d1d1d1;
          box-shadow: 0.2em 0.2em 0 #d1d1d1;
}
.ath-ios.ath-tablet:after {
  content: '';
  background: #eee;
  position: absolute;
  width: 2em;
  height: 2em;
  top: -0.9em;
  left: 50%;
  margin-left: -1em;
  -webkit-transform: scaleX(0.9) rotate(45deg);
      -ms-transform: scaleX(0.9) rotate(45deg);
          transform: scaleX(0.9) rotate(45deg);
  z-index: 2147483641;
}
.ath-android:after {
  content: '';
  background: #eee;
  background: -webkit-linear-gradient(-45deg, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0) 50%, #eeeeee 50%, #eeeeee 100%);
  position: absolute;
  width: 2em;
  height: 2em;
  top: -1.5em;
  right: 0;
}
.ath-application-icon {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0 auto 0.2em auto;
  height: 4.8em;
  width: 4.8em;
  z-index: 2147483642;
}
.ath-container.ath-ios .ath-application-icon {
  border-radius: 1em;
  -webkit-box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.3), inset 0 0.07em 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.3), inset 0 0.07em 0 rgba(255, 255, 255, 0.5);
  margin: 0 auto 0.4em auto;
}
@media only screen and (orientation: landscape) {
  .ath-container.ath-phone {
    width: 24em;
  }
  .ath-ios.ath-phone {
    margin-left: -12em;
  }
  .ath-ios6:after {
    left: 39%;
  }
  .ath-ios8.ath-phone {
    left: auto;
    bottom: auto;
    right: 0.4em;
    top: 1.8em;
  }
  .ath-ios8.ath-phone:after {
    bottom: auto;
    top: -0.9em;
    left: 68%;
    z-index: 2147483641;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/* ==========================================================================
   Component: uCheck Plugin
 ============================================================================ */
.am-checkbox,
.am-radio,
.am-checkbox-inline,
.am-radio-inline {
  padding-left: 22px;
  position: relative;
  -webkit-transition: color .25s linear;
          transition: color .25s linear;
  font-size: 14px;
  line-height: 1.5;
}
label.am-checkbox,
label.am-radio {
  font-weight: normal;
}
.am-ucheck-icons {
  color: #999999;
  display: block;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
  width: 20px;
  text-align: center;
  line-height: 21px;
  font-size: 18px;
  cursor: pointer;
}
.am-checkbox .am-icon-checked,
.am-radio .am-icon-checked,
.am-checkbox-inline .am-icon-checked,
.am-radio-inline .am-icon-checked,
.am-checkbox .am-icon-unchecked,
.am-radio .am-icon-unchecked,
.am-checkbox-inline .am-icon-unchecked,
.am-radio-inline .am-icon-unchecked {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-table;
  margin: 0;
  background-color: transparent;
  -webkit-transition: color .25s linear;
          transition: color .25s linear;
}
.am-checkbox .am-icon-checked:before,
.am-radio .am-icon-checked:before,
.am-checkbox-inline .am-icon-checked:before,
.am-radio-inline .am-icon-checked:before,
.am-checkbox .am-icon-unchecked:before,
.am-radio .am-icon-unchecked:before,
.am-checkbox-inline .am-icon-unchecked:before,
.am-radio-inline .am-icon-unchecked: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-checkbox .am-icon-checked,
.am-radio .am-icon-checked,
.am-checkbox-inline .am-icon-checked,
.am-radio-inline .am-icon-checked {
  opacity: 0;
}
.am-checkbox .am-icon-checked:before,
.am-checkbox-inline .am-icon-checked:before {
  content: "\f046";
}
.am-checkbox .am-icon-unchecked:before,
.am-checkbox-inline .am-icon-unchecked:before {
  content: "\f096";
}
.am-radio .am-icon-checked:before,
.am-radio-inline .am-icon-checked:before {
  content: "\f192";
}
.am-radio .am-icon-unchecked:before,
.am-radio-inline .am-icon-unchecked:before {
  content: "\f10c";
}
.am-ucheck-checkbox,
.am-ucheck-radio {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
  outline: none !important;
}
.am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons {
  color: #0e90d2;
}
.am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-ucheck-radio:checked + .am-ucheck-icons {
  color: #0e90d2;
}
.am-ucheck-checkbox:checked + .am-ucheck-icons .am-icon-unchecked,
.am-ucheck-radio:checked + .am-ucheck-icons .am-icon-unchecked {
  opacity: 0;
}
.am-ucheck-checkbox:checked + .am-ucheck-icons .am-icon-checked,
.am-ucheck-radio:checked + .am-ucheck-icons .am-icon-checked {
  opacity: 1;
}
.am-ucheck-checkbox:disabled + .am-ucheck-icons,
.am-ucheck-radio:disabled + .am-ucheck-icons {
  cursor: default;
  color: #d8d8d8;
}
.am-ucheck-checkbox:disabled:checked + .am-ucheck-icons .am-icon-unchecked,
.am-ucheck-radio:disabled:checked + .am-ucheck-icons .am-icon-unchecked {
  opacity: 0;
}
.am-ucheck-checkbox:disabled:checked + .am-ucheck-icons .am-icon-checked,
.am-ucheck-radio:disabled:checked + .am-ucheck-icons .am-icon-checked {
  opacity: 1;
  color: #d8d8d8;
}
.am-checkbox.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons {
  color: #3bb4f2;
}
.am-checkbox.am-secondary .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox-inline.am-secondary .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox.am-secondary .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio.am-secondary .am-ucheck-radio:checked + .am-ucheck-icons,
.am-checkbox-inline.am-secondary .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio-inline.am-secondary .am-ucheck-radio:checked + .am-ucheck-icons {
  color: #3bb4f2;
}
.am-checkbox.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons {
  color: #5eb95e;
}
.am-checkbox.am-success .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio.am-success .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox-inline.am-success .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox.am-success .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio.am-success .am-ucheck-radio:checked + .am-ucheck-icons,
.am-checkbox-inline.am-success .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio-inline.am-success .am-ucheck-radio:checked + .am-ucheck-icons {
  color: #5eb95e;
}
.am-checkbox.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons {
  color: #f37b1d;
}
.am-checkbox.am-warning .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio.am-warning .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox-inline.am-warning .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox.am-warning .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio.am-warning .am-ucheck-radio:checked + .am-ucheck-icons,
.am-checkbox-inline.am-warning .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio-inline.am-warning .am-ucheck-radio:checked + .am-ucheck-icons {
  color: #f37b1d;
}
.am-checkbox.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-checkbox-inline.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled) + .am-ucheck-icons {
  color: #dd514c;
}
.am-checkbox.am-danger .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio.am-danger .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox-inline.am-danger .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-checkbox:checked + .am-ucheck-icons,
.am-checkbox.am-danger .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio.am-danger .am-ucheck-radio:checked + .am-ucheck-icons,
.am-checkbox-inline.am-danger .am-ucheck-radio:checked + .am-ucheck-icons,
.am-radio-inline.am-danger .am-ucheck-radio:checked + .am-ucheck-icons {
  color: #dd514c;
}
.am-field-error + .am-ucheck-icons {
  color: #dd514c;
}
.am-field-valid + .am-ucheck-icons {
  color: #5eb95e;
}
/*
// Group Addon
.@{ns}input-group-label {
  .@{ns}radio,
  .@{ns}checkbox {
    margin: -2px 0;
    padding-left: 15px;
  }
}

// Form inline style
.@{ns}form-inline .@{ns}checkbox,
.@{ns}form-inline .@{ns}radio {
  padding-left: 24px;
}
*/
/* ==========================================================================
   Component: Selected Plugin
 ============================================================================ */
.am-selected-btn {
  text-align: right;
  width: 200px;
}
.am-selected-btn.am-btn-default {
  background: none;
}
.am-selected-header {
  height: 45px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ddd;
  display: none;
}
.am-selected-status {
  text-align: left;
  width: 100%;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-selected-content {
  padding: 10px 0;
}
.am-selected-search {
  padding: 0 10px 10px;
}
.am-selected-search .am-form-field {
  padding: .5em;
}
.am-selected-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
}
.am-selected-list li {
  position: relative;
  cursor: pointer;
  padding: 5px 10px;
  -webkit-transition: background-color 0.15s;
          transition: background-color 0.15s;
}
.am-selected-list li:hover {
  background-color: #f8f8f8;
}
.am-selected-list li:hover .am-icon-check {
  opacity: .6;
}
.am-selected-list li.am-checked .am-icon-check {
  opacity: 1;
  color: #0e90d2;
}
.am-selected-list li.am-disabled {
  opacity: .5;
  pointer-events: none;
  cursor: not-allowed;
}
.am-selected-list .am-selected-list-header {
  margin-top: 8px;
  font-size: 1.3rem;
  color: #999999;
  border-bottom: 1px solid #e5e5e5;
  cursor: default;
}
.am-selected-list .am-selected-list-header:hover {
  background: none;
}
.am-selected-list .am-selected-list-header:first-child {
  margin-top: 0;
}
.am-selected-list .am-selected-text {
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 30px;
}
.am-selected-list .am-icon-check {
  position: absolute;
  right: 8px;
  top: 5px;
  color: #999999;
  opacity: 0;
  -webkit-transition: opacity .15s;
          transition: opacity .15s;
}
.am-selected-hint {
  line-height: 1.2;
  color: #dd514c;
}
.am-selected-hint:not(:empty) {
  margin-top: 10px;
  border-top: 1px solid #e5e5e5;
  padding: 10px 10px 0;
}
.am-selected-placeholder {
  opacity: .65;
}
/* ==========================================================================
   Component: JS Plugins helpers
 ============================================================================ */
.am-fade {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
.am-fade.am-in {
  opacity: 1;
}
.am-collapse {
  display: none;
}
.am-collapse.am-in {
  display: block;
}
tr.am-collapse.am-in {
  display: table-row;
}
tbody.am-collapse.am-in {
  display: table-row-group;
}
.am-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s ease;
          transition: height .3s ease;
}
.am-sticky {
  position: fixed !important;
  z-index: 1010;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
[data-am-sticky][class*="am-animation-"] {
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
}
.am-dimmer-active {
  overflow: hidden;
}
.am-dimmer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1100;
  opacity: 0;
}
.am-dimmer.am-active {
  opacity: 1;
}
[data-am-collapse] {
  cursor: pointer;
}
.am-datepicker {
  top: 0;
  left: 0;
  border-radius: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  padding-bottom: 10px;
  margin-top: 10px;
  width: 238px;
  color: #555555;
  display: none;
}
.am-datepicker > div {
  display: none;
}
.am-datepicker table {
  width: 100%;
}
.am-datepicker tr.am-datepicker-header {
  font-size: 1.6rem;
  color: #ffffff;
  background: #3bb4f2;
}
.am-datepicker td,
.am-datepicker th {
  text-align: center;
  font-weight: normal;
  cursor: pointer;
}
.am-datepicker th {
  height: 48px;
}
.am-datepicker td {
  font-size: 1.4rem;
}
.am-datepicker td.am-datepicker-day {
  height: 34px;
  width: 34px;
}
.am-datepicker td.am-datepicker-day:hover {
  background: #f0f0f0;
  height: 34px;
  width: 34px;
}
.am-datepicker td.am-datepicker-day.am-disabled {
  cursor: no-drop;
  color: #999999;
  background: #fafafa;
}
.am-datepicker td.am-datepicker-old,
.am-datepicker td.am-datepicker-new {
  color: #89d7ff;
}
.am-datepicker td.am-active,
.am-datepicker td.am-active:hover {
  border-radius: 0;
  color: #0084c7;
  background: #f0f0f0;
}
.am-datepicker td span {
  display: block;
  width: 79.33333333px;
  height: 40px;
  line-height: 40px;
  float: left;
  cursor: pointer;
}
.am-datepicker td span:hover {
  background: #f0f0f0;
}
.am-datepicker td span.am-active {
  color: #0084c7;
  background: #f0f0f0;
}
.am-datepicker td span.am-disabled {
  cursor: no-drop;
  color: #999999;
  background: #fafafa;
}
.am-datepicker td span.am-datepicker-old {
  color: #89d7ff;
}
.am-datepicker .am-datepicker-dow {
  height: 40px;
  color: #0c80ba;
}
.am-datepicker-caret {
  display: block!important;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-bottom: 7px solid #3bb4f2;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 0 dotted;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  position: absolute;
  top: -7px;
  left: 6px;
}
.am-datepicker-right .am-datepicker-caret {
  left: auto;
  right: 7px;
}
.am-datepicker-up .am-datepicker-caret {
  top: auto;
  bottom: -7px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 7px solid #ffffff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 0 dotted;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.am-datepicker-select {
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: background-color 300ms ease-out;
          transition: background-color 300ms ease-out;
}
.am-datepicker-select:hover {
  background: rgba(154, 217, 248, 0.5);
  color: #0c80ba;
}
.am-datepicker-prev,
.am-datepicker-next {
  width: 34px;
  height: 34px;
}
.am-datepicker-prev-icon,
.am-datepicker-next-icon {
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  -webkit-transition: background-color 300ms ease-out;
          transition: background-color 300ms ease-out;
}
.am-datepicker-prev-icon:hover,
.am-datepicker-next-icon:hover {
  background: rgba(154, 217, 248, 0.5);
  color: #0c80ba;
}
.am-datepicker-prev-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);
  content: "\f053";
}
.am-datepicker-next-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);
  content: "\f054";
}
.am-datepicker-dropdown {
  position: absolute;
  z-index: 1120;
}
@media only screen and (max-width: 640px) {
  .am-datepicker {
    width: 100%;
  }
  .am-datepicker td span {
    width: 33.33%;
  }
  .am-datepicker-caret {
    display: none!important;
  }
  .am-datepicker-prev,
  .am-datepicker-next {
    width: 44px;
    height: 44px;
  }
}
.am-datepicker-success tr.am-datepicker-header {
  background: #5eb95e;
}
.am-datepicker-success td.am-datepicker-day.am-disabled {
  color: #999999;
}
.am-datepicker-success td.am-datepicker-old,
.am-datepicker-success td.am-datepicker-new {
  color: #94df94;
}
.am-datepicker-success td.am-active,
.am-datepicker-success td.am-active:hover {
  color: #1b961b;
}
.am-datepicker-success td span.am-datepicker-old {
  color: #94df94;
}
.am-datepicker-success td span.am-active {
  color: #1b961b;
}
.am-datepicker-success .am-datepicker-caret {
  border-bottom-color: #5eb95e;
}
.am-datepicker-success .am-datepicker-dow {
  color: #367b36;
}
.am-datepicker-success .am-datepicker-select:hover,
.am-datepicker-success .am-datepicker-prev-icon:hover,
.am-datepicker-success .am-datepicker-next-icon:hover {
  background: rgba(165, 216, 165, 0.5);
  color: #367b36;
}
.am-datepicker-danger tr.am-datepicker-header {
  background: #dd514c;
}
.am-datepicker-danger td.am-datepicker-day.am-disabled {
  color: #999999;
}
.am-datepicker-danger td.am-datepicker-old,
.am-datepicker-danger td.am-datepicker-new {
  color: #f59490;
}
.am-datepicker-danger td.am-active,
.am-datepicker-danger td.am-active:hover {
  color: #c10802;
}
.am-datepicker-danger td span.am-datepicker-old {
  color: #f59490;
}
.am-datepicker-danger td span.am-active {
  color: #c10802;
}
.am-datepicker-danger .am-datepicker-caret {
  border-bottom-color: #dd514c;
}
.am-datepicker-danger .am-datepicker-dow {
  color: #a4241f;
}
.am-datepicker-danger .am-datepicker-select:hover,
.am-datepicker-danger .am-datepicker-prev-icon:hover,
.am-datepicker-danger .am-datepicker-next-icon:hover {
  background: rgba(237, 164, 162, 0.5);
  color: #a4241f;
}
.am-datepicker-warning tr.am-datepicker-header {
  background: #f37b1d;
}
.am-datepicker-warning td.am-datepicker-day.am-disabled {
  color: #999999;
}
.am-datepicker-warning td.am-datepicker-old,
.am-datepicker-warning td.am-datepicker-new {
  color: #ffad6d;
}
.am-datepicker-warning td.am-active,
.am-datepicker-warning td.am-active:hover {
  color: #aa4b00;
}
.am-datepicker-warning td span.am-datepicker-old {
  color: #ffad6d;
}
.am-datepicker-warning td span.am-active {
  color: #aa4b00;
}
.am-datepicker-warning .am-datepicker-caret {
  border-bottom-color: #f37b1d;
}
.am-datepicker-warning .am-datepicker-dow {
  color: #a14c09;
}
.am-datepicker-warning .am-datepicker-select:hover,
.am-datepicker-warning .am-datepicker-prev-icon:hover,
.am-datepicker-warning .am-datepicker-next-icon:hover {
  background: rgba(248, 180, 126, 0.5);
  color: #a14c09;
}
.am-datepicker > div {
  display: block;
}
.am-datepicker > div span.am-datepicker-hour {
  width: 59.5px;
}
.am-datepicker-date {
  display: block;
}
.am-datepicker-time-box {
  padding: 30px 0 30px 0;
}
.am-datepicker-time-box strong {
  font-size: 5.2rem;
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-weight: normal;
}
.am-datepicker-time-box strong:hover {
  border-radius: 4px;
  background: #ECECEC;
}
.am-datepicker-time-box em {
  display: inline-block;
  height: 70px;
  width: 20px;
  line-height: 70px;
  font-size: 5.2rem;
  font-style: normal;
}
.am-datepicker-toggle {
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
}
.am-datepicker-toggle:hover {
  background: #f0f0f0;
}
/* ==========================================================================
   Component: Print
 ============================================================================ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " [" attr(title) "] ";
  }
  /**
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  select {
    background: #fff !important;
  }
  .am-topbar {
    display: none;
  }
  .am-table td,
  .am-table th {
    background-color: #fff !important;
  }
  .am-table {
    border-collapse: collapse !important;
  }
  .am-table-bordered th,
  .am-table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* print helper classes */
.am-print-block {
  display: none !important;
}
@media print {
  .am-print-block {
    display: block !important;
  }
}
.am-print-inline {
  display: none !important;
}
@media print {
  .am-print-inline {
    display: inline !important;
  }
}
.am-print-inline-block {
  display: none !important;
}
@media print {
  .am-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .am-print-hide {
    display: none !important;
  }
}
.lte9 #nprogress .nprogress-spinner {
  display: none !important;
}
.lte8 .am-dimmer {
  background-color: #000;
  filter: alpha(opacity=60);
}
.lte8 .am-modal-actions {
  display: none;
}
.lte8 .am-modal-actions.am-modal-active {
  display: block;
}
.lte8 .am-offcanvas.am-active {
  background: #000;
}
.lte8 .am-popover .am-popover-caret {
  border: 8px solid transparent;
}
.lte8 .am-popover-top .am-popover-caret {
  border-top: 8px solid #333333;
  border-bottom: none;
}
.lte8 .am-popover-left .am-popover-caret {
  right: -8px;
  margin-top: -6px;
  border-left: 8px solid #333333;
  border-right: none;
}
.lte8 .am-popover-right .am-popover-caret {
  left: -8px;
  margin-top: -6px;
  border-right: 8px solid #333333;
  border-left: none;
}
.am-accordion-item {
  margin: 0;
}
.am-accordion-title {
  font-weight: normal;
  cursor: pointer;
}
.am-accordion-item.am-disabled .am-accordion-title {
  cursor: default;
  pointer-events: none;
}
.am-accordion-bd {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.am-accordion-content {
  margin-top: 0;
  padding: 0.8rem 1rem 1.2rem;
  font-size: 1.4rem;
}
/**
  * Accordion Theme: default
  * Author: Minwe (minwe@yunshipei.com)
  */
.am-accordion-default {
  margin: 1rem;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.am-accordion-default .am-accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.am-accordion-default .am-accordion-item:first-child {
  border-top: none;
}
.am-accordion-default .am-accordion-title {
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 0.2s ease-out;
          transition: background-color 0.2s ease-out;
  padding: .8rem 1rem;
}
.am-accordion-default .am-accordion-title:before {
  content: "\f0da";
  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);
  -webkit-transition: -webkit-transform .2s ease;
          transition: transform .2s ease;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  margin-right: 5px;
}
.am-accordion-default .am-accordion-title:hover {
  color: #0e90d2;
}
.am-accordion-default .am-accordion-content {
  color: #666666;
}
.am-accordion-default .am-active .am-accordion-title {
  background-color: #eeeeee;
  color: #0e90d2;
}
.am-accordion-default .am-active .am-accordion-title:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
/**
  * Accordion Theme: basic
  * Author: Minwe (minwe@yunshipei.com)
  */
.am-accordion-basic {
  margin: 1rem;
}
.am-accordion-basic .am-accordion-title {
  color: #333333;
  -webkit-transition: background-color 0.2s ease-out;
          transition: background-color 0.2s ease-out;
  padding: .8rem 0 0;
}
.am-accordion-basic .am-accordion-title: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);
  content: "\f0da";
  -webkit-transition: -webkit-transform .2s ease;
          transition: transform .2s ease;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  margin-right: .5rem;
}
.am-accordion-basic .am-accordion-content {
  color: #666666;
}
.am-accordion-basic .am-active .am-accordion-title {
  color: #0e90d2;
}
.am-accordion-basic .am-active .am-accordion-title:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
/**
  * Accordion Theme: gapped
  * Author: Minwe (minwe@yunshipei.com)
  */
.am-accordion-gapped {
  margin: .5rem 1rem;
}
.am-accordion-gapped .am-accordion-item {
  border: 1px solid #dedede;
  border-bottom: none;
  margin: .5rem 0;
}
.am-accordion-gapped .am-accordion-item.am-active {
  border-bottom: 1px solid #dedede;
}
.am-accordion-gapped .am-accordion-title {
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 0.15s ease-out;
          transition: background-color 0.15s ease-out;
  border-bottom: 1px solid #dedede;
  padding: 0.8rem 2rem 0.8rem 1rem;
  position: relative;
}
.am-accordion-gapped .am-accordion-title:after {
  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);
  content: "\f105";
  -webkit-transition: -webkit-transform .2s linear;
          transition: transform .2s linear;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.8rem;
}
.am-accordion-gapped .am-accordion-title:hover {
  color: rgba(0, 0, 0, 0.8);
}
.am-accordion-gapped .am-accordion-content {
  color: #666666;
}
.am-accordion-gapped .am-active .am-accordion-title {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.8);
}
.am-accordion-gapped .am-active .am-accordion-title:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
/**
  * Accordion Theme: one
  * Author: hzp (hzp@yunshipei.com)
  */
.am-accordion-one {
  margin: 0 10px 0 10px;
}
.am-accordion-one .am-accordion-item {
  border: 1px solid #dfdfdf;
  margin: .5rem 0;
  background: #ffffff;
}
.am-accordion-one .am-accordion-title {
  color: #555555;
  -webkit-transition: background-color 0.2s ease-out;
          transition: background-color 0.2s ease-out;
  padding: 0.8rem 2rem 0.8rem 1rem;
  position: relative;
}
.am-accordion-one .am-accordion-title:after {
  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);
  content: "\f105";
  -webkit-transition: -webkit-transform .2s linear;
          transition: transform .2s linear;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.8rem;
}
.am-accordion-one .am-accordion-title:hover {
  color: #15afef;
}
.am-accordion-one .am-accordion-content {
  color: #666666;
}
.am-accordion-one .am-active .am-accordion-title {
  background-color: #f8f8f8;
  color: #15afef;
}
.am-accordion-one .am-active .am-accordion-title:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.am-divider {
  height: 0;
  margin: 1.5rem auto;
  overflow: hidden;
  clear: both;
}
/**
  * Divider Theme: default
  */
.am-divider-default {
  border-top: 1px solid #dddddd;
}
/**
  * Divider Theme: dotted
  */
.am-divider-dotted {
  border-top: 1px dotted #ccc;
}
/**
  * Divider Theme: dashed
  */
.am-divider-dashed {
  border-top: 1px dashed #ccc;
}
/**
  * Divider Theme: one
  */
.am-divider-one {
  height: 10px;
  border: none;
  overflow: hidden;
  clear: both;
  margin: 0;
}
.am-figure-zoomable {
  position: relative;
  cursor: pointer;
}
.am-figure-zoomable:after {
  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);
  content: "\f00e";
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #999999;
  font-size: 1.6rem;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  pointer-events: none;
}
.am-figure-zoomable:hover:after {
  color: #eeeeee;
}
.am-figure-default {
  margin: 10px;
}
.am-figure-default img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 2px;
  border: 1px solid #eeeeee;
  margin: 10px auto;
}
.am-figure-default figcaption {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #333333;
}
/**
  * Figure theme: one
  */
.am-figure-one {
  margin: 0 10px;
  background: #ffffff;
}
.am-figure-one img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 2px;
  border: 1px solid #dfdfdf;
}
.am-figure-one figcaption {
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0;
  color: #888888;
}
.am-footer {
  text-align: center;
  padding: 1em 0;
  font-size: 1.6rem;
}
.am-footer .am-switch-mode-ysp {
  cursor: pointer;
}
.am-footer .am-footer-text {
  margin-top: 10px;
  font-size: 14px;
}
.am-footer .am-footer-text-left {
  text-align: left;
  padding-left: 10px;
}
.am-modal-footer-hd {
  padding-bottom: 10px;
}
/**
  * Footer Theme: default
  */
.am-footer-default {
  background-color: #ffffff;
}
.am-footer-default a {
  color: #555555;
}
.am-footer-default .am-footer-switch {
  margin-bottom: 10px;
  font-weight: bold;
}
.am-footer-default .am-footer-ysp {
  color: #555555;
  cursor: pointer;
}
.am-footer-default .am-footer-divider {
  color: #cccccc;
}
.am-footer-default .am-footer-desktop {
  color: #0e90d2;
}
.am-footer-default .am-footer-miscs {
  color: #999999;
  font-size: 13px;
}
.am-footer-default .am-footer-miscs p {
  margin: 5px 0;
}
@media only screen and (min-width:641px) {
  .am-footer-default .am-footer-miscs p {
    display: inline-block;
    margin: 5px;
  }
}
/**
  * Footer Theme: one
  */
.am-footer-one a {
  color: #15afef;
  font-weight: bold;
}
.am-footer-one .am-footer-switch {
  margin-bottom: 10px;
}
.am-footer-one .am-footer-ysp {
  color: #15afef;
  cursor: pointer;
}
.am-footer-one .am-footer-divider {
  color: #999999;
}
.am-footer-one .am-footer-desktop {
  font-weight: normal;
  color: #555555;
}
.am-footer-one .am-footer-miscs {
  color: #7c7c7c;
  overflow: hidden;
  padding: 0 10px;
  font-size: 14px;
}
.am-footer-one .am-footer-miscs ul,
.am-footer-one .am-footer-miscs li {
  padding-left: 0;
  list-style: none;
}
.am-footer-one .am-footer-miscs p {
  margin: 4px 0;
}
.am-footer-one .am-footer-miscs a {
  font-weight: normal;
  color: #555555;
  margin: 0 1px;
}
.am-footer-one .am-footer-miscs img {
  display: block;
  max-width: 100%;
  margin: 0 auto 2px auto;
}
@media only screen and (min-width:641px) {
  .am-footer-one .am-footer-miscs p {
    display: inline-block;
    margin: 5px;
  }
}
.am-gallery {
  padding: 5px 5px 0 5px;
  list-style: none;
}
.am-gallery h3 {
  margin: 0;
}
[data-am-gallery*='pureview'] img {
  cursor: pointer;
}
/**
  * Gallery Theme: default
  * Author: Minwe (minwe@yunshipei.com)
  */
.am-gallery-default > li {
  padding: 5px;
}
.am-gallery-default .am-gallery-item img {
  width: 100%;
  height: auto;
}
.am-gallery-default .am-gallery-title {
  margin-top: 10px;
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #555555;
}
.am-gallery-default .am-gallery-desc {
  color: #999999;
  font-size: 1.2rem;
}
/**
  * Gallery Theme: overlay
  * Author: Minwe (minwe@yunshipei.com)
  */
.am-gallery-overlay > li {
  padding: 5px;
}
.am-gallery-overlay .am-gallery-item {
  position: relative;
}
.am-gallery-overlay .am-gallery-item img {
  width: 100%;
  height: auto;
}
.am-gallery-overlay .am-gallery-title {
  font-weight: normal;
  font-size: 1.4rem;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-indent: 5px;
  height: 30px;
  line-height: 30px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-gallery-overlay .am-gallery-desc {
  display: none;
}
/**
  * Accordion Theme: bordered
  * Author: Minwe (minwe@yunshipei.com)
  */
.am-gallery-bordered > li {
  padding: 5px;
}
.am-gallery-bordered .am-gallery-item {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  padding: 5px;
}
.am-gallery-bordered .am-gallery-item img {
  width: 100%;
  height: auto;
}
.am-gallery-bordered .am-gallery-title {
  margin-top: 10px;
  font-weight: normal;
  font-size: 1.4rem;
  color: #555555;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-gallery-bordered .am-gallery-desc {
  color: #999999;
  font-size: 1.2rem;
}
/**
  * Gallery Theme: imgbordered
  * Author: Minwe (minwe@yunshipei.com)
  */
.am-gallery-imgbordered > li {
  padding: 5px;
}
.am-gallery-imgbordered .am-gallery-item img {
  width: 100%;
  height: auto;
  border: 3px solid #FFF;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}
.am-gallery-imgbordered .am-gallery-title {
  margin-top: 10px;
  font-weight: normal;
  font-size: 1.4rem;
  color: #555555;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-gallery-imgbordered .am-gallery-desc {
  color: #999999;
  font-size: 1.2rem;
}
/**
  * Gallery Theme: one
  * Author: hzp (hzp@yunshipei.com)
  */
.am-gallery-one {
  padding: 0 5px;
  background-color: #ffffff;
}
.am-gallery-one > li {
  padding: 5px;
}
.am-gallery-one .am-gallery-item {
  padding: 5px;
}
.am-gallery-one .am-gallery-item img {
  width: 100%;
  height: auto;
}
.am-gallery-one .am-gallery-title {
  line-height: 34px;
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #555555;
}
.am-gallery-one .am-gallery-desc {
  color: #999999;
  font-size: 1.2rem;
}
.am-gallery-one .am-gallery-more {
  width: 100%;
}
.am-gallery-one .am-gallery-more a {
  background-color: #dfdfdf;
  color: #555555;
  height: 35px;
  line-height: 35px;
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
.am-gotop a {
  display: inline-block;
  text-decoration: none;
}
/**
  * Gotop Theme: default
  */
.am-gotop-default {
  text-align: center;
  margin: 10px 0;
}
.am-gotop-default a {
  background-color: #0e90d2;
  padding: .5em 1.5em;
  border-radius: 0;
  color: #ffffff;
}
.am-gotop-default a img {
  display: none;
}
/**
  * Gotop Theme: fixed
  */
.am-gotop-fixed {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1010;
  opacity: 0;
  width: 32px;
  min-height: 32px;
  overflow: hidden;
  border-radius: 0;
  text-align: center;
}
.am-gotop-fixed.am-active {
  opacity: .9;
}
.am-gotop-fixed.am-active:hover {
  opacity: 1;
}
.am-gotop-fixed a {
  display: block;
}
.am-gotop-fixed .am-gotop-title {
  display: none;
}
.am-gotop-fixed .am-gotop-icon-custom {
  display: inline-block;
  max-width: 30px;
  vertical-align: middle;
}
.am-gotop-fixed .am-gotop-icon {
  width: 100%;
  line-height: 32px;
  background-color: #555555;
  vertical-align: middle;
  color: #dddddd;
}
.am-gotop-fixed .am-gotop-icon:hover {
  color: #ffffff;
}
.am-with-fixed-navbar .am-gotop-fixed {
  bottom: 60px;
}
/**
  * Gotop Theme: one
  */
.am-gotop-one {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1005;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #15afef;
  text-align: center;
}
.am-gotop-one .am-gotop-title {
  display: none;
}
.am-gotop-one .am-gotop-icon {
  vertical-align: middle;
  display: inline-block;
  color: #15afef;
}
.am-with-fixed-navbar .am-gotop-one {
  bottom: 60px;
}
.am-header {
  position: relative;
  width: 100%;
  height: 49px;
  line-height: 49px;
  padding: 0 10px;
}
.am-header h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.am-header .am-header-title {
  margin: 0 30%;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-header .am-header-title img {
  margin-top: 12px;
  height: 25px;
  vertical-align: top;
}
.am-header .am-header-nav {
  position: absolute;
  top: 0;
}
.am-header .am-header-nav img {
  height: 16px;
  width: auto;
  vertical-align: middle;
}
.am-header .am-header-left {
  left: 10px;
}
.am-header .am-header-right {
  right: 10px;
}
.am-header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1010;
}
.am-with-fixed-header {
  padding-top: 49px;
}
/**
  * Header Theme: default
  */
.am-header-default {
  background-color: #0e90d2;
}
.am-header-default .am-header-title {
  color: #ffffff;
}
.am-header-default .am-header-title a {
  color: #ffffff;
}
.am-header-default .am-header-icon {
  font-size: 20px;
}
.am-header-default .am-header-nav {
  color: #eeeeee;
}
.am-header-default .am-header-nav > a {
  display: inline-block;
  min-width: 36px;
  text-align: center;
  color: #eeeeee;
}
.am-header-default .am-header-nav > a + a {
  margin-left: 5px;
}
.am-header-default .am-header-nav .am-btn {
  margin-top: 9px;
  height: 31px;
  padding: 0 0.5em;
  line-height: 30px;
  font-size: 14px;
  vertical-align: top;
}
.am-header-default .am-header-nav .am-btn .am-header-icon {
  font-size: inherit;
}
.am-header-default .am-header-nav .am-btn-default {
  color: #999999;
}
.am-header-default .am-header-nav-title,
.am-header-default .am-header-nav-title + .am-header-icon {
  font-size: 14px;
}
/**
  * Header Theme: one
  */
.am-header-one {
  background: #ffffff;
}
.am-header-one .am-header-title {
  margin: 0 15%;
  color: #333333;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-header-one .am-header-title a {
  color: #333333;
}
.am-header-one .am-header-title img {
  height: 34px;
  width: auto;
  margin-top: 8px;
  vertical-align: top;
}
.am-header-one .am-header-nav > a {
  color: #15afef;
}
.am-intro {
  position: relative;
}
.am-intro-hd {
  position: relative;
  height: 45px;
  line-height: 45px;
}
.am-intro-title {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
.am-intro-more-top {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 1.4rem;
}
.am-intro-bd {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.4rem;
}
.am-intro-bd p:last-child {
  margin-bottom: 0;
}
.am-intro-more-bottom {
  clear: both;
  text-align: center;
}
.am-intro-more-bottom .am-btn {
  font-size: 14px;
}
/**
  * Intro Theme: default
  */
.am-intro-default .am-intro-hd {
  background-color: #0e90d2;
  color: #ffffff;
  padding: 0 10px;
}
.am-intro-default .am-intro-hd a {
  color: #eeeeee;
}
.am-intro-default .am-intro-right {
  padding-left: 0;
}
/**
  * Intro Theme: one
  */
.am-intro-one {
  padding-bottom: 10px;
  background-color: #ffffff;
}
.am-intro-one a {
  color: #15afef;
}
.am-intro-one .am-intro-hd {
  border-bottom: 1px solid #15afef;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 44px;
}
.am-intro-one .am-intro-title {
  color: #333333;
  padding-left: 10px;
}
.am-intro-one .am-intro-title:before {
  position: absolute;
  left: 1px;
  top: 10px;
  bottom: 10px;
  content: '';
  width: 3px;
  background-color: #15afef;
  display: block;
}
.am-intro-one .am-intro-bd {
  color: #555555;
}
.am-intro-one .am-intro-left {
  float: left;
  display: inline;
}
.am-intro-one .am-intro-right {
  display: inline;
  padding-left: 0;
  font-size: 1.4rem;
}
.am-intro-one .am-intro-right p {
  display: inline;
  margin: 0;
  padding: 0;
}
.am-list-news-hd {
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
}
.am-list-news-hd a {
  display: block;
}
.am-list-news-hd h2 {
  font-size: 1.6rem;
  float: left;
  margin: 0;
  height: 2rem;
  line-height: 2rem;
}
.am-list-news-hd h3 {
  margin: 0;
}
.am-list-news-hd .am-list-news-more {
  font-size: 1.3rem;
  height: 2rem;
  line-height: 2rem;
}
.am-list .am-list-item-dated a {
  padding-right: 80px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-list .am-list-item-dated a::after {
  display: none;
}
.am-list .am-list-item-desced a,
.am-list .am-list-item-thumbed a {
  padding-right: 0;
}
.am-list-news .am-list-item-hd {
  margin: 0;
}
.am-list-date {
  position: absolute;
  right: 5px;
  font-size: 1.3rem;
  top: 1.3rem;
}
.am-list-item-desced {
  padding-bottom: 1rem;
}
.am-list-item-desced > a {
  padding: 1rem 0;
}
.am-list-item-desced .am-list-date {
  position: static;
}
.am-list-item-thumbed {
  padding-top: 1em;
}
.am-list-news-ft {
  text-align: center;
}
.am-list-news .am-titlebar {
  margin-left: 0;
  margin-right: 0;
}
.am-list-news .am-titlebar ~ .am-list-news-bd .am-list > li:first-child {
  border-top: none;
}
/**
  * list_news Theme: default
  */
.am-list-news-default {
  margin: 10px;
}
.am-list-news-default .am-g {
  margin-left: auto;
  margin-right: auto;
}
.am-list-news-default .am-list-item-hd {
  font-weight: normal;
}
.am-list-news-default .am-list-date {
  color: #999999;
}
.am-list-news-default .am-list > li {
  border-color: #dedede;
}
.am-list-news-default .am-list .am-list-item-desced {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.am-list-news-default .am-list .am-list-item-desced > a {
  padding: 0;
}
.am-list-news-default .am-list .am-list-item-desced .am-list-item-text {
  margin-top: 0.5rem;
  color: #757575;
}
.am-list-news-default .am-list .am-list-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  max-height: 2.6em;
}
.am-list-news-default .am-list .am-list-item-thumb-top .am-list-thumb {
  padding: 0;
  margin-bottom: 0.8rem;
}
.am-list-news-default .am-list .am-list-item-thumb-top .am-list-main {
  padding: 0;
}
.am-list-news-default .am-list .am-list-item-thumb-left .am-list-thumb {
  padding-left: 0;
}
.am-list-news-default .am-list .am-list-item-desced .am-list-main {
  padding: 0;
}
.am-list-news-default .am-list .am-list-item-thumb-right .am-list-thumb {
  padding-right: 0;
}
.am-list-news-default .am-list .am-list-item-thumb-bottom-left .am-list-item-hd {
  clear: both;
  padding-bottom: 0.5rem;
}
.am-list-news-default .am-list .am-list-item-thumb-bottom-left .am-list-thumb {
  padding-left: 0;
}
.am-list-news-default .am-list .am-list-item-thumb-bottom-right .am-list-item-hd {
  clear: both;
  padding-bottom: 0.5rem;
}
.am-list-news-default .am-list .am-list-item-thumb-bottom-right .am-list-thumb {
  padding-right: 0;
}
.am-list-news-default .am-list .am-list-thumb img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 640px) {
  .am-list-news-default .am-list-item-thumb-left .am-list-thumb,
  .am-list-news-default .am-list-item-thumb-right .am-list-thumb {
    max-height: 80px;
    overflow: hidden;
  }
  .am-list-news-default .am-list-item-thumb-bottom-left .am-list-item-text,
  .am-list-news-default .am-list-item-thumb-bottom-right .am-list-item-text {
    -webkit-line-clamp: 3;
    /* number of lines to show */
    max-height: 3.9em;
  }
  .am-list-news-default .am-list-item-thumb-bottom-left .am-list-thumb,
  .am-list-news-default .am-list-item-thumb-bottom-right .am-list-thumb {
    max-height: 60px;
    overflow: hidden;
  }
}
/**
  * list_news Theme: one
  * Author: hzp (hzp@yunshipei.com)
  */
.am-list-news-one {
  margin: 0 10px;
}
.am-list-news-one .am-list-news-hd {
  background: #ffffff;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #15afef;
  padding: 0 0 0 10px;
  margin: 0;
  position: relative;
  color: #000000;
}
.am-list-news-one .am-list-news-hd::before {
  width: 4px;
  height: 30px;
  background: #15afef;
  display: inline-block;
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
}
.am-list-news-one .am-list-news-hd > a {
  color: #000000;
  display: inline;
}
.am-list-news-one .am-list-news-hd > a .am-list-news-more {
  color: #888888;
  padding: 0;
  margin-right: 5px;
  background: none;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
}
.am-list-news-one .am-list-news-hd h2 {
  font-weight: normal;
  float: left;
  line-height: 40px;
  height: 40px;
}
.am-list-news-one .am-list-news-bd {
  padding: 0px 5px 4px 5px;
  background: #ffffff;
}
.am-list-news-one .am-list {
  margin-bottom: 0;
}
.am-list-news-one .am-list > li {
  margin: 0;
  border: 0;
  overflow: hidden;
}
.am-list-news-one .am-list > li > a {
  color: #222222;
  font-weight: normal;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  padding: 0;
  position: relative;
  text-indent: 10px;
}
.am-list-news-one .am-list > li > a:before {
  width: 4px;
  height: 4px;
  background: #15afef;
  display: inline-block;
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
}
.am-list-news-one .am-list > li .am-list-date {
  color: #666666;
  top: 5px;
  right: 0;
  display: none;
}
.am-list-news-one .am-list > li:last-child {
  border-bottom: 0;
}
.am-list-news-one .am-list .am-list-item-dated > a {
  color: #222222;
}
.am-list-news-one .am-list .am-list-item-desced {
  padding: 3px 0;
  border-bottom: 1px dashed #dfdfdf;
}
.am-list-news-one .am-list .am-list-item-desced:before {
  display: none;
}
.am-list-news-one .am-list .am-list-item-desced .am-list-item-hd {
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.am-list-news-one .am-list .am-list-item-desced .am-list-item-hd > a:before {
  display: none;
}
.am-list-news-one .am-list .am-list-item-desced a.am-list-item-hd {
  height: 34px;
  line-height: 34px;
  padding: 0;
  color: #15afef;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 0;
}
.am-list-news-one .am-list .am-list-item-desced a.am-list-item-hd:before {
  display: none;
}
.am-list-news-one .am-list .am-list-item-desced .am-list-item-text {
  color: #666666;
  line-height: 22px;
  font-size: 1.4rem;
  max-height: none;
  margin-bottom: 8px;
}
.am-list-news-one .am-list .am-list-item-desced .am-list-item-text a {
  color: #666666;
}
.am-list-news-one .am-list .am-list-item-desced .am-list-main {
  padding: 0 5px;
  position: relative;
}
.am-list-news-one .am-list .am-list-item-desced .am-list-main .am-list-date {
  position: absolute;
  right: 5px;
  top: 3.5rem;
  font-size: 1.2rem;
  color: #888888;
}
.am-list-news-one .am-list .am-list-item-desced .am-list-main .am-list-item-text {
  max-height: 3rem;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 18px;
  color: #666666;
}
.am-list-news-one .am-list .am-list-item-desced .am-list-main .am-list-item-text a {
  color: #666666;
}
.am-list-news-one .am-list .am-list-item-thumbed {
  border-bottom: 1px dashed #dfdfdf;
  padding: 0 0 5px 0;
}
.am-list-news-one .am-list .am-list-item-thumbed:before {
  content: none;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-item-hd {
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-item-hd a {
  font-size: 1.5rem;
  color: #15afef;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  text-indent: 0;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-thumb {
  padding: 0;
  height: 60px;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-thumb a {
  width: 100%;
  display: block;
  padding: 0;
  text-indent: 0;
  height: 60px;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-thumb a img {
  width: 100%;
  height: 60px;
  vertical-align: top;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-main {
  padding: 0 5px 14px 5px;
  position: relative;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-date {
  position: absolute;
  right: 5px;
  top: 3.5rem;
  font-size: 1.2rem;
  color: #888888;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-item-text {
  max-height: 3rem;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 18px;
  color: #666666;
}
.am-list-news-one .am-list .am-list-item-thumbed .am-list-item-text a {
  color: #666666;
}
.am-list-news-one .am-list-news-more {
  background: #dfdfdf;
  color: #666666;
  height: 35px;
  line-height: 35px;
  font-size: 1.4rem;
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .am-list-news-one .am-list-item-thumb-left .am-list-thumb,
  .am-list-news-one .am-list-item-thumb-right .am-list-thumb {
    max-height: 80px;
    overflow: hidden;
  }
  .am-list-news-one .am-list-item-thumb-bottom-left .am-list-item-text,
  .am-list-news-one .am-list-item-thumb-bottom-right .am-list-item-text {
    -webkit-line-clamp: 3;
    /* number of lines to show */
    max-height: 3.9em;
  }
  .am-list-news-one .am-list-item-thumb-bottom-left .am-list-thumb,
  .am-list-news-one .am-list-item-thumb-bottom-right .am-list-thumb {
    max-height: 60px;
    overflow: hidden;
  }
}
.am-map {
  width: 100%;
  height: 300px;
}
/**
  * Accordion Theme: default
  * Author: Hzp (hzp@yunshipei.com)
  */
.am-map-default #bd-map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  line-height: 1.4!important;
}
.am-map-default .BMap_bubble_title {
  font-weight: bold;
}
.am-map-default #BMap_mask {
  width: 100%;
}
.am-mechat {
  margin: 1rem;
}
.am-mechat .section-cbox-wap .cbox-post-wap .post-action-wap .action-function-wap .function-list-wap .list-upload-wap .upload-mutual-wap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.am-menu {
  position: relative;
  padding: 0;
  margin: 0;
}
.am-menu ul {
  padding: 0;
  margin: 0;
}
.am-menu li {
  list-style: none;
}
.am-menu a:after,
.am-menu a: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-menu-sub {
  z-index: 1050;
}
.am-menu-toggle {
  display: none;
  z-index: 1015;
}
.am-menu-toggle img {
  display: inline-block;
  height: 16px;
  width: auto;
  vertical-align: middle;
}
.am-menu-nav a {
  display: block;
  padding: 0.8rem 0;
  -webkit-transition: all 0.45s;
          transition: all 0.45s;
}
/**
  * Menu Theme: default
  * Author: Minwe (minwe@yunshipei.com)
  */
.am-menu-default .am-menu-nav {
  padding-top: 8px;
  padding-bottom: 8px;
}
.am-menu-default .am-menu-nav a {
  text-align: center;
  height: 36px;
  line-height: 36px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  color: #0e90d2;
}
.am-menu-default .am-menu-nav > .am-parent > a {
  position: relative;
  -webkit-transition: .15s;
          transition: .15s;
}
.am-menu-default .am-menu-nav > .am-parent > a:after {
  content: "\f107";
  margin-left: 5px;
  -webkit-transition: .15s;
          transition: .15s;
}
.am-menu-default .am-menu-nav > .am-parent > a:before {
  position: absolute;
  top: 100%;
  margin-top: -16px;
  left: 50%;
  margin-left: -12px;
  content: "\f0d8";
  display: none;
  color: #f1f1f1;
  font-size: 24px;
}
.am-menu-default .am-menu-nav > .am-parent.am-open > a {
  color: #095f8a;
}
.am-menu-default .am-menu-nav > .am-parent.am-open > a:before {
  display: block;
}
.am-menu-default .am-menu-nav > .am-parent.am-open > a:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.am-menu-default .am-menu-sub {
  position: absolute;
  left: 5px;
  right: 5px;
  background-color: #f1f1f1;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.am-menu-default .am-menu-sub > li > a {
  color: #555555;
}
@media only screen and (min-width:641px) {
  .am-menu-default .am-menu-nav li {
    width: auto;
    float: left;
    clear: none;
    display: inline;
  }
  .am-menu-default .am-menu-nav a {
    padding-left: 1.5rem;
    padding-right: .5rem;
  }
}
/**
/**
  * Menu Theme: dropdown1
  * Author: Minwe (minwe@yunshipei.com)
  */
.am-menu-dropdown1 {
  position: relative;
  /*@media @medium-up {
    .am-menu-toggle {
      display: none!important;
    }

    .am-menu-nav {
      &.am-collapse {
        display: block;
      }

      .am-menu-sub {
        background-color: ;//@menu-sub-bg;
        display: block;
        & > li {
          clear: none;

        }
      }

      .am-menu-lv2 {
        & > li {
          clear: none;
          width: auto;
        }
      }
    }
  }*/
}
.am-menu-dropdown1 .am-menu-toggle {
  position: absolute;
  right: 5px;
  top: -47px;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
}
.am-menu-dropdown1 a {
  -webkit-transition: all .4s;
          transition: all .4s;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-menu-dropdown1 .am-menu-nav {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1050;
}
.am-menu-dropdown1 .am-menu-nav a {
  padding: 0.8rem;
}
.am-menu-dropdown1 .am-menu-nav > li {
  width: 100%;
}
.am-menu-dropdown1 .am-menu-nav > li.am-parent > a {
  position: relative;
}
.am-menu-dropdown1 .am-menu-nav > li.am-parent > a::before {
  content: "\f067";
  position: absolute;
  right: 1rem;
  top: 1.4rem;
}
.am-menu-dropdown1 .am-menu-nav > li.am-parent.am-open > a {
  background-color: #0c80ba;
  border-bottom: none;
  color: #ffffff;
}
.am-menu-dropdown1 .am-menu-nav > li.am-parent.am-open > a:before {
  content: "\f068";
}
.am-menu-dropdown1 .am-menu-nav > li.am-parent.am-open > a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 8px solid #0c80ba;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 0 dotted;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
}
.am-menu-dropdown1 .am-menu-nav > li > a {
  border-bottom: 1px solid #0b76ac;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  background-color: #0e90d2;
  color: #ffffff;
  height: 49px;
  line-height: 49px;
  padding: 0;
  text-indent: 10px;
}
.am-menu-dropdown1 .am-menu-sub {
  background-color: #ffffff;
}
.am-menu-dropdown1 .am-menu-sub a {
  color: #555555;
  height: 44px;
  line-height: 44px;
  text-indent: 5px;
  padding: 0;
}
.am-menu-dropdown1 .am-menu-sub a:before {
  content: "\f105";
  color: #aaaaaa;
  font-size: 16px;
  margin-right: 5px;
}
/**
  * Menu Theme: dropdown2
  * Author: Minwe (minwe@yunshipei.com)
  */
.am-menu-dropdown2 .am-menu-toggle {
  position: absolute;
  right: 5px;
  top: -47px;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
}
.am-menu-dropdown2 .am-menu-nav {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 1050;
  padding-top: 8px;
  padding-bottom: 8px;
}
.am-menu-dropdown2 .am-menu-nav a {
  height: 38px;
  line-height: 38px;
  padding: 0;
  text-align: center;
}
.am-menu-dropdown2 .am-menu-nav > li > a {
  color: #333333;
}
.am-menu-dropdown2 .am-menu-nav > li.am-parent > a {
  position: relative;
}
.am-menu-dropdown2 .am-menu-nav > li.am-parent > a:after {
  content: "\f107";
  margin-left: 5px;
  -webkit-transition: -webkit-transform .2s;
          transition: transform .2s;
}
.am-menu-dropdown2 .am-menu-nav > li.am-parent.am-open > a {
  position: relative;
}
.am-menu-dropdown2 .am-menu-nav > li.am-parent.am-open > a:after {
  color: #0e90d2;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.am-menu-dropdown2 .am-menu-nav > li.am-parent.am-open > a:before {
  position: absolute;
  top: 100%;
  margin-top: -16px;
  left: 50%;
  margin-left: -12px;
  font-size: 24px;
  content: "\f0d8";
  color: rgba(0, 0, 0, 0.2);
}
.am-menu-dropdown2 .am-menu-sub {
  position: absolute;
  left: 5px;
  right: 5px;
  padding: 8px 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  z-index: 1055;
}
.am-menu-dropdown2 .am-menu-sub a {
  padding: 0;
  height: 35px;
  color: #555555;
  line-height: 35px;
}
@media only screen and (min-width:641px) {
  .am-menu-dropdown2 .am-menu-toggle {
    display: none !important;
  }
  .am-menu-dropdown2 .am-menu-nav {
    position: static;
    display: block;
  }
  .am-menu-dropdown2 .am-menu-nav > li {
    float: none;
    width: auto;
    display: inline-block;
  }
  .am-menu-dropdown2 .am-menu-nav > li a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .am-menu-dropdown2 .am-menu-sub {
    left: auto;
    right: auto;
  }
  .am-menu-dropdown2 .am-menu-sub > li {
    float: none;
    width: auto;
  }
  .am-menu-dropdown2 .am-menu-sub a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/**
  * Menu Theme: slide1
  * Author: Minwe (minwe@yunshipei.com)
  */
.am-menu-slide1 .am-menu-toggle {
  position: absolute;
  right: 5px;
  top: -47px;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
}
.am-menu-slide1 .am-menu-nav {
  background-color: #f5f5f5;
  padding-top: 8px;
  padding-bottom: 8px;
}
.am-menu-slide1 .am-menu-nav.am-in: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);
  content: "\f0d8";
  font-size: 24px;
  color: #f5f5f5;
  position: absolute;
  right: 16px;
  top: -16px;
}
.am-menu-slide1 .am-menu-nav a {
  line-height: 38px;
  height: 38px;
  display: block;
  padding: 0;
  text-align: center;
}
.am-menu-slide1 .am-menu-nav > li > a {
  color: #333333;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-menu-slide1 .am-menu-nav > .am-parent > a {
  position: relative;
  -webkit-transition: .15s;
          transition: .15s;
}
.am-menu-slide1 .am-menu-nav > .am-parent > a:after {
  content: "\f107";
  margin-left: 5px;
  -webkit-transition: .15s;
          transition: .15s;
}
.am-menu-slide1 .am-menu-nav > .am-parent > a:before {
  position: absolute;
  top: 100%;
  margin-top: -16px;
  left: 50%;
  margin-left: -12px;
  content: "\f0d8";
  display: none;
  color: #0e90d2;
  font-size: 24px;
}
.am-menu-slide1 .am-menu-nav > .am-parent.am-open > a {
  color: #0e90d2;
}
.am-menu-slide1 .am-menu-nav > .am-parent.am-open > a:before {
  display: block;
}
.am-menu-slide1 .am-menu-nav > .am-parent.am-open > a:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.am-menu-slide1 .am-menu-sub {
  position: absolute;
  left: 5px;
  right: 5px;
  background-color: #0e90d2;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.am-menu-slide1 .am-menu-sub > li > a {
  color: #ffffff;
}
@media only screen and (min-width:641px) {
  .am-menu-slide1 .am-menu-toggle {
    display: none !important;
  }
  .am-menu-slide1 .am-menu-nav {
    background-color: #f5f5f5;
    display: block;
  }
  .am-menu-slide1 .am-menu-nav.am-in:before {
    display: none;
  }
  .am-menu-slide1 .am-menu-nav li {
    width: auto;
    clear: none;
  }
  .am-menu-slide1 .am-menu-nav li a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/**
  * Menu Theme: offcanvas1
  * Author: Minwe (minwe@yunshipei.com)
  */
.am-menu-offcanvas1 .am-menu-toggle {
  position: absolute;
  right: 5px;
  top: -47px;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
}
.am-menu-offcanvas1 .am-menu-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}
.am-menu-offcanvas1 .am-menu-nav > li > a {
  height: 44px;
  line-height: 44px;
  text-indent: 15px;
  padding: 0;
  position: relative;
  color: #cccccc;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.am-menu-offcanvas1 .am-menu-nav > .am-open > a,
.am-menu-offcanvas1 .am-menu-nav > li > a:hover,
.am-menu-offcanvas1 .am-menu-nav > li > a:focus {
  background-color: #474747;
  color: #ffffff;
  outline: none;
}
.am-menu-offcanvas1 .am-menu-nav > .am-active > a {
  background-color: #1a1a1a;
  color: #ffffff;
}
.am-menu-offcanvas1 .am-menu-nav > .am-parent > a {
  -webkit-transition: all .3s;
          transition: all .3s;
}
.am-menu-offcanvas1 .am-menu-nav > .am-parent > a:after {
  content: "\f104";
  position: absolute;
  right: 1.5rem;
  top: 1.3rem;
}
.am-menu-offcanvas1 .am-menu-nav > .am-parent.am-open > a:after {
  content: "\f107";
}
.am-menu-offcanvas1 .am-menu-sub {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 5px 0 5px 15px;
  background-color: #1a1a1a;
  font-size: 1.4rem;
}
.am-menu-offcanvas1 .am-menu-sub a {
  color: #eeeeee;
}
.am-menu-offcanvas1 .am-menu-sub a:hover {
  color: #ffffff;
}
.am-menu-offcanvas1 .am-nav-divider {
  border-top: 1px solid #1a1a1a;
}
/**
  * Menu Theme: offcanvas2
  * Author: Minwe (minwe@yunshipei.com)
  */
.am-menu-offcanvas2 .am-menu-toggle {
  position: absolute;
  right: 5px;
  top: -47px;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
}
.am-menu-offcanvas2 .am-menu-nav {
  padding: 10px 5px;
}
.am-menu-offcanvas2 .am-menu-nav > li {
  padding: 5px;
}
.am-menu-offcanvas2 .am-menu-nav > li > a {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  background-color: #404040;
  color: #cccccc;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  height: 44px;
  line-height: 44px;
  padding: 0;
  text-align: center;
}
.am-menu-offcanvas2 .am-menu-nav > li > a:hover,
.am-menu-offcanvas2 .am-menu-nav > li > a:focus {
  background-color: #262626;
  color: #ffffff;
  outline: none;
}
.am-menu-offcanvas2 .am-menu-nav > .am-active > a {
  background-color: #262626;
  color: #ffffff;
}
/**
  * Menu Theme: stack
  * Author: Minwe (minwe@yunshipei.com)
  */
.am-menu-stack .am-menu-nav {
  border-bottom: 1px solid #dedede;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}
.am-menu-stack .am-menu-nav > .am-parent > a {
  -webkit-transition: all .3s;
          transition: all .3s;
}
.am-menu-stack .am-menu-nav > .am-parent > a:after {
  content: "\f105";
  position: absolute;
  right: 1.5rem;
  top: 1.3rem;
  -webkit-transition: all .15s;
          transition: all .15s;
}
.am-menu-stack .am-menu-nav > .am-parent.am-open > a:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.am-menu-stack .am-menu-nav > li > a {
  position: relative;
  color: #333333;
  background-color: #f5f5f5;
  border-top: 1px solid #dedede;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  height: 49px;
  line-height: 49px;
  text-indent: 10px;
  padding: 0;
}
.am-menu-stack .am-menu-nav > .am-open > a,
.am-menu-stack .am-menu-nav > li > a:hover,
.am-menu-stack .am-menu-nav > li > a:focus {
  background-color: #e5e5e5;
  color: #222222;
  outline: none;
}
.am-menu-stack .am-menu-sub {
  padding: 0;
  font-size: 1.4rem;
  border-top: 1px solid #dedede;
}
.am-menu-stack .am-menu-sub a {
  border-bottom: 1px solid #dedede;
  padding-left: 2rem;
  color: #444444;
}
.am-menu-stack .am-menu-sub a:hover {
  color: #333333;
}
.am-menu-stack .am-menu-sub li:last-child a {
  border-bottom: none;
}
.am-menu-stack .am-menu-sub > li > a {
  height: 44px;
  line-height: 44px;
  text-indent: 15px;
  padding: 0;
}
@media only screen and (min-width:641px) {
  .am-menu-stack .am-menu-nav {
    background-color: #f5f5f5;
  }
  .am-menu-stack .am-menu-nav > li {
    float: left;
    width: auto;
    clear: none !important;
    display: inline-block;
  }
  .am-menu-stack .am-menu-nav > li a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .am-menu-stack .am-menu-nav > li.am-parent > a:after {
    position: static;
    content: "\f107";
  }
  .am-menu-stack .am-menu-nav > li.am-parent.am-open a {
    border-bottom: none;
  }
  .am-menu-stack .am-menu-nav > li.am-parent.am-open a:after {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
  .am-menu-stack .am-menu-nav > li.am-parent.am-open .am-menu-sub {
    background-color: #e5e5e5;
  }
  .am-menu-stack .am-menu-sub {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #ddd;
    border-top: none;
  }
  .am-menu-stack .am-menu-sub li {
    width: auto;
    float: left;
    clear: none;
  }
}
/**
  * Menu Theme: one
  * Author: one (hzp@yunshipei.com)
  */
.am-menu-one {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 2px 10px #d7d7d7;
          box-shadow: 0 2px 10px #d7d7d7;
  height: 40px;
}
.am-menu-one .am-menu-nav-wrap {
  overflow: hidden;
}
.am-menu-one .am-menu-nav {
  height: 40px;
}
.am-menu-one .am-menu-nav:before,
.am-menu-one .am-menu-nav:after {
  content: " ";
  display: table;
}
.am-menu-one .am-menu-nav:after {
  clear: both;
}
.am-menu-one .am-menu-nav > li {
  float: left;
  clear: none;
  width: auto;
}
.am-menu-one .am-menu-nav > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #7d7d7d;
}
.am-menu-one .am-menu-nav .am-active > a {
  color: #555555;
  border-bottom: 2px solid #15afef;
}
.am-menu-one .am-menu-nav .am-open > a {
  position: relative;
}
.am-menu-one .am-menu-nav .am-open > a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-bottom: 6px solid #15afef;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 0 dotted;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.am-menu-one .am-menu-nav-sub-wrap {
  position: relative;
  z-index: 1050;
}
.am-menu-one .am-menu-sub {
  position: absolute;
  top: 1px;
  left: -5px;
  right: -5px;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.am-menu-one .am-menu-sub li {
  text-align: center;
}
.am-menu-one .am-menu-sub a {
  padding: 0;
  color: #555555;
  line-height: 40px;
}
.am-navbar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 49px;
  line-height: 49px;
  z-index: 1010;
}
.am-navbar ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.am-navbar .am-navbar-nav {
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.am-navbar .am-navbar-nav li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  float: none;
}
.am-navbar-nav {
  position: relative;
  z-index: 1015;
}
.am-navbar-nav a {
  display: inline-block;
  width: 100%;
  height: 49px;
  line-height: 20px;
}
.am-navbar-nav a img {
  display: block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  margin: 4px auto 0;
}
.am-navbar-nav a [class*="am-icon"] {
  width: 24px;
  height: 24px;
  margin: 4px auto 0;
  display: block;
  line-height: 24px;
}
.am-navbar-nav a [class*="am-icon"]:before {
  font-size: 22px;
  vertical-align: middle;
}
.am-navbar-nav a .am-navbar-label {
  padding-top: 2px;
  line-height: 1;
  font-size: 12px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-navbar-more [class*="am-icon-"] {
  -webkit-transition: 0.15s;
          transition: 0.15s;
}
.am-navbar-more.am-active [class*="am-icon-"] {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.am-navbar-actions {
  position: absolute;
  bottom: 49px;
  right: 0;
  left: 0;
  z-index: 1009;
  opacity: 0;
  -webkit-transition: .3s;
          transition: .3s;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.am-navbar-actions.am-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.am-navbar-actions li {
  line-height: 42px;
  position: relative;
}
.am-navbar-actions li a {
  display: block;
  width: 100%;
  height: 40px;
  -webkit-box-shadow: inset 0 1px rgba(220, 220, 220, 0.25);
          box-shadow: inset 0 1px rgba(220, 220, 220, 0.25);
  padding-left: 20px;
  padding-right: 36px;
}
.am-navbar-actions li a :after {
  font-family: "FontAwesome", sans-serif;
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
}
.am-navbar-actions li a img {
  vertical-align: middle;
  height: 20px;
  width: 20px;
  display: inline;
}
#am-navbar-qrcode {
  width: 220px;
  height: 220px;
  margin-left: -110px;
}
#am-navbar-qrcode .am-modal-bd {
  padding: 10px;
}
#am-navbar-qrcode canvas {
  display: block;
  width: 200px;
  height: 200px;
}
.am-with-fixed-navbar {
  padding-bottom: 54px;
}
/**
  * Navbar Theme: default
  * Author: hzp (hzp@yunshipei.com)
  */
.am-navbar-default a {
  color: #ffffff;
}
.am-navbar-default .am-navbar-nav {
  background-color: #0e90d2;
}
.am-navbar-default .am-navbar-actions {
  background-color: #0d86c4;
}
.am-navbar-default .am-navbar-actions a {
  border-bottom: 1px solid #0b6fa2;
}
/**
  * Navbar Theme: one
  * Author: hzp (hzp@yunshipei.com)
  */
.am-navbar-one a {
  color: #ffffff;
}
.am-navbar-one .am-navbar-nav {
  background-color: #15afef;
}
.am-navbar-one .am-navbar-actions {
  background-color: #0f9fdb;
}
.am-navbar-one .am-navbar-actions a {
  border-bottom: 1px solid #0d87ba;
}
.am-pagination {
  position: relative;
}
/**
  * Pagination Theme: default
  */
.am-pagination-default {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.6rem;
}
.am-pagination-default .am-pagination-prev,
.am-pagination-default .am-pagination-next {
  float: none;
}
/**
  * Pagination Theme: select
  */
.am-pagination-select {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.6rem;
}
.am-pagination-select > li > a {
  line-height: 36px;
  background-color: #eeeeee;
  padding: 0 15px;
  border: 0;
  color: #555555;
}
.am-pagination-select .am-pagination-select {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 36px;
  text-align: center;
  border-radius: 0;
}
.am-pagination-select .am-pagination-select select {
  display: block;
  border: 0;
  line-height: 36px;
  width: 70px;
  height: 36px;
  border-radius: 0;
  color: #555555;
  background-color: #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 18px;
}
/**
  * Pagination Theme: one
  */
.am-pagination-one {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.am-pagination-one > li > a {
  line-height: 36px;
  background-color: #ffffff;
  padding: 0 15px;
  color: #555555;
}
.am-pagination-one .am-pagination-select {
  float: left;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 36px;
  text-align: center;
}
.am-pagination-one .am-pagination-select select {
  display: block;
  line-height: 36px;
  width: 50px;
  height: 36px;
  border-radius: 0;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 18px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  color: #555555;
}
.am-paragraph p {
  margin: 10px 0;
}
.am-paragraph img {
  max-width: 100%;
}
.am-paragraph h1,
.am-paragraph h2,
.am-paragraph h3,
.am-paragraph h4,
.am-paragraph h5,
.am-paragraph h6 {
  color: #222222;
}
.am-paragraph table {
  max-width: none;
}
.am-paragraph-table-container {
  overflow: hidden;
  background: #eeeeee;
  max-width: none;
}
.am-paragraph-table-container table {
  width: 100%;
  max-width: none;
}
.am-paragraph-table-container table th {
  background: #bce5fb;
  height: 40px;
  border: 1px solid #999999;
  text-align: center;
}
.am-paragraph-table-container table td {
  border: 1px solid #999999;
  text-align: center;
  vertical-align: middle;
  background: #ffffff;
}
.am-paragraph-table-container table td p {
  text-indent: 0;
  font-size: 1.4rem;
}
.am-paragraph-table-container table td a {
  font-size: 1.4rem;
}
/**
  * Paragraph Theme: default
  */
.am-paragraph-default {
  margin: 0 10px;
  color: #333333;
  background-color: transparent;
}
.am-paragraph-default p {
  font-size: 1.4rem;
}
.am-paragraph-default img {
  max-width: 98%;
  display: block;
  margin: 5px auto;
  border: 1px solid #eeeeee;
  padding: 2px;
}
.am-paragraph-default a {
  color: #0e90d2;
}
/**
  * Paragraph Theme: one
  */
.am-paragraph-one {
  color: #555555;
  background: #ffffff;
  margin: 0 10px;
  padding: 4px;
}
.am-paragraph-one h1,
.am-paragraph-one h2,
.am-paragraph-one h3,
.am-paragraph-one h4,
.am-paragraph-one h5,
.am-paragraph-one h6 {
  color: #333333;
  font-weight: normal;
  margin-top: 0;
}
.am-paragraph-one h1 {
  font-size: 2rem;
}
.am-paragraph-one h2,
.am-paragraph-one h3 {
  font-size: 1.8rem;
}
.am-paragraph-one h4,
.am-paragraph-one h5 {
  font-size: 1.6rem;
}
.am-paragraph-one h6 {
  font-size: 1.4rem;
}
.am-paragraph-one hr {
  background: #dfdfdf;
  height: 1px;
  border: 0;
  overflow: hidden;
}
.am-paragraph-one img {
  max-width: 100%;
  display: block;
  margin: 5px 0;
}
.am-paragraph-one a {
  color: #333333;
}
.am-paragraph-one p,
.am-paragraph-one div,
.am-paragraph-one table {
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
}
.am-paragraph-one ul,
.am-paragraph-one ol {
  padding-left: 0;
}
.am-paragraph-one li {
  list-style: none;
  font-size: 1.4rem;
}
/**
  * Slider Theme: a1
  */
.am-slider-a1 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.am-slider-a1 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .am-slider-a1 .am-viewport {
  max-height: 300px;
}
.am-slider-a1 .am-control-nav {
  width: 100%;
  position: absolute;
  bottom: 5px;
  text-align: center;
  line-height: 0;
}
.am-slider-a1 .am-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
.am-slider-a1 .am-control-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  -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-a1 .am-control-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.am-slider-a1 .am-control-nav li a.am-active {
  background-color: #0e90d2;
  cursor: default;
}
.am-slider-a1 .am-direction-nav,
.am-slider-a1 .am-pauseplay {
  display: none;
}
/**
  * Slider Theme: a2
  */
.am-slider-a2 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.am-slider-a2 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .am-slider-a2 .am-viewport {
  max-height: 300px;
}
.am-slider-a2 .am-control-nav {
  width: 35%;
  position: absolute;
  bottom: 15px;
  right:15px;
  text-align:center;
  line-height: 0;
}
.am-slider-a2 .am-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
.am-slider-a2 .am-control-nav li a {
  width: 15px;
  height: 15px;
  display: block;
  background-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  filter:alpha(opacity=90); /*IE滤镜，透明度50%*/
  -moz-opacity:0.9; /*Firefox私有，透明度50%*/
  opacity:0.9;/*其他，透明度50%*/
  cursor: pointer;
  text-indent: -9999px;
}
.am-slider-a2 .am-control-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.am-slider-a2 .am-control-nav li a.am-active {
  background: #0e93d7;
  cursor: default;
}
.am-slider-a2 .am-direction-nav,
.am-slider-a2 .am-pauseplay {
  display: none;
}
/**
  * Slider Theme: a3
  */
.am-slider-a3 {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.am-slider-a3 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .am-slider-a3 .am-viewport {
  max-height: 300px;
}
.am-slider-a3 .am-control-nav {
  width: 100%;
  position: absolute;
  bottom: -20px;
  text-align: center;
  height: 20px;
  background-color: #000000;
  padding-top: 5px;
  line-height: 0;
}
.am-slider-a3 .am-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
.am-slider-a3 .am-control-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 3px rgba(200, 200, 200, 0.3);
          box-shadow: inset 0 0 3px rgba(200, 200, 200, 0.3);
}
.am-slider-a3 .am-control-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.am-slider-a3 .am-control-nav li a.am-active {
  background: #0e90d2;
  cursor: default;
}
.am-slider-a3 .am-direction-nav,
.am-slider-a3 .am-pauseplay {
  display: none;
}
/**
  * Slider Theme: a4
  */
.am-slider-a4 {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.am-slider-a4 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .am-slider-a4 .am-viewport {
  max-height: 300px;
}
.am-slider-a4 .am-control-nav {
  width: 100%;
  position: absolute;
  bottom: -15px;
  text-align: center;
  line-height: 0;
}
.am-slider-a4 .am-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
.am-slider-a4 .am-control-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  -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-a4 .am-control-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.am-slider-a4 .am-control-nav li a.am-active {
  background-color: #0e90d2;
  cursor: default;
}
.am-slider-a4 .am-direction-nav,
.am-slider-a4 .am-pauseplay {
  display: none;
}
/**
  * Slider Theme: a5
  */
.am-slider-a5 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.am-slider-a5 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .am-slider-a5 .am-viewport {
  max-height: 300px;
}
.am-slider-a5 .am-control-nav {
  width: 100%;
  position: absolute;
  text-align: center;
  height: 6px;
  display: table;
  bottom: 0;
  font-size: 0;
  line-height: 0;
}
.am-slider-a5 .am-control-nav li {
  display: table-cell;
}
.am-slider-a5 .am-control-nav li a {
  width: 100%;
  height: 6px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
}
.am-slider-a5 .am-control-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.am-slider-a5 .am-control-nav li a.am-active {
  background-color: #0e90d2;
  cursor: default;
}
.am-slider-a5 .am-direction-nav,
.am-slider-a5 .am-pauseplay {
  display: none;
}
/**
  * Slider Theme: b1
  */
.am-slider-b1 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Direction Nav */
}
.am-slider-b1 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .am-slider-b1 .am-viewport {
  max-height: 300px;
}
.am-slider-b1 .am-direction-nav a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 24px;
  height: 24px;
  padding: 8px 0;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0;
  text-align: center;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.am-slider-b1 .am-direction-nav a: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);
  content: "\f053";
  font-size: 24px;
}
.am-slider-b1 .am-direction-nav a.am-prev {
  left: 0;
  padding-right: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.am-slider-b1 .am-direction-nav a.am-next {
  right: 0;
  padding-left: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.am-slider-b1 .am-direction-nav a.am-next:before {
  content: "\f054";
}
.am-slider-b1 .am-direction-nav .am-disabled {
  opacity: 0!important;
  cursor: default;
}
.am-slider-b1:hover .am-prev {
  opacity: 0.7;
}
.am-slider-b1:hover .am-prev:hover {
  opacity: 1;
}
.am-slider-b1:hover .am-next {
  opacity: 0.7;
}
.am-slider-b1:hover .am-next:hover {
  opacity: 1;
}
.am-slider-b1 .am-control-nav,
.am-slider-b1 .am-pauseplay {
  display: none;
}
/**
  * Slider Theme: b2
  */
.am-slider-b2 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Direction Nav */
}
.am-slider-b2 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .am-slider-b2 .am-viewport {
  max-height: 300px;
}
.am-slider-b2 .am-slides .bg{
  width:100%;
  height:346px;
}
.am-slider-b2 .am-direction-nav a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 24px;
  height: 54px;
  line-height:54px;
  padding: 4px;
  margin: -16px 0 0;
  position: absolute;
  top: 45%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  color: #ccc;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 0;
  text-align: center;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.am-slider-b2 .am-direction-nav a: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);
  content: "\f104";
  font-size: 66px;
  line-height: 46px;
}
.am-slider-b2 .am-direction-nav a.am-prev {
  left: 50%;
  margin-left:-650px;
}
.am-slider-b2 .am-direction-nav a.am-next {
  left: 50%;
  margin-left:620px;
}
.am-slider-b2 .am-direction-nav a.am-next:before {
  content: "\f105";
}
.am-slider-b2 .am-direction-nav .am-disabled {
  opacity: 0!important;
  cursor: default;
}
.am-slider-b2:hover .am-prev {
  opacity: 0.7;
}
.am-slider-b2:hover .am-prev:hover {
  opacity: 1;
}
.am-slider-b2:hover .am-next {
  opacity: 0.7;
}
.am-slider-b2:hover .am-next:hover {
  opacity: 1;
}
.am-slider-b2 .am-control-nav {
  width: 100%;
  position: absolute;
  bottom: 25px;
  text-align: center;
}
.am-slider-b2 .am-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
.am-slider-b2 .am-control-nav li a {
  width: 70px;
  height: 5px;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  -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-b2 .am-control-nav li a:hover {
  background: rgba(255, 255, 255, 0.7);
}
.am-slider-b2 .am-control-nav li a.am-active {
  background: #fff;
  cursor: default;
}
.am-slider-b2 .am-pauseplay {
  display: none;
}
/**
  * Slider Theme: b3
  */
.am-slider-b3 {
  margin: 15px 30px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Direction Nav */
}
.am-slider-b3 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .am-slider-b3 .am-viewport {
  max-height: 300px;
}
.am-slider-b3 .am-direction-nav a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 24px;
  height: 24px;
  padding: 4px;
  margin: -16px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  color: #333333;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.am-slider-b3 .am-direction-nav a: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);
  content: "\f053";
  font-size: 24px;
}
.am-slider-b3 .am-direction-nav a.am-prev {
  left: -25px;
}
.am-slider-b3 .am-direction-nav a.am-next {
  right: -25px;
  text-align: right;
}
.am-slider-b3 .am-direction-nav a.am-next:before {
  content: "\f054";
}
.am-slider-b3 .am-direction-nav .am-disabled {
  opacity: 0!important;
  cursor: default;
}
.am-slider-b3:hover .am-prev {
  opacity: 0.7;
}
.am-slider-b3:hover .am-prev:hover {
  opacity: 1;
}
.am-slider-b3:hover .am-next {
  opacity: 0.7;
}
.am-slider-b3:hover .am-next:hover {
  opacity: 1;
}
.am-slider-b3 .am-control-nav,
.am-slider-b3 .am-pauseplay {
  display: none;
}
/**
  * Slider Theme: b4
  */
.am-slider-b4 {
  margin: 15px 20px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Direction Nav */
}
.am-slider-b4 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .am-slider-b4 .am-viewport {
  max-height: 300px;
}
.am-slider-b4 .am-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 24px;
  height: 24px;
  margin: -16px 0 0;
  padding: 4px;
  overflow: hidden;
  opacity: 0.45;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 0;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.am-slider-b4 .am-direction-nav a: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);
  content: "\f053";
  font-size: 20px;
  line-height: 24px;
}
.am-slider-b4 .am-direction-nav a.am-prev {
  left: -15px;
}
.am-slider-b4 .am-direction-nav a.am-next {
  right: -15px;
}
.am-slider-b4 .am-direction-nav a.am-next:before {
  content: "\f054";
}
.am-slider-b4 .am-direction-nav .am-disabled {
  opacity: 0!important;
  cursor: default;
}
.am-slider-b4:hover .am-prev {
  opacity: 0.7;
}
.am-slider-b4:hover .am-prev:hover {
  opacity: 0.9;
}
.am-slider-b4:hover .am-next {
  opacity: 0.7;
}
.am-slider-b4:hover .am-next:hover {
  opacity: 0.9;
}
.am-slider-b4 .am-control-nav,
.am-slider-b4 .am-pauseplay {
  display: none;
}
/**
  * Slider Theme: c1
  */
.am-slider-c1 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.am-slider-c1 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .am-slider-c1 .am-viewport {
  max-height: 300px;
}
.am-slider-c1 .am-control-nav {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 6px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.am-slider-c1 .am-control-nav li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.am-slider-c1 .am-control-nav li a {
  width: 100%;
  height: 6px;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  text-indent: -9999px;
}
.am-slider-c1 .am-control-nav li a:hover {
  background: rgba(0, 0, 0, 0.8);
}
.am-slider-c1 .am-control-nav li a.am-active {
  background-color: #0e90d2;
  cursor: default;
}
.am-slider-c1 .am-slider-desc {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 6px;
  padding: 8px;
  width: 100%;
  color: #ffffff;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-slider-c1 .am-direction-nav,
.am-slider-c1 .am-pauseplay {
  display: none;
}
/**
  * Slider Theme: c2
  */
.am-slider-c2 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.am-slider-c2 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .am-slider-c2 .am-viewport {
  max-height: 300px;
}
.am-slider-c2 .am-control-nav {
  position: absolute;
  bottom: 15px;
  right: 0;
  height: 6px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.am-slider-c2 .am-control-nav li {
  display: inline-block;
  margin-right: 6px;
}
.am-slider-c2 .am-control-nav li a {
  width: 6px;
  height: 6px;
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  text-indent: -9999px;
}
.am-slider-c2 .am-control-nav li a:hover {
  background: rgba(230, 230, 230, 0.4);
}
.am-slider-c2 .am-control-nav li a.am-active {
  background-color: #0e90d2;
  cursor: default;
}
.am-slider-c2 .am-slider-desc {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  padding: 8px 60px 8px 8px;
  width: 100%;
  color: #ffffff;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-slider-c2 .am-direction-nav,
.am-slider-c2 .am-pauseplay {
  display: none;
}
/**
  * Slider Theme: c3
  */
.am-slider-c3 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Direction Nav */
}
.am-slider-c3 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .am-slider-c3 .am-viewport {
  max-height: 300px;
}
.am-slider-c3 .am-slider-desc {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 10px;
  right: 60px;
  height: 30px;
  left: 0;
  padding-right: 5px;
  color: #ffffff;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-slider-c3 .am-slider-counter {
  margin-right: 5px;
  display: inline-block;
  height: 30px;
  background-color: #0e90d2;
  width: 40px;
  text-align: center;
  line-height: 30px;
  color: #eeeeee;
  font-size: 1rem;
}
.am-slider-c3 .am-slider-counter .am-active {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
}
.am-slider-c3 .am-direction-nav a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 24px;
  height: 24px;
  padding: 4px 0;
  margin: -16px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0;
  text-align: center;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.am-slider-c3 .am-direction-nav a: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);
  content: "\f053";
  font-size: 16px;
  line-height: 24px;
}
.am-slider-c3 .am-direction-nav a.am-prev {
  left: 0;
  padding-right: 5px;
}
.am-slider-c3 .am-direction-nav a.am-next {
  right: 0;
  padding-left: 5px;
}
.am-slider-c3 .am-direction-nav a.am-next:before {
  content: "\f054";
}
.am-slider-c3 .am-direction-nav .am-disabled {
  opacity: 0!important;
  cursor: default;
}
.am-slider-c3:hover .am-prev {
  opacity: 0.7;
}
.am-slider-c3:hover .am-prev:hover {
  opacity: 1;
}
.am-slider-c3:hover .am-next {
  opacity: 0.7;
}
.am-slider-c3:hover .am-next:hover {
  opacity: 1;
}
.am-slider-c3 .am-control-nav,
.am-slider-c3 .am-pauseplay {
  display: none;
}
/**
  * Slider Theme: c4
  */
.am-slider-c4 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Direction Nav */
}
.am-slider-c4 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .am-slider-c4 .am-viewport {
  max-height: 300px;
}
.am-slider-c4 .am-slider-desc {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 8px 40px;
  color: #ffffff;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-slider-c4 .am-direction-nav a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 24px;
  height: 24px;
  padding: 4px 0;
  margin: 0;
  position: absolute;
  bottom: 4px;
  z-index: 10;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.am-slider-c4 .am-direction-nav a: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);
  content: "\f053";
  font-size: 24px;
}
.am-slider-c4 .am-direction-nav a.am-prev {
  left: 0;
  padding-right: 5px;
}
.am-slider-c4 .am-direction-nav a.am-next {
  right: 0;
  padding-left: 5px;
}
.am-slider-c4 .am-direction-nav a.am-next:before {
  content: "\f054";
}
.am-slider-c4 .am-direction-nav .am-disabled {
  opacity: 0!important;
  cursor: default;
}
.am-slider-c4:hover .am-prev {
  opacity: 0.7;
}
.am-slider-c4:hover .am-prev:hover {
  opacity: 1;
}
.am-slider-c4:hover .am-next {
  opacity: 0.7;
}
.am-slider-c4:hover .am-next:hover {
  opacity: 1;
}
.am-slider-c4 .am-control-nav,
.am-slider-c4 .am-pauseplay {
  display: none;
}
/**
  * Slider Theme: d1
  */
.am-slider-d1 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Direction Nav */
}
.am-slider-d1 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .am-slider-d1 .am-viewport {
  max-height: 300px;
}
.am-slider-d1 .am-slider-desc {
  padding: 8px 35px;
  width: 100%;
  color: #ffffff;
  background-color: #0e90d2;
}
.am-slider-d1 .am-slider-title {
  font-weight: normal;
  margin-bottom: 2px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-slider-d1 .am-slider-more {
  color: #eeeeee;
  font-size: 1.3rem;
}
.am-slider-d1 .am-direction-nav a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  position: absolute;
  bottom: 18px;
  z-index: 10;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-size: 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-transition: all 03s ease;
          transition: all 03s ease;
}
.am-slider-d1 .am-direction-nav a: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);
  content: "\f053";
  font-size: 16px;
  line-height: 24px;
}
.am-slider-d1 .am-direction-nav a.am-prev {
  left: 5px;
}
.am-slider-d1 .am-direction-nav a.am-next {
  right: 5px;
}
.am-slider-d1 .am-direction-nav a.am-next:before {
  content: "\f054";
}
.am-slider-d1 .am-direction-nav .am-disabled {
  opacity: 0!important;
  cursor: default;
}
.am-slider-d1:hover .am-prev {
  opacity: 0.7;
}
.am-slider-d1:hover .am-prev:hover {
  opacity: 1;
}
.am-slider-d1:hover .am-next {
  opacity: 0.7;
}
.am-slider-d1:hover .am-next:hover {
  opacity: 1;
}
.am-slider-d1 .am-control-nav,
.am-slider-d1 .am-pauseplay {
  display: none;
}
/**
  * Slider Theme: d2
  */
.am-slider-d2 {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.am-slider-d2 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .am-slider-d2 .am-viewport {
  max-height: 300px;
}
.am-slider-d2 .am-slider-desc {
  position: absolute;
  left: 10px;
  bottom: 20px;
  right: 50px;
  color: #ffffff;
}
.am-slider-d2 .am-slider-content {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 6px;
  margin-bottom: 10px;
}
.am-slider-d2 .am-slider-content p {
  margin: 0;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.4rem;
}
.am-slider-d2 .am-slider-title {
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-slider-d2 .am-slider-more {
  color: #eeeeee;
  font-size: 1.3rem;
  background-color: #0e90d2;
  padding: 2px 10px;
}
.am-slider-d2 .am-control-nav {
  width: 100%;
  position: absolute;
  bottom: -15px;
  text-align: center;
}
.am-slider-d2 .am-control-nav li {
  margin: 0 6px;
  display: inline-block;
}
.am-slider-d2 .am-control-nav li a {
  width: 8px;
  height: 8px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  -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-d2 .am-control-nav li a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.am-slider-d2 .am-control-nav li a.am-active {
  background: #0e90d2;
  cursor: default;
}
.am-slider-d2 .am-direction-nav,
.am-slider-d2 .am-pauseplay {
  display: none;
}
/**
  * Slider Theme: d3
  */
.am-slider-d3 {
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}
.am-slider-d3 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .am-slider-d3 .am-viewport {
  max-height: 300px;
}
.am-slider-d3 .am-slider-desc {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 5px;
}
.am-slider-d3 .am-slider-desc p {
  margin: 0;
  font-size: 1.3rem;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-slider-d3 .am-slider-title {
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-slider-d3 .am-control-thumbs {
  position: static;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.am-slider-d3 .am-control-thumbs li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 4px 4px;
  position: relative;
}
.am-slider-d3 .am-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .85;
  cursor: pointer;
}
.am-slider-d3 .am-control-thumbs img:hover {
  opacity: 1;
}
.am-slider-d3 .am-control-thumbs .am-active {
  opacity: 1;
  cursor: default;
}
.am-slider-d3 .am-control-thumbs .am-active + i {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 8px solid rgba(0, 0, 0, 0.7);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 0 dotted;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  margin-left: -4px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.am-slider-d3 .am-direction-nav,
.am-slider-d3 .am-pauseplay {
  display: none;
}
/**
  * Slider Theme: one
  */
.am-slider-one {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  margin: 0 10px;
  /* Control Nav */
}
.am-slider-one .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.loading .am-slider-one .am-viewport {
  max-height: 300px;
}
.am-slider-one .am-viewport .am-slider-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 26px;
  width: 100%;
  line-height: 26px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.am-slider-one .am-viewport .am-slider-desc .am-slider-title {
  font-weight: normal;
  font-size: 12px;
  text-indent: 4px;
  padding-right: 80px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-slider-one .am-control-nav {
  display: none;
}
.am-slider-one .am-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 24px;
  height: 24px;
  margin: -12px 0 0;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.am-slider-one .am-direction-nav a: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);
  color: rgba(0, 0, 0, 0.7);
  content: "\f053";
  font-size: 24px;
}
.am-slider-one .am-direction-nav a.am-next:before {
  content: "\f054";
}
.am-slider-one .am-direction-nav .am-prev {
  left: 10px;
}
.am-slider-one .am-direction-nav .am-next {
  right: 10px;
  text-align: right;
}
.am-slider-one .am-direction-nav .am-disabled {
  opacity: 0!important;
  cursor: default;
}
.am-slider-one:hover .am-prev {
  opacity: 0.7;
  left: 10px;
}
.am-slider-one:hover .am-prev:hover {
  opacity: 1;
}
.am-slider-one:hover .am-next {
  opacity: 0.7;
  right: 10px;
}
.am-slider-one:hover .am-next:hover {
  opacity: 1;
}
.am-slider-one .am-pauseplay {
  display: none;
}
[data-am-widget='tabs'] {
  margin: 10px;
}
[data-am-widget='tabs'] .am-tabs-nav {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
[data-am-widget='tabs'] .am-tabs-nav li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
[data-am-widget='tabs'] .am-tabs-nav a {
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/**
  * Tabs Theme: default
  */
.am-tabs-default .am-tabs-nav {
  line-height: 40px;
  background-color: #eeeeee;
}
.am-tabs-default .am-tabs-nav a {
  color: #222222;
  line-height: 42px;
}
.am-tabs-default .am-tabs-nav > .am-active a {
  background-color: #2562a1;
  color: #ffffff;
}
/**
  * Tabs Theme: d2
  */
.am-tabs-d2 .am-tabs-nav {
  background-color: #eeeeee;
}
.am-tabs-d2 .am-tabs-nav li {
  height: 42px;
}
.am-tabs-d2 .am-tabs-nav a {
  color: #222222;
  line-height: 42px;
}
.am-tabs-d2 .am-tabs-nav > .am-active {
  position: relative;
  background-color: #fcfcfc;
  border-bottom: 2px solid #DB0704;
}
.am-tabs-d2 .am-tabs-nav > .am-active a {
  line-height: 40px;
  color: #DB0704;
}
.am-tabs-d2 .am-tabs-nav > .am-active:after {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0px;
  left: 50%;
  margin-left: -5px;
  border: 6px rgba(0, 0, 0, 0) solid;
  content: "";
  z-index: 1;
  border-bottom-color: #DB0704;
}
/**
  * Tabs Theme: one
  */
.am-tabs-one {
  background: #ffffff;
}
.am-tabs-one .am-tabs-nav {
  height: 36px;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 0;
}
.am-tabs-one .am-tabs-nav a {
  line-height: 34px;
  color: #15afef;
}
.am-tabs-one .am-tabs-nav li {
  border: 1px solid #15afef;
}
.am-tabs-one .am-tabs-nav li:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.am-tabs-one .am-tabs-nav li:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.am-tabs-one .am-tabs-nav li + li {
  border-left: none;
}
.am-tabs-one .am-tabs-nav .am-active a {
  background-color: #15afef;
  color: #ffffff;
}
.am-tabs-one .am-tabs-bd {
  border: none;
}
.am-tabs-one .am-tab-panel {
  padding: 15px 5px 20px;
}
.am-titlebar {
  margin-top: 20px;
  height: 45px;
  font-size: 100%;
}
.am-titlebar h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
}
.am-titlebar .am-titlebar-title img {
  height: 24px;
  width: auto;
}
/**
  * 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: #0e90d2;
}
.am-titlebar-default .am-titlebar-title {
  position: relative;
  padding-left: 12px;
  color: #0e90d2;
  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 #0e90d2;
}
.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: multi
  */
.am-titlebar-multi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  border-top: 2px solid #3bb4f2;
  border-bottom: 1px solid #e8e8e8;
}
.am-titlebar-multi a {
  color: #0e90d2;
}
.am-titlebar-multi .am-titlebar-title {
  padding-left: 10px;
  color: #0e90d2;
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
  line-height: 42px;
}
.am-titlebar-multi .am-titlebar-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  line-height: 42px;
}
.am-titlebar-multi .am-titlebar-nav a {
  margin-right: 10px;
}
/**
  * 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: #0e90d2;
  margin-right: 15px;
  border-bottom: 2px solid #0e90d2;
  font-weight: bold;
}
.am-titlebar-cols .am-titlebar-title a {
  color: #0e90d2;
}
.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: #0e90d2;
}
.am-titlebar-cols .am-titlebar-nav a:last-child {
  margin-right: 10px;
}
/**
  * Titlebar Theme: one
  */
.am-titlebar-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  height: 45px;
  line-height: 44px;
  background-color: #ffffff;
  overflow: hidden;
  border-bottom: 1px solid #15afef;
}
.am-titlebar-one .am-titlebar-title {
  padding-left: 12px;
  position: relative;
  color: #222222;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-titlebar-one .am-titlebar-title:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  bottom: 8px;
  border-left: 3px solid #15afef;
}
.am-titlebar-one .am-titlebar-title a {
  color: #222222;
}
.am-titlebar-one .am-titlebar-title img {
  height: 24px;
  vertical-align: top;
  margin-top: 10px;
}
.am-titlebar-one .am-titlebar-title h1,
.am-titlebar-one .am-titlebar-title h2,
.am-titlebar-one .am-titlebar-title h3,
.am-titlebar-one .am-titlebar-title h4,
.am-titlebar-one .am-titlebar-title h5,
.am-titlebar-one .am-titlebar-title h6,
.am-titlebar-one .am-titlebar-title strong,
.am-titlebar-one .am-titlebar-title em {
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0;
}
.am-titlebar-one .am-titlebar-title ul,
.am-titlebar-one .am-titlebar-title li {
  list-style: none;
  padding-left: 0;
}
.am-titlebar-one .am-titlebar-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  padding-right: 5px;
  color: #999999;
  font-size: 1.4rem;
}
.am-titlebar-one .am-titlebar-nav a {
  color: #999999;
}
.am-wechatpay .am-wechatpay-btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/*listpage*/
#fenye{clear:both;margin:10px;}
#fenye a{text-decoration:none; font-size:12px;}
#fenye .prev,#fenye .next{width:64px; text-align:center;}
#fenye a.curr{width:32px;background:#cccccc; height:24px; line-height:24px; border:1px solid #E3E3E3; color:#fff; font-weight:bold; text-align:center;}
#fenye a.curr:visited {color:#fff;}
#fenye a{margin:5px 4px 0 0; color:#333;background:#F4F4F4; height:24px; line-height:24px; display:inline-table; border:1px solid #D4D4D4; float:left; text-align:center;}
#fenye a.num{width:32px;}
#fenye a:visited{color:#555;} 
#fenye a:hover{color:#000; background:url(tbg.gif) repeat-x; height:24px; line-height:24px;  border:1px solid #E3E3E3;float:left; text-decoration:none;}
#fenye span{line-height:30px;}


 /*articlepage*/
#pageNext{ padding:10px 12px 6px; clear:both;}
#pageNext .prev,#pageNext .next{width:64px; text-align:center;}
#pageNext a.curr{width:32px;background:#5A85B2;  height:24px; line-height:24px;  border:1px solid #E3E3E3; color:#FFF; font-weight:bold; text-align:center;}
#pageNext a.curr:visited {color:#fff;}
#pageNext a{margin:5px 4px 0 0; color:#333;background:#F4F4F4; height:24px; line-height:24px; display:inline-table; border:1px solid #D4D4D4; float:left; text-align:center;}
#pageNext a.num{width:32px;}
#pageNext a:visited{color:#3B85B4;} 
#pageNext a:hover{color:#000; background:url(tbg.gif) repeat-x; height:24px; line-height:24px;  border:1px solid #E3E3E3;float:left; text-decoration:none;}

/*newadd*/
.am-link-light {
  color: #fff;
}
.am-link-light a {
  color: #fff;
}
.am-link-light:hover,
.am-link-light a:hover {
  color: #efefef;
}