@charset "UTF-8";

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #D8D8D8;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #D8D8D8;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #D8D8D8;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(/node_modules/slick-carousel/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
  src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"), url(data:application/font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"), url(data:application/x-font-ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"), url(/node_modules/slick-carousel/slick/fonts/slick.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html {
  font-family: sans-serif;
  /* 1 */
  font-size: 75%;
  line-height: 2em;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

article, aside, footer, header, nav, section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

h1 {
  font-size: 2em;
  line-height: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 1em 0;
}

h2 {
  font-size: 1.5em;
  line-height: 1.33333em;
  margin: 1.33333em 0;
}

h3 {
  font-size: 1.17em;
  line-height: 1.7094em;
  margin: 1.7094em 0;
}

h4 {
  font-size: 1em;
  line-height: 2em;
  margin: 2em 0;
}

h5 {
  font-size: 0.83em;
  line-height: 2.40964em;
  margin: 2.40964em 0;
}

h6 {
  font-size: 0.67em;
  line-height: 2.98507em;
  margin: 2.98507em 0;
}

/* Grouping content
       ========================================================================== */

/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */

blockquote {
  margin: 2em 40px;
}

dl, ol, ul {
  margin: 2em 0;
}

/**
       * Turn off margins on nested lists.
       */

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

ol, ul {
  padding: 0 0 0 40px;
}

/**
     * Add the correct display in IE 9-.
     */

figcaption, figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */

figure {
  margin: 2em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */

main {
  display: block;
}

/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */

p, pre {
  margin: 2em 0;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */

a:active, a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b, strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b, strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */

dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */

small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

audio, video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */

img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 2em;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */

button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button, select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button, [type="button"], [type="reset"], [type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */

input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu {
  display: block;
  /*
         * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
         * 2. Set consistent space for the list style image.
         */
  margin: 2em 0;
  /* 1 */
  padding: 0 0 0 40px;
  /* 2 */
  /**
         * Turn off margins on nested lists.
         */
}

menu menu, ol menu, ul menu {
  margin: 0;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */

template {
  display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #F3F3F3;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #5D5D5D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: ' ';
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row .row {
  margin-right: -0.83333rem;
  margin-left: -0.83333rem;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.83333rem;
    margin-left: -0.83333rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.83333rem;
    margin-left: -0.83333rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.83333rem;
  padding-left: 0.83333rem;
}

.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.83333rem;
  padding-left: 0.83333rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.83333rem;
  padding-left: 0.83333rem;
}

@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem;
  }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.83333rem;
  padding-left: 0.83333rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }

  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }

  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }

  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }

  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }

  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }

  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }

  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem;
  }

  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }

  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }

  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }

  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }

  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }

  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }

  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }

  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }

  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem;
  }

  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }

  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

.column-block {
  margin-bottom: 1.66667rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.66667rem;
  }

  .column-block > :last-child {
    margin-bottom: 0;
  }
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 10px;
  font-size: inherit;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

em, i {
  font-style: italic;
  line-height: inherit;
}

strong, b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 10px;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  line-height: 0;
  color: #909090;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.33333rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.16667rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 0.83333rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.33333rem;
  }

  h3 {
    font-size: 1.16667rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 0.83333rem;
  }
}

a {
  line-height: inherit;
  color: #5D5D5D;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #E6232B;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 100rem;
  height: 0;
  margin: 1.66667rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #909090;
  border-left: 0;
}

ul, ol, dl {
  margin-bottom: 10px;
  list-style-position: outside;
  line-height: 1.5;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 0;
  list-style-type: none;
}

ol {
  margin-left: 0;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 10px;
  padding: 0.75rem 1.66667rem 0 1.58333rem;
  border-left: 1px solid #909090;
}

blockquote, blockquote p {
  line-height: 1.5;
  color: #5D5D5D;
}

cite {
  display: block;
  font-size: 1.08333rem;
  color: #5D5D5D;
}

cite:before {
  content: "\2014   ";
}

abbr {
  border-bottom: 1px dotted #0A0A0A;
  color: #5D5D5D;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.16667rem 0.41667rem 0.08333rem;
  border: 1px solid #909090;
  background-color: rgba(176, 226, 252, 0.5);
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0A0A0A;
}

kbd {
  margin: 0;
  padding: 0.16667rem 0.33333rem 0;
  background-color: #D8D8D8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0A0A0A;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #5D5D5D;
}

.lead {
  font-size: 15px;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre, blockquote {
    border: 1px solid #5D5D5D;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.08333rem;
  margin: 0 0 1.33333rem;
  padding: 0.66667rem;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  background-color: #FEFEFE;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
  font-size: 1.16667rem;
  font-weight: normal;
  color: #0A0A0A;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
  outline: none;
  border: 1px solid #5D5D5D;
  background-color: #FEFEFE;
  -webkit-box-shadow: 0 0 5px #909090;
          box-shadow: 0 0 5px #909090;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #909090;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #909090;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #909090;
}

input::placeholder, textarea::placeholder {
  color: #909090;
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
  background-color: #D8D8D8;
  cursor: not-allowed;
}

[type='submit'], [type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type='file'], [type='checkbox'], [type='radio'] {
  margin: 0 0 1.33333rem;
}

[type='checkbox'] + label, [type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.66667rem;
  margin-right: 1.33333rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for], [type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'], label > [type='radio'] {
  margin-right: 0.66667rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 1.16667rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0A0A0A;
}

label.middle {
  margin: 0 0 1.33333rem;
  padding: 0.75rem 0;
}

.help-text {
  margin-top: -0.66667rem;
  font-size: 1rem;
  font-style: normal;
  color: #5D5D5D;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.33333rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: none;
  background: transparent;
  color: #0A0A0A;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-field {
  border-radius: 0;
  height: 3.16667rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}

.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
  height: 3.16667rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.16667rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.66667rem;
}

.fieldset {
  margin: 1.5rem 0;
  padding: 1.66667rem;
  border: 1px solid #909090;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.25rem;
  padding: 0 0.25rem;
  background: #F3F3F3;
}

select {
  height: 3.08333rem;
  margin: 0 0 1.33333rem;
  padding: 0.66667rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  background-color: #FEFEFE;
  font-family: inherit;
  font-size: 1.16667rem;
  line-height: normal;
  color: #0A0A0A;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2893, 93, 93%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.33333rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 2rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #5D5D5D;
  background-color: #FEFEFE;
  -webkit-box-shadow: 0 0 5px #909090;
          box-shadow: 0 0 5px #909090;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
  background-color: #D8D8D8;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #EC5840;
  background-color: #fcedeb;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #EC5840;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #EC5840;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #EC5840;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #EC5840;
}

.is-invalid-label {
  color: #EC5840;
}

.form-error {
  display: none;
  margin-top: -0.66667rem;
  margin-bottom: 1.33333rem;
  font-size: 1rem;
  font-weight: bold;
  color: #EC5840;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #E6232B;
  color: #FEFEFE;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #ca171e;
  color: #FEFEFE;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 12px;
}

.button.large {
  font-size: 16px;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #E6232B;
  color: #FEFEFE;
}

.button.primary:hover, .button.primary:focus {
  background-color: #be161d;
  color: #FEFEFE;
}

.button.secondary {
  background-color: #5D5D5D;
  color: #FEFEFE;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #4a4a4a;
  color: #FEFEFE;
}

.button.success {
  background-color: #55AE55;
  color: #FEFEFE;
}

.button.success:hover, .button.success:focus {
  background-color: #438c43;
  color: #FEFEFE;
}

.button.warning {
  background-color: #FFAE00;
  color: #FEFEFE;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #FEFEFE;
}

.button.alert {
  background-color: #EC5840;
  color: #FEFEFE;
}

.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #FEFEFE;
}

.button.info {
  background-color: #1E5196;
  color: #FEFEFE;
}

.button.info:hover, .button.info:focus {
  background-color: #184178;
  color: #FEFEFE;
}

.button.blue {
  background-color: #1E5196;
  color: #FEFEFE;
}

.button.blue:hover, .button.blue:focus {
  background-color: #184178;
  color: #FEFEFE;
}

.button.light-primary {
  background-color: #FF4E56;
  color: #FEFEFE;
}

.button.light-primary:hover, .button.light-primary:focus {
  background-color: #ff0b16;
  color: #FEFEFE;
}

.button.gray {
  background-color: #909090;
  color: #FEFEFE;
}

.button.gray:hover, .button.gray:focus {
  background-color: #737373;
  color: #FEFEFE;
}

.button.hollow {
  border: 1px solid #E6232B;
  color: #E6232B;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #770e12;
  color: #770e12;
}

.button.hollow.primary {
  border: 1px solid #E6232B;
  color: #E6232B;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #770e12;
  color: #770e12;
}

.button.hollow.secondary {
  border: 1px solid #5D5D5D;
  color: #5D5D5D;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #2f2f2f;
  color: #2f2f2f;
}

.button.hollow.success {
  border: 1px solid #55AE55;
  color: #55AE55;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #2a582a;
  color: #2a582a;
}

.button.hollow.warning {
  border: 1px solid #FFAE00;
  color: #FFAE00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #EC5840;
  color: #EC5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.hollow.info {
  border: 1px solid #1E5196;
  color: #1E5196;
}

.button.hollow.info:hover, .button.hollow.info:focus {
  border-color: #0f294b;
  color: #0f294b;
}

.button.hollow.blue {
  border: 1px solid #1E5196;
  color: #1E5196;
}

.button.hollow.blue:hover, .button.hollow.blue:focus {
  border-color: #0f294b;
  color: #0f294b;
}

.button.hollow.light-primary {
  border: 1px solid #FF4E56;
  color: #FF4E56;
}

.button.hollow.light-primary:hover, .button.hollow.light-primary:focus {
  border-color: #a70008;
  color: #a70008;
}

.button.hollow.gray {
  border: 1px solid #909090;
  color: #909090;
}

.button.hollow.gray:hover, .button.hollow.gray:focus {
  border-color: #484848;
  color: #484848;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #E6232B;
  color: #FEFEFE;
}

.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #E6232B;
  color: #FEFEFE;
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #5D5D5D;
  color: #FEFEFE;
}

.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #55AE55;
  color: #FEFEFE;
}

.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #FFAE00;
  color: #FEFEFE;
}

.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #EC5840;
  color: #FEFEFE;
}

.button.disabled.info, .button[disabled].info {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #1E5196;
  color: #FEFEFE;
}

.button.disabled.blue, .button[disabled].blue {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.blue:hover, .button.disabled.blue:focus, .button[disabled].blue:hover, .button[disabled].blue:focus {
  background-color: #1E5196;
  color: #FEFEFE;
}

.button.disabled.light-primary, .button[disabled].light-primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.light-primary:hover, .button.disabled.light-primary:focus, .button[disabled].light-primary:hover, .button[disabled].light-primary:focus {
  background-color: #FF4E56;
  color: #FEFEFE;
}

.button.disabled.gray, .button[disabled].gray {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.gray:hover, .button.disabled.gray:focus, .button[disabled].gray:hover, .button[disabled].gray:focus {
  background-color: #909090;
  color: #FEFEFE;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #FEFEFE transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.91667rem;
  color: #0A0A0A;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #909090;
}

.breadcrumbs a {
  color: #E6232B;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #909090;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1rem;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 12px;
}

.button-group.large .button {
  font-size: 16px;
}

.button-group.expanded {
  margin-right: -1px;
}

.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.primary .button {
  background-color: #E6232B;
  color: #FEFEFE;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #be161d;
  color: #FEFEFE;
}

.button-group.secondary .button {
  background-color: #5D5D5D;
  color: #FEFEFE;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #4a4a4a;
  color: #FEFEFE;
}

.button-group.success .button {
  background-color: #55AE55;
  color: #FEFEFE;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #438c43;
  color: #FEFEFE;
}

.button-group.warning .button {
  background-color: #FFAE00;
  color: #FEFEFE;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #FEFEFE;
}

.button-group.alert .button {
  background-color: #EC5840;
  color: #FEFEFE;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #FEFEFE;
}

.button-group.info .button {
  background-color: #1E5196;
  color: #FEFEFE;
}

.button-group.info .button:hover, .button-group.info .button:focus {
  background-color: #184178;
  color: #FEFEFE;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(144, 144, 144, 0.9);
  border-radius: 0;
  background-color: white;
  color: #5D5D5D;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #fbdedf;
  color: #5D5D5D;
}

.callout.secondary {
  background-color: #e7e7e7;
  color: #5D5D5D;
}

.callout.success {
  background-color: #e6f3e6;
  color: #5D5D5D;
}

.callout.warning {
  background-color: #fff3d9;
  color: #5D5D5D;
}

.callout.alert {
  background-color: #fce6e2;
  color: #5D5D5D;
}

.callout.info {
  background-color: #d6e4f7;
  color: #5D5D5D;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  margin-bottom: 1rem;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  background: #FEFEFE;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #5D5D5D;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  padding: 1rem;
  background: #D8D8D8;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.close-button {
  position: absolute;
  color: #5D5D5D;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #0A0A0A;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 1rem;
  line-height: 1;
}

.menu input, .menu select, .menu a, .menu button {
  margin-bottom: 0;
}

.menu > li > a img, .menu > li > a i, .menu > li > a svg {
  vertical-align: middle;
}

.menu > li > a img + span, .menu > li > a i + span, .menu > li > a svg + span {
  vertical-align: middle;
}

.menu > li > a img, .menu > li > a i, .menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li, .menu.horizontal > li {
  display: table-cell;
}

.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.vertical > li {
  display: block;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }

  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }

  .menu.medium-vertical > li {
    display: block;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }

  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }

  .menu.large-vertical > li {
    display: block;
  }
}

.menu.simple li {
  display: inline-block;
  margin-right: 1rem;
  line-height: 1;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: ' ';
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right > li {
  float: right;
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a img, .menu.icon-top > li > a i, .menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.icon-top.vertical a > span {
  margin: auto;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  background: #E6232B;
  color: #FEFEFE;
}

.menu.menu-bordered li {
  border: 1px solid #D8D8D8;
}

.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}

.menu.menu-hover li:hover {
  background-color: #D8D8D8;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered {
  text-align: center;
}

.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #FEFEFE;
  -webkit-box-shadow: 0 7px 0 #FEFEFE, 0 14px 0 #FEFEFE;
          box-shadow: 0 7px 0 #FEFEFE, 0 14px 0 #FEFEFE;
  content: '';
}

.menu-icon:hover::after {
  background: #909090;
  -webkit-box-shadow: 0 7px 0 #909090, 0 14px 0 #909090;
          box-shadow: 0 7px 0 #909090, 0 14px 0 #909090;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0A0A0A;
  -webkit-box-shadow: 0 7px 0 #0A0A0A, 0 14px 0 #0A0A0A;
          box-shadow: 0 7px 0 #0A0A0A, 0 14px 0 #0A0A0A;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #5D5D5D;
  -webkit-box-shadow: 0 7px 0 #5D5D5D, 0 14px 0 #5D5D5D;
          box-shadow: 0 7px 0 #5D5D5D, 0 14px 0 #5D5D5D;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #909090;
  border-radius: 0;
  background-color: #F3F3F3;
  font-size: 1rem;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 10rem;
  border: 1px solid #909090;
  background: #FEFEFE;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed, .flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1.33333rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen, .flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1E5196;
  color: #FEFEFE;
}

.label.primary {
  background: #E6232B;
  color: #FEFEFE;
}

.label.secondary {
  background: #5D5D5D;
  color: #FEFEFE;
}

.label.success {
  background: #55AE55;
  color: #FEFEFE;
}

.label.warning {
  background: #FFAE00;
  color: #FEFEFE;
}

.label.alert {
  background: #EC5840;
  color: #FEFEFE;
}

.label.info {
  background: #1E5196;
  color: #FEFEFE;
}

.label.blue {
  background: #1E5196;
  color: #FEFEFE;
}

.label.light-primary {
  background: #FF4E56;
  color: #FEFEFE;
}

.media-object {
  display: block;
  margin-bottom: 1rem;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #D8D8D8;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-overlap {
  z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #D8D8D8;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
  overflow-y: auto;
}

.position-left.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
          transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
  overflow-y: auto;
}

.position-right.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
          transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto;
}

.position-top.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
}

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
          transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto;
}

.position-bottom.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
}

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
          transform: none;
}

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #FEFEFE;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #FEFEFE;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #909090;
}

.orbit-bullets button:hover {
  background-color: #5D5D5D;
}

.orbit-bullets button.is-active {
  background-color: #5D5D5D;
}

.pagination {
  margin-top: 1rem;
  margin-bottom: 3rem;
  text-align: right;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.08333rem;
  border-radius: 0;
  font-size: 1.16667rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a, .pagination button {
  display: block;
  padding: 0.25rem 0.83333rem;
  border-radius: 0;
  color: #0A0A0A;
}

.pagination a:hover, .pagination button:hover {
  background: #D8D8D8;
}

.pagination .current {
  padding: 0.25rem 0.83333rem;
  background: #E6232B;
  color: #FEFEFE;
  cursor: default;
}

.pagination .disabled {
  padding: 0.25rem 0.83333rem;
  color: #909090;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.25rem 0.83333rem;
  content: '\2026';
  color: #0A0A0A;
}

.pagination-previous a::before, .pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\AB';
}

.pagination-next a::after, .pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\BB';
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #909090;
}

.progress.primary .progress-meter {
  background-color: #E6232B;
}

.progress.secondary .progress-meter {
  background-color: #5D5D5D;
}

.progress.success .progress-meter {
  background-color: #55AE55;
}

.progress.warning .progress-meter {
  background-color: #FFAE00;
}

.progress.alert .progress-meter {
  background-color: #EC5840;
}

.progress.info .progress-meter {
  background-color: #1E5196;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #E6232B;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FEFEFE;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #D8D8D8;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #909090;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #E6232B;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #ca171e;
}

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider.disabled, .slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open, html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #909090;
  border-radius: 0;
  background-color: #FEFEFE;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns, .reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 100rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 100rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 100rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 100rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 1.16667rem;
  font-weight: bold;
  color: #FEFEFE;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #909090;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #FEFEFE;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #E6232B;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.83333rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 1rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1.33333rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead, tbody, tfoot {
  border: 1px solid #f1f1f1;
  background-color: #FEFEFE;
}

caption {
  padding: 0.66667rem 0.83333rem 0.83333rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #5D5D5D;
}

tfoot {
  background: #f1f1f1;
  color: #5D5D5D;
}

thead tr, tfoot tr {
  background: transparent;
}

thead th, thead td, tfoot th, tfoot td {
  padding: 0.66667rem 0.83333rem 0.83333rem;
  font-weight: bold;
  text-align: left;
}

tbody th, tbody td {
  padding: 0.66667rem 0.83333rem 0.83333rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #FEFEFE;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #FEFEFE;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr, table.stack th, table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #FEFEFE;
  background: #FEFEFE;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #E6232B;
}

.tabs.primary > li > a {
  color: #0A0A0A;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #e21a22;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  color: #0A0A0A;
}

.tabs-title > a:hover {
  background: #FEFEFE;
  color: #090909;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #FEFEFE;
  color: #FF4E56;
}

.tabs-content {
  border: 1px solid #FEFEFE;
  border-top: 0;
  background: #FEFEFE;
  color: #5D5D5D;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #FEFEFE;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel[aria-hidden="false"] {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.5rem;
  border: solid 4px #FEFEFE;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(188, 188, 188, 0.2);
          box-shadow: 0 0 0 1px rgba(188, 188, 188, 0.2);
  line-height: 0;
}

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(230, 35, 43, 0.5);
          box-shadow: 0 0 6px 1px rgba(230, 35, 43, 0.5);
}

a.thumbnail image {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0A0A0A;
  color: #FEFEFE;
}

.title-bar::before, .title-bar::after {
  display: table;
  content: ' ';
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  padding: 0;
}

.top-bar::before, .top-bar::after {
  display: table;
  content: ' ';
}

.top-bar::after {
  clear: both;
}

.top-bar, .top-bar ul {
  background-color: #F3F3F3;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left, .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}

.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape, .hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape, .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape, .show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
}

.clearfix::after {
  clear: both;
}

.container {
  margin: auto;
  width: 100rem;
}

.container:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
  width: 100%;
  visibility: hidden;
}

.container .merchant-search {
  float: right;
  width: 40rem;
  margin-top: 40px;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
  width: 100%;
  visibility: hidden;
}

.shadowed {
  -webkit-box-shadow: 0 2px 4px rgba(100, 100, 100, 0.33);
          box-shadow: 0 2px 4px rgba(100, 100, 100, 0.33);
}

.small-text, .small-muted-text {
  font-size: 10px;
}

.muted-text, .small-muted-text, .time {
  color: #909090;
}

.primary-text {
  color: #E6232B;
}

.light-primary-text {
  color: #FF4E56;
}

.blue-text {
  color: #1E5196;
}

.muted-link, .muted-link a {
  color: #414141;
}

.muted-link:hover, .muted-link a:hover {
  color: #E6232B;
}

.wechat-link {
  color: #55AE55;
}

.wechat-link:hover {
  color: #438c43;
}

.help-text {
  color: #909090;
}

.safe-box-1 {
  max-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
}

.safe-box-2 {
  max-height: 3em;
  height: 3em;
  overflow: hidden;
}

.safe-box-3 {
  max-height: 4.5em;
  height: 4.5em;
  overflow: hidden;
}

.sidebar-left {
  float: left;
  width: 20rem;
}

.main-right {
  float: right;
  width: 78.33333rem;
}

.content-right {
  float: right;
  width: 78.33333rem;
}

.sidebar-right {
  float: right;
  width: 20rem;
}

.main-left {
  float: left;
  width: 78.33333rem;
}

.content-left {
  float: left;
  width: 78.33333rem;
}

.hide {
  display: none;
}

.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(120, 120, 120, 0.5);
  z-index: 10;
}


.modal .modal-box {
  width: 30rem;
  height: auto;
  margin: 0 auto;
  margin-top: 8rem;
  background: #FEFEFE;
  z-index: 12;
  padding: 0.5rem 0;
}

.modal .modal-box .title {
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #FF4E56;
  font-size: 0.36rem;
  background: #414141;
}

.modal .modal-box .operate {
  padding-top: 0.8rem;
  height: 1.8rem;
  text-align: center;
}

.modal .modal-box .operate a {
  padding: 0.1rem 0.2rem;
  margin: 0 0.2rem;
}

.modal .modal-box .operate a.close-message {
  background: #D8D8D8;
}

.modal .modal-box .operate a.go-cart {
  background: #FF4E56;
  color: #FEFEFE;
}

.modal .modal-header {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #F3F3F3;
}

.modal .modal-body {
  padding: 20px;
}

.large-modal {
  position: relative;
  background: #FEFEFE;
  padding: 0;
  margin: 20px auto;
  max-width: 800px;
  width: auto;
}

.large-modal .modal-header {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #F3F3F3;
}

.large-modal .modal-body {
  padding: 20px;
}

.header-box {
  background: #FEFEFE;
}

.header-box .box-header {
  font-size: 14px;
  background: #5D5D5D;
  height: 3em;
  line-height: 3em;
  padding-left: 10px;
  padding-right: 20px;
  color: #FEFEFE;
}

.header-box .box-header a {
  color: #FEFEFE;
}

.header-box .box-header.primary {
  background: #FF4E56;
}

.header-box .read-more {
  float: right;
}

.price-text {
  font-size: 16px;
  color: #E6232B;
  font-weight: bold;
}

.num, .number {
  font-size: 14px;
  color: #FF4E56;
}

.num.large, .number.large {
  font-size: 16px;
}

.border-title {
  font-weight: bold;
  border-left: 4px solid #FF4E56;
  padding-left: 6px;
  position: relative;
}

.border-title a {
  display: block;
  position: absolute;
  top: 2px;
  right: 10px;
  color: #909090;
  font-weight: normal;
  font-size: 12px;
}

.img-box {
  text-align: center;
  font: 0/0 a;
}

.img-box:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.img-box img {
  vertical-align: middle;
  display: inline-block;
}

.vertical-center-box {
  text-align: center;
  font: 0/0 a;
}

.vertical-center-box:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.vertical-center-box img {
  vertical-align: middle;
  display: inline-block;
}

.vertical-center-box .box-content {
  display: inline-block;
  vertical-align: middle;
}

.right-diagonal {
  position: relative;
}

.right-diagonal:before {
  content: "";
  position: absolute;
  height: 100%;
  left: 100%;
  border-right: 1px solid #5D5D5D;
  -webkit-transform: rotateZ(15deg);
          transform: rotateZ(15deg);
}

.mgt20 {
  margin-top: 20px;
}

.top-bar .top-bar-wrap .top-bar-left .top-home {
  color: #FF4E56;
}

.top-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-main-container .top-main-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.top-main-container .top-main-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 235px;
          flex: 0 0 235px;
}

.app-top-bar {
  padding: 0;
  background: #F3F3F3;
  line-height: 36px;
  font-weight: normal;
  color: #5D5D5D;
}

.app-top-bar .top-bar-menu {
  background: #F3F3F3;
}

.app-top-bar .top-bar-menu > li > a {
  line-height: 36px;
  font-weight: normal;
  color: #5D5D5D;
  padding: 0 8px;
}

.app-top-bar .top-bar-menu > li > a:hover {
  color: #E6232B;
}

.app-top-bar .top-bar-menu > li > a.has-login {
  color: #E6232B;
}

.app-top-bar .top-bar-menu .sub-menu {
  position: absolute;
  display: none;
  background-color: #FEFEFE;
  border: 1px solid #D8D8D8;
  min-width: 150px;
  z-index: 99;
  -webkit-box-shadow: 0 2px 4px rgba(100, 100, 100, 0.33);
          box-shadow: 0 2px 4px rgba(100, 100, 100, 0.33);
}

.app-top-bar .top-bar-menu .sub-menu > li {
  display: block;
}

.app-top-bar .top-bar-menu > li:hover > .sub-menu {
  display: block;
}

.app-top-bar .top-bar-menu > li {
  position: relative;
}

.app-top-bar .top-bar-menu > li:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  height: 10px;
  width: 1px;
  background-color: #5D5D5D;
}

.app-top-bar .top-bar-menu > li.last:after {
  display: none;
}

.shop-top-bar .top-bar-left::before, .shop-top-bar .top-bar-left::after {
  display: table;
  content: ' ';
}

.shop-top-bar .top-bar-left::after {
  clear: both;
}

.shop-top-bar .top-bar-left a {
  float: left;
}

.shop-top-bar .top-bar-left a .top_bar_logo {
  margin-top: -3px;
}

.shop-top-bar .top-bar-left a.top-home {
  color: #E6232B;
  font-size: 14px;
  margin-left: 20px;
}

#header {
  background-color: #FEFEFE;
}

#header::before, #header::after {
  display: table;
  content: ' ';
}

#header::after {
  clear: both;
}

#header .header-logo {
  float: left;
  width: 20rem;
  height: 115px;
  line-height: 115px;
  text-align: center;
  vertical-align: middle;
}

#header .header-logo a {
  display: block;
}

#header .header-title {
  float: left;
  margin-left: 10px;
  height: 115px;
}

#header .header-title h1 {
  font-size: 32px;
  padding: 0 0 10px;
  margin-bottom: 0;
}

#header .header-title a {
  font-size: 12px;
  padding: 3px 40px;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
}

#header .header-nav {
  float: left;
  padding-top: 2.5rem;
  padding-left: 5rem;
}

#header .header-nav-menu {
  font-size: 18px;
}

#header .header-nav-menu .header-nav-item > a {
  padding: 0;
  margin-right: 3rem;
  line-height: 2.5;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}

#header .header-nav-menu .header-nav-item.selected > a, #header .header-nav-menu .header-nav-item > a:hover {
  color: #E6232B;
  border-bottom-color: #E6232B;
}

#header .global-search.large {
  float: left;
  margin-left: 3rem;
  margin-top: 1.5rem;
}

#header .global-search.large .global-search-form {
  width: 60rem;
}
#header .global-search.large .global-search-form .input-group-field {
  width: 100%;
}
#header .global-search.compact {
  float: right;
  margin-top: 3rem;
}

#header .global-search.compact .global-search-form {
  width: 38rem;
}

#header .global-search-tabs .search-tab {
  position: relative;
}
#header .global-search-tabs .search-tab input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
#header .global-search-tabs label {
  padding: 3px 12px 2px;
  margin: 0;
  margin-right: 5px;
}

#header .global-search-tabs input[type=radio]:checked + label {
  background: #E6232B;
  color: #FEFEFE;
  font-weight: 600;
}

#header .global-search-tabs .search-tab.seeking a {
  display: inline-block;
  font-size: 1.16667rem;
  line-height: 1.8;
  color: #0A0A0A;
  padding-top: 0;
  padding-bottom: 0;
}

#header .global-search-form {
  padding: 0;
}

#header .global-search-form .input-group {
  margin-bottom: 0.5rem;
}

#header .global-search-form .input-group > .input-group-field, #header .global-search-form .input-group > .input-group-button .button {
  border-radius: 0;
  padding: 0 2.5rem;
  font-size: 14px;
  line-height: 32px;
}

#header .global-search-form .input-group > .input-group-field {
  border-radius: 0 0 0 4px;
  border: 1px solid #E6232B;
  font-size: 12px;
}

#header .global-search-form .input-group > .input-group-button .button {
  border-radius: 0 4px 4px 0;
}

#header .global-search-form.blackbg .input-group > .input-group-field {
  border: 1px solid #5D5D5D !important;
}

#header .global-search-form.blackbg .input-group > .input-group-button .button {
  background: #5D5D5D !important;
}

#header .global-search-form.blackbg .global-search-tabs input[type=radio]:checked + label {
  background: #5D5D5D !important;
}

#header .global-search-seeking {
  float: right;
  margin-top: 4.1rem;
  margin-right: 0.5rem;
  background: #5D5D5D;
  border-radius: 4px;
  padding: 8px 18px;
}

#header .global-search-seeking > img {
  width: 18px;
}

#header .global-search-seeking > a {
  color: #FEFEFE;
  margin-left: 5px;
  font-size: 13px;
  line-height: 22px;
  vertical-align: middle;
}

#header .global-search-seeking.redbg {
  background: #E6232B;
}

#header .global-search-hints ul > li {
  display: inline-block;
  color: #909090;
}

#header .global-search-hints ul > li a {
  color: #909090;
  padding-right: 8px;
}

.nav-bar {
  border-bottom: 2px solid #E6232B;
  background-color: #F3F3F3;
}

.nav-bar-seekings {
  float: left;
  padding-left: 1rem;
}

.nav-bar-seekings .seeking-prompt {
  margin-top: 4px;
  float: left;
}

.nav-bar-seekings .seeking-list {
  float: left;
  margin-top: 2px;
  margin-left: 1rem;
  width: 60rem;
  line-height: 34px;
}

.nav-bar-seekings .seeking-list a {
  color: #FEFEFE;
}

.nav-bar-tabs {
  float: left;
  padding-left: 10px;
}

.nav-bar-tabs .nav-bar-tab > a {
  padding: 1.05rem 2.2rem;
  font-size: 14px;
  font-weight: 400;
  color: #5D5D5D;
  display: normal;
}

.nav-bar-tabs .nav-bar-tab > a:hover {
  color: #E6232B;
}

.nav-bar-tabs .nav-bar-tab {
  position: relative;
}

.nav-bar-tabs .nav-bar-tab a {
  font-weight: bold;
  color: #5D5D5D;
}

.nav-bar-tabs .nav-bar-tab.active {
  border-bottom: 2px solid #E6232B;
}

.nav-bar-tabs .nav-bar-tab.active > a {
  background: #F3F3F3;
}

.nav-bar-tabs .nav-bar-tab .nav-bar-children {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 30px;
  line-height: 30px;
  width: 1200px;
  left: -439px;
  top: 42px;
  z-index: 999;
  text-align: center;
}

.nav-bar-tabs .nav-bar-tab .nav-bar-children a {
  display: inline-block;
  color: #FEFEFE;
  padding: 0 10px;
}

.taxons-nav {
  position: relative;
  float: left;
  width: 20rem;
  background-color: #FEFEFE;
}

.taxons-nav .taxons-nav-header {
  background: #E6232B;
  border-bottom: 2px solid #E6232B;
}

.taxons-nav .taxons-nav-body {
  display: none;
  position: absolute;
  z-index: 999;
  height: 468px;
  left: 0;
  top: 3.3rem;
  width: 20rem;
  background-color: #F3F3F3;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.taxons-nav:hover > .taxons-nav-body {
  display: block;
}

.taxons-nav .lf-icon {
  margin-right: 5px;
}

.taxons-nav-title, .taxons-nav-menu-title {
  padding: 0.4rem 1rem;
  padding-top: 0.6rem;
  font-size: 16px;
  margin-bottom: 0;
}

.taxons-nav-title .text, .taxons-nav-menu-title .text {
  line-height: 2.3rem;
}

.taxons-nav-title .arrow, .taxons-nav-menu-title .arrow {
  width: 2rem;
  padding-top: 0.1rem;
  text-align: center;
}

.taxons-nav-title {
  color: #FEFEFE;
  font-weight: bold;
  cursor: pointer;
}

.taxons-nav-menu-title {
  margin-bottom: 0.5rem;
  font-weight: normal;
  border-bottom: 1px dashed #D8D8D8;
}

.taxons-nav-menu {
  position: relative;
  padding-bottom: 0.5rem;
}

.taxons-nav-menu .taxons-nav-menu-item .menu-item-summery {
  position: relative;
  padding: 0.23rem 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.taxons-nav-menu .taxons-nav-menu-item .menu-item-summery a {
  font-size: 12px;
}

.taxons-nav-menu .taxons-nav-menu-item .menu-item-summery .fa-chevron-right {
  position: absolute;
  right: 0.5rem;
  bottom: 0.2rem;
  line-height: 1.5rem;
  vertical-align: middle;
  font-size: 14px;
}

.taxons-nav-menu .taxons-nav-menu-item .menu-item-content {
  display: none;
  position: absolute;
  width: 680px;
  min-height: 468px;
  right: -680px;
  top: 0;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.taxons-nav-menu .taxons-nav-menu-item .menu-item-content dl {
  margin-bottom: 10px;
}

.taxons-nav-menu .taxons-nav-menu-item .menu-item-content dd {
  display: inline-block;
  margin-right: 1.5rem;
}

.taxons-nav-menu .taxons-nav-menu-item:hover {
  background: #FEFEFE;
}

.taxons-nav-menu .taxons-nav-menu-item:hover .menu-item-content {
  display: block;
}

.taxons-nav-menu-item:nth-child(10) .menu-item-content {
  width: 860px;
  right: -860px;
}

.taxons-nav-menu-item:nth-child(10) .menu-item-content dl {
  float: left;
  width: 400px;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

#footer {
  width: 100%;
  border-top: 1px solid #D8D8D8;
  height: 520px;
  background: #FEFEFE;
  color: #909090;
  padding-top: 30px;
}

#footer .service-intro {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #D8D8D8;
}

#footer .service-intro .columns {
  text-align: center;
}

#footer .service-intro .columns.first {
  text-align: left;
}

#footer .service-intro .columns.last {
  text-align: right;
}

#footer .helps {
  margin-bottom: 20px;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D8D8D8;
}

#footer .helps ul {
  margin-left: 0;
}

#footer .helps .category-name {
  color: #909090;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  border-bottom: 5px solid #FF4E56;
  padding-bottom: 2px;
  margin-bottom: 5px;
}

#footer .jxcat-contact {
  border-left: 1px solid #D8D8D8;
}

#footer .jxcat-contact .columns {
  text-align: center;
}

#footer .jxcat-contact .call400 {
  font-size: 22px;
  color: #FF4E56;
  margin-bottom: 0;
}

#footer .jxcat-certificate {
  text-align: center;
}

#footer .friend-links {
  margin-bottom: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}

#footer .friend-links a {
  font-size: 16px;
  margin: 0 10px;
}

#footer .copyrights .footer-logo {
  padding-right: 40px;
}

#footer .copyrights .footer-logo .small-logo {
  border-right: 1px solid #D8D8D8;
}

#footer .copyrights .vendor-sites span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

#go-top {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 2;
  right: 10px;
  bottom: 20px;
  border-radius: 100%;
  cursor: pointer;
  background: rgba(35, 35, 35, 0.6);
  color: #ffffff;
  text-align: center;
}

#go-top i {
  margin-top: 8px;
  font-size: 28px;
}

.banner {
  margin-bottom: 30px;
}

.banner img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon-label-form .form-item {
  position: relative;
}

.icon-label-form .form-item.phone .icon-label {
  font-size: 1.8rem;
  top: 0.65rem;
}

.icon-label-form .form-item.pin-code .icon-label {
  left: 0.8rem;
}

.icon-label-form .icon-label {
  position: absolute;
  z-index: 9;
  top: 0.75rem;
  left: 1rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #5D5D5D;
}

.icon-label-form input {
  padding-left: 2.8rem;
  margin-bottom: 1.66667rem;
}

.icon-label-form select {
  padding-left: 2.8rem;
}

.icon-label-form .form-action input {
  padding-left: 1em;
}

.pin-code-input-group.input-group {
  margin-bottom: 1.66667rem;
}

.pin-code-input-group.input-group input {
  margin-bottom: 0;
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.pin-code-input-group.input-group .input-group-button {
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-text {
  text-align: center;
  margin-bottom: 1.66667rem;
}

.button.image-picker-button {
  border-radius: 0;
  border-style: dashed;
  padding: 1.5rem 1rem;
}

.image-tips {
  margin-left: 20px;
  font-size: 18px !important;
  position: relative;
}

.hover-image {
  display: none;
  position: absolute;
  top: 15%;
  left: 53%;
}

.image-tips:hover + .hover-image {
  display: block;
}

.relative {
  position: relative;
}

.simple_form .form-item-hr {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}

.simple_form .form-item-hr::before, .simple_form .form-item-hr::after {
  display: table;
  content: ' ';
}

.simple_form .form-item-hr::after {
  clear: both;
}

.simple_form .form-item-hr .form-label-hr {
  width: 15%;
}

.simple_form .form-item-hr .form-label-hr abbr {
  color: #FF4E56;
  text-decoration: none;
}

.simple_form .form-item-hr .form-input-hr {
  width: 85%;
}

.simple_form .form-item-hr .form-action-hr {
  margin-top: 20px;
}

.simple_form .form-label-hr {
  width: 25%;
  float: left;
  padding-right: 0.83333rem;
  padding-left: 0.83333rem;
}

@media print, screen and (min-width: 40em) {
  .simple_form .form-label-hr {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem;
  }
}

.simple_form .form-label-hr:last-child:not(:first-child) {
  float: right;
}

.simple_form .form-input-hr, .simple_form .form-action-hr {
  width: 75%;
  float: left;
  padding-right: 0.83333rem;
  padding-left: 0.83333rem;
}

@media print, screen and (min-width: 40em) {
  .simple_form .form-input-hr, .simple_form .form-action-hr {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem;
  }
}

.simple_form .form-input-hr:last-child:not(:first-child), .simple_form .form-action-hr:last-child:not(:first-child) {
  float: right;
}

.simple_form .form-input-hr-no-label {
  width: 75%;
  float: left;
  padding-right: 0.83333rem;
  padding-left: 0.83333rem;
  margin-left: 25%;
}

@media print, screen and (min-width: 40em) {
  .simple_form .form-input-hr-no-label {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem;
  }
}

.simple_form .form-input-hr-no-label:last-child:not(:first-child) {
  float: right;
}

.simple_form .form-action-hr {
  margin-left: 25%;
}

.simple_form .form-action {
  text-align: center;
}

.simple_form .input_collection {
  margin: 0 0 1.33333rem;
  padding: 0.75rem 0;
  margin-bottom: 0;
}

.simple_form .input_collection input {
  margin-bottom: 0;
}

.simple_form .district-picker select {
  float: left;
  width: 30%;
  margin-right: 3%;
}

.form-section {
  margin-bottom: 30px;
}

.form-section .form-section-title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px dashed #D8D8D8;
  margin-bottom: 10px;
}

.select2-search__field {
  margin-bottom: 0;
}

.select2-container {
  max-width: 100%;
}

.select2-container .select2-search__field {
  height: auto;
}

.select2-container .select2-selection--multiple {
  border-radius: 0;
  border: 1px solid #D8D8D8;
}

/**
 * Image Picker Styles
 */

.image-picker {
  margin-bottom: 10px;
}

.image-picker .image-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #D8D8D8;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #D8D8D8;
}

.image-picker .image-item img {
  border: none;
  margin-bottom: 0;
  max-width: 100%;
  max-height: 100%;
}

.image-picker .image-item .remove-action {
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  top: 0;
  right: 0;
}

.image-picker .image-item-regular {
  width: 16.66667rem;
  height: 16.66667rem;
  line-height: 15.5rem;
}

.custom-checkbox {
  display: none;
}

.custom-checkbox + label {
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
}

.custom-checkbox + label:before {
  content: "\F0C8";
  color: #5D5D5D;
}

.custom-checkbox:checked + label:before {
  content: "\F14A";
}

.custom-checkbox:checked + input[type='submit'] {
  background-color: white;
}

.breadcrumb {
  padding: 20px 10px;
}

.breadcrumb select {
  display: inline-block;
  width: auto;
  margin: 0;
  color: #5D5D5D;
  padding-top: 0;
  padding-bottom: 0;
  height: 2em;
}

.breadcrumb i.fa-map-marker {
  margin-right: 2px;
}

.breadcrumb h4 {
  display: inline-block;
  font-size: 16px;
}

.product-teaser {
  margin-bottom: 10px;
}

.product-teaser .product {
  position: relative;
  width: 220px;
  height: 330px;
  padding: 10px;
  margin: auto;
  border: 1px solid #EFEFEF;
  -webkit-transition: all;
  transition: all;
}

.product-teaser .product:hover {
  -webkit-box-shadow: 0 2px 4px rgba(100, 100, 100, 0.33);
          box-shadow: 0 2px 4px rgba(100, 100, 100, 0.33);
}

.product-teaser .product.show-shop {
  height: 350px;
}

.product-teaser .product-thumbnail {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

.product-teaser .product-thumbnail img {
  width: 100%;
  height: 200px;
}

.product-teaser .product-thumbnail .product-variant-price {
  position: absolute;
  background: #FEFEFE;
  width: 218px;
  height: 0px;
  left: -10px;
  bottom: -36px;
  overflow: hidden;
}

.product-teaser .product-thumbnail .product-variant-price ul {
  margin-left: 5px;
}

.product-teaser .product-thumbnail .product-variant-price ul::before, .product-teaser .product-thumbnail .product-variant-price ul::after {
  display: table;
  content: ' ';
}

.product-teaser .product-thumbnail .product-variant-price ul::after {
  clear: both;
}

.product-teaser .product-thumbnail .product-variant-price ul li {
  float: left;
  width: 32%;
  overflow: hidden;
  font-size: 14px;
}

.product-teaser .product-thumbnail .product-variant-price ul li span {
  color: #E6232B;
  font-weight: bold;
  font-size: 12px;
}

.product-teaser .product-thumbnail:hover .product-variant-price {
  display: none;
  padding-top: 10px;
  transition: all 1s ease .1s;
  -webkit-transition: all 1s ease .1s;
  height: 50px;
}

.product-teaser .product-price {
  text-align: center;
}

.product-teaser .mgb5 {
  margin-bottom: 5px;
}

.product-teaser .product-name {
  text-align: center;
  font-weight: bold;
  height: 2.6em;
  max-height: 2.6em;
  overflow: hidden;
}

.product-teaser .product-name em {
  color: #E6232B;
}

.product-teaser .mh13 {
  height: 1.3em;
  max-height: 1.3em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-teaser .product-info::before, .product-teaser .product-info::after {
  display: table;
  content: ' ';
}

.product-teaser .product-info::after {
  clear: both;
}

.product-teaser .product-info .consulting-count {
  float: left;
  text-align: left;
  width: 55%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.product-teaser .product-info .product-labels {
  float: right;
  text-align: right;
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.product-teaser .product-shop-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.product-teaser .product-shop-actions::before, .product-teaser .product-shop-actions::after {
  display: table;
  content: ' ';
}

.product-teaser .product-shop-actions::after {
  clear: both;
}

.product-teaser .product-shop-actions .product-shop {
  float: left;
  text-align: left;
  width: 55%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.product-teaser .product-shop-actions .product-actions {
  float: right;
  text-align: right;
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.product-teaser .product-shop-actions .product-actions .consulting-call {
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  color: #0A0A0A !important;
}

.products-list {
  margin-bottom: 30px;
  list-style: none;
}

.products-list::before, .products-list::after {
  display: table;
  content: ' ';
}

.products-list::after {
  clear: both;
}

.products-list .product-teaser {
  float: left;
  width: 25%;
}

.products-list.grid-4 .product-teaser {
  width: 25%;
}

.products-list.grid-3 .product-teaser {
  width: 33.3333%;
}

.action-collect .action-uncollect {
  display: none;
}

.action-uncollect .action-collect {
  display: none;
}

.button.space-s {
  padding-left: 2em;
  padding-right: 2em;
}

.button.space {
  padding-left: 4em;
  padding-right: 4em;
}

.button.space-x {
  padding-left: 6em;
  padding-right: 6em;
}

.button.space-xx {
  padding-left: 8em;
  padding-right: 8em;
}

.sidebar-seeking-list {
  padding: 10px;
}

.sidebar-seeking-list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.seeking-hot .box-header {
  position: relative;
}

.seeking-hot .box-header a.more {
  position: absolute;
  top: 1px;
  right: 10px;
  font-size: 12px;
}

.seeking-hot .box-body .search {
  padding: 20px;
  margin-bottom: 10px;
}

.seeking-hot .box-body .search .search-button {
  margin-top: 10px;
}

.callout-no-content {
  width: 500px;
  margin: auto;
  padding: 40px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  border: none;
  background: #F3F3F3;
  border-radius: 20px;
}

.slick-prev:before, .slick-next:before {
  color: #5D5D5D;
}
.consulting-call-modal {
  z-index: 999;
}

.m-shop-service {
  width: 100%;
  text-align: center;
}


.m-shop-service .service-box .service-list {
  margin-top: 20px;
  text-align: center;
}

.m-shop-service .service-box .service-list a {
  font-size: 2rem;
}

.m-shop-service .wechat-qrcode {
  width: 200px;
  margin: 0 auto;
}
.consulting-call-modal .consulting-call-form {
  width: 300px;
  margin: auto;
}

.consulting-call-modal .consulting-call-form .form-item .form-action .btn-link-to {
  display: inline-block;
  padding: 0 4em;
  background: #B61D1D;
  color: #FEFEFE;
  font-size: 16px;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  line-height: 1;
  margin-bottom: 1em;
  border-radius: 4px;
}

.consulting-call-modal .consulting-call-steps {
  width: 400px;
  height: 60px;
  margin: auto;
  margin-top: 20px;
  height: 60px;
  margin: auto;
  position: relative;
}

.consulting-call-modal .consulting-call-steps::before, .consulting-call-modal .consulting-call-steps::after {
  display: table;
  content: ' ';
}

.consulting-call-modal .consulting-call-steps::after {
  clear: both;
}

.consulting-call-modal .consulting-call-steps::before, .consulting-call-modal .consulting-call-steps::after {
  display: table;
  content: ' ';
}

.consulting-call-modal .consulting-call-steps::after {
  clear: both;
}

.consulting-call-modal .consulting-call-steps .step {
  position: relative;
  width: 200px;
  display: inline-block;
  float: left;
  border-top: 3px solid #909090;
}

.consulting-call-modal .consulting-call-steps .step .step-number {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #909090;
  top: -15px;
  left: -2px;
  color: #FEFEFE;
  font-size: 16px;
}

.consulting-call-modal .consulting-call-steps .step .step-name {
  position: absolute;
  width: 120px;
  text-align: center;
  left: -47px;
  top: 22px;
  color: #909090;
}

.consulting-call-modal .consulting-call-steps .step:last-child {
  width: 0;
}

.consulting-call-modal .consulting-call-steps .step:before {
  content: '';
  width: 100px;
  height: 0;
  border-top: 3px solid #909090;
  position: absolute;
  top: -3px;
  left: -100px;
}

.consulting-call-modal .consulting-call-steps .step:first-child:before {
  width: 0;
}

.consulting-call-modal .consulting-call-steps .step.active {
  border-color: #55AE55;
}

.consulting-call-modal .consulting-call-steps .step.active .step-number {
  background: #55AE55;
  color: #FEFEFE;
}

.consulting-call-modal .consulting-call-steps .step.active .step-name {
  color: #5D5D5D;
}

.consulting-call-modal .consulting-call-steps .step.active:before {
  width: 0;
}

.consulting-call-modal .step-content-consulting-call {
  text-align: center;
}

.consulting-call-modal .step-content-consulting-call .call-icon {
  font-size: 48px;
  color: #55AE55;
}

.shop-card {
  margin-bottom: 10px;
}

.shop-card .shop {
  position: relative;
  width: 220px;
  height: 330px;
  padding: 10px;
  margin: auto;
  border: 1px solid #EFEFEF;
  -webkit-transition: all;
  transition: all;
}

.shop-card .shop:hover {
  -webkit-box-shadow: 0 2px 4px rgba(100, 100, 100, 0.33);
          box-shadow: 0 2px 4px rgba(100, 100, 100, 0.33);
}

.shop-card .shop-thumbnail {
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.shop-card .shop-name {
  max-height: 3em;
  height: 3em;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}

.shop-card .shop-stats {
  text-align: center;
}

.shop-card .shop-stats .collect-count .fa-heart {
  color: #FF4E56;
  margin-right: 10px;
}

.shop-card .shop-actions {
  text-align: center;
}

.video-modal {
  background: #0A0A0A;
  border-radius: 5px;
  color: #FEFEFE;
}

.video-modal .modal-header {
  background: #0A0A0A;
  font-size: 10px;
}

.video-modal a {
  color: #FEFEFE;
}

.video-modal .modal-body {
  text-align: center;
}

.video-modal .mfp-close {
  color: #D8D8D8;
}

.experts-list li::before, .experts-list li::after {
  display: table;
  content: ' ';
}

.experts-list li::after {
  clear: both;
}

.experts-list li .expert-avatar {
  float: left;
  width: 30%;
}

.experts-list li .expert-avatar img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.experts-list li .expert-info {
  float: left;
  width: 60%;
}

.experts-list li .expert-info .expert-name {
  font-size: 16px;
  color: #FF4E56;
  font-weight: bold;
  margin-right: 5px;
}

.experts-list li .expert-info .expert-indo {
  font-weight: bold;
}

.articles-list.articles-list-summary li {
  border-bottom: 1px dashed #D8D8D8;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.articles-list.articles-list-summary li::before, .articles-list.articles-list-summary li::after {
  display: table;
  content: ' ';
}

.articles-list.articles-list-summary li::after {
  clear: both;
}

.articles-list.articles-list-summary li .article-image {
  width: 80px;
  float: left;
  margin-right: 10px;
}

.articles-list.articles-list-summary li .article-info {
  float: left;
  width: 230px;
}

.articles-list.articles-list-summary li .article-title {
  max-height: 3em;
  overflow: hidden;
}

.articles-list.articles-list-summary li .article-desc {
  margin-top: 10px;
  max-height: 3em;
  overflow: hidden;
}

.articles-list.articles-list-summary li .article-desc a {
  color: #909090;
}

.entrance-index {
  position: relative;
  margin-bottom: 0;
}

.entrance-carousel {
  height: auto;
  overflow: hidden;
}

.entrance-carousel .entrance-banners {
  margin-bottom: 0;
}

.entrance-carousel .slick-prev, .entrance-carousel .slick-next {
  z-index: 100;
}

.entrance-carousel .slick-prev:before, .entrance-carousel .slick-next:before {
  color: #FEFEFE;
  font-size: 42px;
}

.entrance-carousel .slick-prev {
  left: 100px;
}

.entrance-carousel .slick-next {
  right: 100px;
}

.entrance-carousel .entrance-slick-dots {
  position: relative;
  top: -35px;
  height: 30px;
  text-align: center;
}

.entrance-carousel .entrance-slick-dots .slick-dots {
  position: unset;
  display: inline-block;
  width: auto;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 0 10px;
}

.entrance-carousel .entrance-slick-dots .slick-dots button:before {
  font-size: 12px;
  color: #FEFEFE;
  opacity: 1;
}

.entrance-carousel .entrance-slick-dots .slick-dots .slick-active button:before {
  color: #FF4E56;
}

.entrance-search {
  position: absolute;
  bottom: 37px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.entrance-search form {
  padding: 20px 70px 10px 70px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: left;
  border-radius: 5px;
}

.entrance-search form .button {
  vertical-align: baseline;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ff5a16;
}

.entrance-search .entrance-search-help h3 {
  color: #FEFEFE;
  margin-bottom: 1.2rem;
}

.entrance-search .entrance-search-select {
  width: 262px;
  margin-right: 1rem;
}

.entrance {
  position: relative;
  margin-bottom: 20px;
}

.home-seeking {
  padding: 10px 0;
  vertical-align: middle;
  background: #FEFEFE;
}

.home-seeking::before, .home-seeking::after {
  display: table;
  content: ' ';
}

.home-seeking::after {
  clear: both;
}

.home-seeking .container {
  position: relative;
}

.home-seeking .seeking-prompt {
  margin-right: 50px;
  display: block;
  float: left;
  width: 80px;
}

.home-seeking .seeks-list {
  float: left;
  width: 1000px;
}

.home-seeking .seeks-list::before, .home-seeking .seeks-list::after {
  display: table;
  content: ' ';
}

.home-seeking .seeks-list::after {
  clear: both;
}

.home-seeking .seeks-list .seeking-summary {
  float: left;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 230px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-right: 20px;
  vertical-align: middle;
  font-size: 13px;
}

.home-seeking .seeks-more {
  float: right;
  width: 50px;
  padding-top: 6px;
}

.home-seeking .seeks-more span {
  padding: 0px 5px;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
}

.home-seeking .more {
  position: absolute;
  right: 20px;
  top: 5px;
}

.home-intro {
  background: #FEFEFE;
  padding-top: 10px;
}

.home-intro .container::before, .home-intro .container::after {
  display: table;
  content: ' ';
}

.home-intro .container::after {
  clear: both;
}

.home-intro .intro-item {
  float: left;
  width: 285px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #FEFEFE;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  margin-right: 20px;
}

.home-intro .intro-item h3 {
  font-size: 16px;
}

.home-intro .intro-item p {
  padding: 0;
  margin: 0;
  font-style: 20px;
  margin-top: 10px;
}

.home-intro .intro-item img {
  position: absolute;
  top: 14px;
  right: 20px;
}

.home-intro .intro-item:last-child {
  margin-right: 0;
}

.home-experts {
  padding-top: 30px;
  padding-bottom: 10px;
  background: #FEFEFE;
}

.home-experts .box-header {
  margin-bottom: 0;
}

.home-experts .box-body {
  padding: 20px;
  border: 1px solid #EFEFEF;
  border-top: none;
}

.home-experts .experts-list::before, .home-experts .experts-list::after {
  display: table;
  content: ' ';
}

.home-experts .experts-list::after {
  clear: both;
}

.home-experts .experts-list li {
  float: left;
  width: 33.33%;
}

.home-experts .experts-list li .expert-avatar {
  width: 50%;
  text-align: center;
}

.home-experts .experts-list li .expert-info {
  width: 50%;
}

.home-articles {
  padding: 30px 0;
  background: #FEFEFE;
}

.home-articles .articles {
  margin-bottom: 20px;
}

.home-articles .home-article-banner {
  height: 240px;
  margin-bottom: 10px;
}

.home-articles .home-article-banner img {
  max-height: 100%;
}

.home-articles .main-left {
  width: 840px;
}

.home-articles .main-left .articles-list-wrap::before, .home-articles .main-left .articles-list-wrap::after {
  display: table;
  content: ' ';
}

.home-articles .main-left .articles-list-wrap::after {
  clear: both;
}

.home-articles .main-left .articles-list-wrap .header-box {
  float: left;
  width: 415px;
}

.home-articles .main-left .articles-list-wrap .header-box:first-child {
  margin-right: 10px;
}

.home-articles .main-left .articles-list-wrap .box-header {
  margin-bottom: 0;
}

.home-articles .main-left .articles-list-wrap .box-body {
  padding: 10px;
  border: 1px solid #D8D8D8;
  border-top: none;
}

.home-articles .main-left .articles-list-wrap .articles-list .article-inline {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  line-height: 28px;
}

.home-articles .main-left .articles-list-wrap .articles-list .article-inline span {
  display: inline-block;
  vertical-align: middle;
}

.home-articles .main-left .articles-list-wrap .articles-list .article-inline .article-title {
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-articles .main-left .articles-list-wrap .articles-list .article-inline .time {
  width: 23%;
  text-align: right;
}

.home-articles .main-left .articles-list-wrap .articles-list .article.first {
  margin-bottom: 10px;
}

.home-articles .main-left .articles-list-wrap .articles-list .article.first::before, .home-articles .main-left .articles-list-wrap .articles-list .article.first::after {
  display: table;
  content: ' ';
}

.home-articles .main-left .articles-list-wrap .articles-list .article.first::after {
  clear: both;
}

.home-articles .main-left .articles-list-wrap .articles-list .article.first .article-image {
  float: left;
  width: 35%;
  margin-right: 0;
}

.home-articles .main-left .articles-list-wrap .articles-list .article.first .article-info {
  float: left;
  width: 65%;
}

.home-articles .main-left .articles-list-wrap .articles-list .article.first .article-info .article-title {
  font-weight: bold;
  max-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
}

.home-articles .main-left .articles-list-wrap .articles-list .article.first .article-info .article-desc {
  max-height: 4.5em;
  height: 4.5em;
  overflow: hidden;
}

.home-articles .sidebar-right {
  width: 350px;
}

.home-articles .sidebar-right .articles-list-box .box-header {
  margin-bottom: 0;
}

.home-articles .sidebar-right .articles-list-box .box-body {
  height: 518px;
  border: 1px solid #D8D8D8;
  padding: 10px;
}

.home-articles .sidebar-right .articles-list-box .box-body .articles-list li:last-child {
  border-bottom: none;
}

.mh15 {
  max-height: 1.5em !important;
}

.clearfix {
  clear: both;
}

.index-floor {
  background: #fff;
}

.index-floor::before, .index-floor::after {
  display: table;
  content: ' ';
}

.index-floor::after {
  clear: both;
}

.index-floor.gray-bg {
  background: #f3f3f3 !important;
}

.index-floor .contain {
  width: 1208px;
  margin-left: auto;
  margin-right: auto;
}

.index-floor .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0 20px 0;
}

.index-floor .title .logo {
  width: 30px;
  margin-right: 20px;
}

.index-floor .title .banshi {
  background: url(/assets/images/home/solid-wood-furniture-icon.png);
}

.index-floor .title .shimu {
  background: url(/assets/images/home/solid_wood_furniture.png);
}

.index-floor .title .gongyi {
  background: url(/assets/images/home/crafts.png);
}

.index-floor .title .bancai {
  background: url(/assets/images/home/processing_plant.png);
}

.index-floor .title .feibiao {
  background: url(/assets/images/home/non_standard_accessories.png);
}

.index-floor .title h2 {
  font-size: 26px;
  color: #414141;
  line-height: 30px;
  margin-bottom: 0;
}

.index-floor .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  color: #909090;
  line-height: 13px;
  padding-bottom: 38px;
}

.index-floor .menu_list span {
  display: inline-block;
  padding: 0 10px;
}

.index-floor .menu_list a {
  font-size: 13px;
  color: #909090;
  line-height: 13px;
}

.index-floor .bar1, .index-floor .bar2, .index-floor .contain1, .index-floor .contain2 {
  width: 593px;
}

.index-floor .bar1, .index-floor .bar2 {
  background: #fff;
}

.index-floor .contain1, .index-floor .contain2 {
  float: left;
}

.index-floor .contain1 .title, .index-floor .contain1 .menu_list, .index-floor .contain2 .title, .index-floor .contain2 .menu_list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.index-floor .contain1 {
  margin-right: 11px;
}

.index-floor .main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-derection: row;
  -moz-flex-derection: row;
  -o-flex-flex-derection: row;
  -webkit-flex-derection: row;
  flex-derection: row;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-floor .main .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.index-floor .main .cate h3 {
  width: 90px;
  height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 37px;
  background: #ee5d64;
  margin-bottom: 0;
  padding-bottom: 0;
}

.index-floor .main .cate ul {
  width: 505px;
  height: 36px;
  overflow: hidden;
  box-size: border-box;
  background: #fff;
  border-top: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-flex-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.index-floor .main .cate ul li {
  width: 125px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-flex-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f1f1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index-floor .main .cate ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-flex-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #f1f1f1;
}

.index-floor .main .cate ul li span a {
  display: inline-block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-floor .main .cate ul li:nth-child(1) span {
  border: 0 none;
}

.index-floor .main .cate ul li.current, .index-floor .main .cate ul li:hover {
  border-bottom: 2px solid #ee5d64;
  curror: pointer;
}

.index-floor .main .cate ul li a {
  font-size: 14px;
  color: #5d5d5d;
  line-height: normal;
}

.index-floor .main .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  border-right: 1px solid #f1f1f1;
  border-left: 0 none;
  width: 100%;
}

.index-floor .main .img_list .m-right {
  margin-right: 1px;
}

.index-floor .main .img_list .m-bottom {
  margin-bottom: 1px;
}

.index-floor .main .img_list .img_list_left {
  width: 240px;
  height: 387px;
  margin-right: 1px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
}

.index-floor .main .img_list .img_list_left img {
  width: 240px;
  height: 387px;
}

.index-floor .main .img_list .img_list_right {
  width: 353px;
}

.index-floor .main .img_list .img_list_right ul::before, .index-floor .main .img_list .img_list_right ul::after {
  display: table;
  content: ' ';
}

.index-floor .main .img_list .img_list_right ul::after {
  clear: both;
}

.index-floor .main .img_list .img_list_right ul li {
  float: left;
}

.index-floor .main .img_list .img_list_right ul.ad-count2 li {
  width: 351px;
}

.index-floor .main .img_list .img_list_right ul.ad-count2 li img {
  width: 351px;
  height: 193px;
}

.index-floor .main .img_list .img_list_right ul.ad-count3 .ad-index0 {
  width: 351px;
}

.index-floor .main .img_list .img_list_right ul.ad-count3 .ad-index0 img {
  width: 351px;
  height: 193px;
}

.index-floor .main .img_list .img_list_right ul.ad-count3 .ad-index1, .index-floor .main .img_list .img_list_right ul.ad-count3 .ad-index2 {
  width: 175px;
}

.index-floor .main .img_list .img_list_right ul.ad-count3 .ad-index1 img, .index-floor .main .img_list .img_list_right ul.ad-count3 .ad-index2 img {
  width: 175px;
  height: 193px;
}

.index-floor .main .img_list .img_list_right ul.ad-count4 li {
  width: 175px;
}

.index-floor .main .img_list .img_list_right ul.ad-count4 li img {
  width: 175px;
  height: 193px;
}

.index-floor .main .brand_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-flex-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-justify-content: space-around;
  -moz-justify-content: space-around;
  -o-flex-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 69px;
  background: #fff;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-flex-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
}

.index-floor .main .brand_list span {
  display: inline-block;
  width: 1px;
  min-height: 20px;
  background: #ccc;
}

.index-floor .main .brand_list .img {
  width: 92px;
  max-height: 69px;
  min-height: 10px;
  margin: 0 12.9px;
}

.index-floor.blue-theme {
  background: #f3f3f3 !important;
}

.index-floor.blue-theme .title h2 {
  color: #3284d8 !important;
}

.index-floor.blue-theme .main .cate h3 {
  background: #3284d8 !important;
}

.index-floor.blue-theme .main .cate ul li.current, .index-floor.blue-theme .main .cate ul li:hover {
  border-bottom: 2px solid #3284d8 !important;
}

.index-floor.orange-theme .title h2 {
  color: #ffb22c !important;
}

.index-floor.orange-theme .main .cate h3 {
  background: #ffb22c !important;
}

.index-floor.orange-theme .main .cate ul li.current, .index-floor.orange-theme .main .cate ul li:hover {
  border-bottom: 2px solid #ffb22c !important;
}

.index-floor .green-bg .title h2 {
  color: #3aaa8c !important;
}

.index-floor .green-bg .main .cate h3 {
  background: #3aaa8c !important;
}

.index-floor .green-bg .main .cate ul li.current, .index-floor .green-bg .main .cate ul li:hover {
  border-bottom: 2px solid #3aaa8c !important;
}

.index-floor .purple-bg .title h2 {
  color: #ac67c0 !important;
}

.index-floor .purple-bg .main .cate h3 {
  background: #ac67c0 !important;
}

.index-floor .purple-bg .main .cate ul li.current, .index-floor .purple-bg .main .cate ul li:hover {
  border-bottom: 2px solid #ac67c0 !important;
}

.index-video {
  padding-top: 45px;
  background: #fff;
}

.index-video .contain {
  width: 1208px;
  margin-left: auto;
  margin-right: auto;
}

.index-video .line {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  z-index: 1;
  border: 0.5px dashed #dddddd;
}

.index-video .title {
  width: 100%;
  height: 26px;
  position: relative;
}

.index-video .title .main {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-video .title .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-flex-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 250px;
  padding: 0 15px;
  background: #fff;
  margin-left: 35px;
}

.index-video .title .left .logo1 {
  width: 85px;
  height: 21px;
}

.index-video .title .left .logo2 {
  width: 124px;
  height: 21px;
}

.index-video .title .more {
  margin-right: 24px;
  padding: 0 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index-video .title .more img {
  width: 78px;
  height: 21px;
}

.index-video ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-around;
  -moz-justify-content: space-around;
  -o-flex-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin-left: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

.index-video ul li {
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 270px;
  margin-right: 27px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.index-video ul li:hover {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
}

.index-video ul li:hover .cover .play img {
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.index-video ul .img {
  width: auto;
  height: 130px;
  padding-top: 4px;
  padding-bottom: 5px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-flex-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-flex-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}

.index-video ul .img img {
  max-width: 270px;
  max-height: 130px;
}

.index-video ul .img .cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.index-video ul .img .cover .play img {
  position: absolute;
  bottom: 15px;
  left: 13px;
  width: 30px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.index-video ul .desc {
  width: auto;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-flex-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #333333;
  line-height: normal;
}

.index-video ul .desc i {
  width: 3px;
  height: 14px;
  background: #e52b37;
  margin-left: 13px;
  margin-right: 7px;
}

.index-video ul .desc span {
  display: inline-block;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#player {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}

#player > .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 500;
  opacity: 0.7;
  cursor: pointer;
}

#player > #video {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -500px;
  margin-top: -350px;
  width: 1000px;
  height: 700px;
  z-index: 501;
  background: #222222;
}

#player .close, #player .closing {
  position: absolute;
  right: -55px;
  top: -2px;
  width: 40px;
  height: 40px;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

.company-join-center {
  background: #FEFEFE;
  margin-bottom: 30px;
  margin-top: 0;
  border: none;
}

.company-join-center .join-us-banner {
  position: relative;
}

.company-join-center .join-us-banner .join-wrap {
  width: 260px;
  padding: 30px;
  position: absolute;
  top: 35px;
  right: 100px;
  text-align: center;
  background-color: #e8fbf7;
}

.company-join-center .join-us-banner .join-wrap h1 {
  font-size: 40px;
  font-weight: 600;
}

.company-join-center .join-us-banner .join-wrap .line {
  margin: 0 auto 20px auto;
  display: block;
  width: 100px;
  height: 1px;
  background: #5c5c5c;
}

.company-join-center .join-us-intro {
  background-color: #FEFEFE;
  padding: 125px 110px 50px;
}

.company-join-center .join-us-intro ul::before, .company-join-center .join-us-intro ul::after {
  display: table;
  content: ' ';
}

.company-join-center .join-us-intro ul::after {
  clear: both;
}

.company-join-center .join-us-intro ul li {
  float: left;
  text-align: center;
  width: 230px;
  margin-left: 20px;
  position: relative;
}

.company-join-center .join-us-intro ul li .image {
  position: absolute;
  top: -75px;
  left: 40px;
}

.company-join-center .join-us-intro ul li .intro {
  background-color: #F3F3F3;
  padding: 100px 20px 20px;
}

.company-join-center .join-us-intro ul li .intro p {
  margin: 20px 0;
  min-height: 60px;
  color: #909090;
  max-height: 4.5em;
  height: 4.5em;
  overflow: hidden;
}

.company-join-center .join-us-intro ul li .intro .btn {
  display: inline-block;
  width: 118px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  background: #FF4E56;
  border-radius: 4px;
  color: #FEFEFE;
  font-weight: 700;
}

.company-join-center .join-us-intro ul li:first-child {
  margin-left: 0;
}

.company-join-center .step-up-bar {
  padding: 30px 0;
  text-align: center;
}

.company-join-center .step-up-bar .line {
  display: block;
  margin: 0 auto 8px auto;
  width: 30px;
  height: 3px;
  background: #FF4E56;
}

.company-join-center .join-title {
  font-size: 24px;
  display: inline-block;
  color: #414141;
}

.company-join-center .join-us-step {
  padding-bottom: 30px;
  background: #F3F3F3;
}

.company-join-center .join-us-step .step-by-step {
  padding: 0 135px;
}

.company-join-center .join-us-step .step-by-step ul::before, .company-join-center .join-us-step .step-by-step ul::after {
  display: table;
  content: ' ';
}

.company-join-center .join-us-step .step-by-step ul::after {
  clear: both;
}

.company-join-center .join-us-step .step-by-step ul li {
  float: left;
  width: 210px;
  border: 1px solid #D8D8D8;
  margin-left: 30px;
  padding: 20px 0;
  padding-right: 30px;
  min-height: 220px;
}

.company-join-center .join-us-step .step-by-step ul li img {
  margin-bottom: 20px;
}

.company-join-center .join-us-step .step-by-step ul li h1 {
  padding-left: 45px;
  color: #414141;
  font-weight: 700;
}

.company-join-center .join-us-step .step-by-step ul li p {
  padding-left: 30px;
  margin-bottom: 5px;
}

.company-join-center .join-us-step .step-by-step ul li p:before {
  content: "\25CF";
  color: #FF4E56;
  padding-right: 10px;
}

.company-join-center .join-us-step .step-by-step ul li:first-child {
  margin-left: 0;
}

.company-join-center .joined-shops {
  padding: 20px 50px;
}

.company-join-center .joined-shops .shop-gallery::before, .company-join-center .joined-shops .shop-gallery::after {
  display: table;
  content: ' ';
}

.company-join-center .joined-shops .shop-gallery::after {
  clear: both;
}

.company-join-center .joined-shops .shop-gallery .shop {
  outline: none;
  float: left;
  width: 220px;
  height: 126px;
  padding: 0 10px;
}

.company-join-center .joined-shops .shop-gallery .shop a {
  display: block;
  height: 126px;
  border: 1px solid #D8D8D8;
  text-align: center;
  font: 0/0 a;
}

.company-join-center .joined-shops .shop-gallery .shop a:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.company-join-center .joined-shops .shop-gallery .shop a img {
  vertical-align: middle;
  display: inline-block;
}

.company-join-center .join-us-help {
  background-color: #FEFEFE;
}

.company-join-center .join-us-help .help-more::before, .company-join-center .join-us-help .help-more::after {
  display: table;
  content: ' ';
}

.company-join-center .join-us-help .help-more::after {
  clear: both;
}

.company-join-center .join-us-help .help-more a {
  float: right;
  margin-right: 150px;
}

.company-join-center .join-us-help .help-list {
  padding: 30px 135px;
}

.company-join-center .join-us-help .help-list ul li {
  margin-bottom: 20px;
}

.company-join-center .join-us-help .help-list ul li h2:before {
  content: "\25CF";
  color: #5D5D5D;
  padding-right: 10px;
}

.help-list > li {
  vertical-align: top !important;
}

.company-join-progress {
  margin-top: 10px;
  margin-bottom: 30px;
}

.company-join-progress .container {
  background: #FEFEFE;
  padding: 20px;
}

.company-join-progress .container h1 {
  margin-bottom: 30px;
  color: #FF4E56;
}

.company-join-wrap {
  margin-bottom: 30px;
  background-color: #FEFEFE;
}

.company-join-wrap .company-join-step {
  width: 1000px;
  margin: 0 auto;
}

.company-join-wrap .middle-gray {
  height: 15px;
  width: 100%;
  background: #F3F3F3;
}

.company-join-wrap .join-steps-nav {
  height: 60px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
  margin-left: 75px;
  background: #FEFEFE;
  padding: 50px 100px;
}

.company-join-wrap .join-steps-nav::before, .company-join-wrap .join-steps-nav::after {
  display: table;
  content: ' ';
}

.company-join-wrap .join-steps-nav::after {
  clear: both;
}

.company-join-wrap .join-steps-nav .step {
  position: relative;
  width: 212.5px;
  display: inline-block;
  float: left;
  border-top: 3px solid #909090;
}

.company-join-wrap .join-steps-nav .step .step-number {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #909090;
  top: -15px;
  left: -2px;
  color: #FEFEFE;
  font-size: 16px;
}

.company-join-wrap .join-steps-nav .step .step-name {
  position: absolute;
  width: 120px;
  text-align: center;
  left: -47px;
  top: 22px;
  color: #909090;
}

.company-join-wrap .join-steps-nav .step:last-child {
  width: 0;
}

.company-join-wrap .join-steps-nav .step:before {
  content: '';
  width: 106.25px;
  height: 0;
  border-top: 3px solid #909090;
  position: absolute;
  top: -3px;
  left: -106.25px;
}

.company-join-wrap .join-steps-nav .step:first-child:before {
  width: 0;
}

.company-join-wrap .join-steps-nav .step.active {
  border-color: #FF4E56;
}

.company-join-wrap .join-steps-nav .step.active .step-number {
  background: #FF4E56;
  color: #FEFEFE;
}

.company-join-wrap .join-steps-nav .step.active .step-name {
  color: #5D5D5D;
}

.company-join-wrap .join-steps-nav .step.active:before {
  width: 0;
}

.company-join-wrap .join-form-title {
  border-bottom: 1px solid #D8D8D8;
  padding: 5px 0 15px 0;
  margin-bottom: 10px;
  color: #E6232B;
}

.company-join-wrap .join-form-wrap {
  padding: 2rem 15rem 2rem 4rem;
  margin-top: 2rem;
}

.company-join-wrap .join-form-wrap .form-item-hr .form-label-hr {
  width: 37%;
}

.company-join-wrap .join-form-wrap .form-item-hr .form-input-hr {
  width: 62%;
}

.company-join-wrap .join-form-wrap .form-item-hr .form-action-hr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-join-wrap .join-form-wrap .form-item-hr .form-action-hr .btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  background: #FF4E56;
  width: 230px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #FEFEFE;
  margin: 0 0 0 20px;
  padding: 0;
}

.company-join-wrap .join-form-wrap .form-item-hr .form-action-hr .btn:hover {
  background: #E6232B;
}

.company-join-wrap .join-form-wrap .form-item-hr .form-action-hr .btn-gray {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  width: 230px;
  height: 35px;
  line-height: 46px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: #FEFEFE;
  border: 1px solid #D8D8D8;
  color: #5D5D5D;
}

.company-join-wrap .join-form-wrap .form-item-hr .form-action-hr .btn-gray:hover {
  color: #FF4E56;
  border: 1px solid #FF4E56;
}

.company-join-wrap .shop-form-warp {
  padding: 0;
}

.company-join-wrap .shop-form-warp .form-item-hr .form-label-hr {
  width: 20%;
}

.company-join-wrap .shop-form-warp .form-item-hr .form-label-hr .text-right abbr {
  color: #FF4E56;
  text-decoration: none;
}

.company-join-wrap .shop-form-warp .form-item-hr .form-input-hr {
  width: 79%;
}

.company-join-wrap .shop-form-warp .form-item-hr .form-input-hr textarea {
  width: 744px;
  height: 200px;
}

.company-join-wrap .shop-form-warp .form-item-hr .input-name {
  width: 356px;
}

.company-join-wrap .reminders {
  padding: 10px 20px;
  background: #F3F3F3;
  margin-top: 15px;
  border-radius: 8px;
}

.company-join-wrap .reminders .fa {
  color: #FF4E56;
}

.company-join-wrap .agreement {
  border: 1px solid #D8D8D8;
  margin-bottom: 20px;
  margin-top: 20px;
}

.company-join-wrap .agreement .agreement-header {
  background: #D8D8D8;
  height: 40px;
  line-height: 30px;
  vertical-align: middle;
  padding: 10px;
}

.company-join-wrap .agreement .agreement-content {
  padding: 10px;
  overflow-y: auto;
  max-height: 41.66667rem;
}

.company-join-wrap .company-join-step.sign-agreement .form-actions {
  float: right;
}

.company-join-wrap .company-join-step.finished {
  margin-top: 20px;
}

.company-join-wrap .company-join-step.finished .fa-check-circle {
  font-size: 36px;
  color: #FF4E56;
}

.company-join-wrap .company-join-step.finished h3 {
  font-size: 16px;
  font-weight: bold;
}

.join-now-view {
  background: #FEFEFE;
}

.join-now-view .main-width {
  width: 100rem;
  margin: 0 auto;
}

.join-now-view .banner {
  width: 100%;
}

.join-now-view .banner img {
  height: auto;
}

.join-now-view .banner .join-button {
  position: relative;
}

.join-now-view .our-service {
  padding-top: 70px;
}

.join-now-view .our-service .title {
  text-align: center;
}

.join-now-view .our-service .type {
  margin-top: 66px;
  text-align: center;
}

.join-now-view .our-service .type-list {
  margin-top: 20px;
}

.join-now-view .our-service .type-list::before, .join-now-view .our-service .type-list::after {
  display: table;
  content: ' ';
}

.join-now-view .our-service .type-list::after {
  clear: both;
}

.join-now-view .our-service .type-list li {
  float: left;
  margin-left: 10px;
  position: relative;
}

.join-now-view .our-service .type-list li:first-child {
  margin-left: 0;
}

.join-now-view .our-service .type-list li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #FEFEFE;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}

.join-now-view .our-service .title2 {
  text-align: center;
  margin-top: 50px;
}

.join-now-view .our-service .service-list {
  width: 840px;
  margin: 0 auto;
  margin-top: 48px;
  display: block;
}

.join-now-view .our-service .service-list li {
  height: 78px;
  margin-bottom: 20px;
  color: #FEFEFE;
  font-size: 30px;
  line-height: 78px;
  padding-left: 100px;
}

.join-now-view .our-service .service-list .list1 {
  background: url(/assets/images/company/wuda1.png) no-repeat;
}

.join-now-view .our-service .service-list .list2 {
  background: url(/assets/images/company/wuda2.png) no-repeat;
}

.join-now-view .our-service .service-list .list3 {
  background: url(/assets/images/company/wuda3.png) no-repeat;
}

.join-now-view .our-service .service-list .list4 {
  background: url(/assets/images/company/wuda4.png) no-repeat;
}

.join-now-view .our-service .service-list .list5 {
  background: url(/assets/images/company/wuda5.png) no-repeat;
}

.join-now-view .our-advantage {
  background: #F3F3F3;
  padding: 48px 0;
}

.join-now-view .our-advantage .advantage::before, .join-now-view .our-advantage .advantage::after {
  display: table;
  content: ' ';
}

.join-now-view .our-advantage .advantage::after {
  clear: both;
}

.join-now-view .our-advantage .advantage ul li {
  float: left;
  border-right: 1px solid #D8D8D8;
  width: 350px;
  padding-left: 50px;
}

.join-now-view .our-advantage .advantage ul li:last-child {
  border-right: none;
}

.join-now-view .our-advantage .advantage ul li .every-day {
  font-size: 28px;
}

.join-now-view .our-advantage .advantage ul li .every-day span {
  border: 1px solid #D8D8D8;
  border-radius: 25px;
  padding: 1px 20px;
}

.join-now-view .our-advantage .advantage ul li .day-num {
  font-size: 50px;
  color: #e71a41;
  font-weight: bold;
}

.join-now-view .our-advantage .advantage ul li .day-role {
  font-size: 32px;
  color: #434343;
  font-weight: bold;
}

.join-now-view .our-advantage .advantage ul li .day-desc {
  font-size: 16px;
}

.join-now-view .big-service {
  padding-top: 62px;
  padding-bottom: 50px;
}

.join-now-view .big-service .title {
  text-align: center;
}

.join-now-view .big-service .service-list {
  display: block;
  margin-top: 62px;
}

.join-now-view .big-service .service-list::before, .join-now-view .big-service .service-list::after {
  display: table;
  content: ' ';
}

.join-now-view .big-service .service-list::after {
  clear: both;
}

.join-now-view .big-service .service-list li {
  float: left;
  width: 380px;
  height: 420px;
  background: #F3F3F3;
  margin-left: 20px;
}

.join-now-view .big-service .service-list li:first-child {
  margin-left: 0;
}

.join-now-view .big-service .service-list li .title {
  height: 70px;
  line-height: 70px;
  background: #e71a41;
  color: #FEFEFE;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.join-now-view .big-service .service-list li .subtitle {
  width: 350px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 24px;
  color: #434343;
  text-align: center;
  height: 70px;
  line-height: 70px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 48px;
}

.join-now-view .big-service .service-list li .desc {
  width: 350px;
  margin: 0 auto;
  line-height: 38px;
  font-size: 16px;
}

.join-now-view .big-service .service-list li .desc span {
  color: #434343;
  font-weight: bold;
}

.join-now-view .join-now {
  background: url(/assets/images/company/banner2.png) no-repeat;
  width: 100%;
  height: 697px;
  padding-top: 62px;
}

.join-now-view .join-now .title {
  text-align: center;
}

.join-now-view .join-now .join-body {
  position: relative;
}

.join-now-view .join-now .join-form {
  width: 410px;
  height: 500px;
  position: absolute;
  right: 80px;
  top: 140px;
}

.join-now-view .join-now .join-form .form-action {
  width: 195px;
  margin: 0 auto;
}

.join-now-view .join-now .join-form .form-action input {
  border-radius: 20px;
  background: #e71a41;
  font-weight: bold;
  font-size: 24px;
  padding: 10px 0;
}

#user-account-wrap {
  background-image: url(/assets/images/user/banner.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding-bottom: 10rem;
}

#user-account-wrap .logo-wrap {
  padding: 7.5rem 0 4.58333rem 0;
}

#user-account-wrap .logo-wrap img {
  display: block;
  margin: 0 auto;
}

#user-account-wrap .form-wrap {
  width: 45.83333rem;
  margin: 0 auto;
  background-color: white;
  border-radius: 0.33333rem;
  padding: 2.5rem;
}

#user-account-wrap .form-wrap .form-title {
  font-size: 18px;
  margin: 1rem 0;
  text-align: center;
}

#user-account-wrap .form-wrap .simple_form {
  width: 25rem;
  margin: 0 auto;
}

#user-account-wrap .form-wrap .simple_form .wechat-tip {
  position: relative;
  top: -0.16667rem;
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 14px;
}

#user-account-wrap .form-wrap .simple_form [type='checkbox'] + label {
  margin: 0;
}

#user-account-wrap .register-form-wrap .register-tab .toggle-switch, #user-account-wrap .login-form-wrap .login-tab .toggle-switch {
  color: #E6232B;
}

#user-account-wrap .register-form-wrap .register-tab:after, #user-account-wrap .login-form-wrap .login-tab:after {
  width: 100%;
}

#user-account-wrap .account-tabs {
  margin: 0 auto 2.5rem;
  padding-top: 0.83333rem;
  width: 16.66667rem;
}

#user-account-wrap .account-tabs .account-tab, #user-account-wrap .account-tabs .menu-text {
  position: relative;
  font-size: 28px;
  text-align: center;
}

#user-account-wrap .account-tabs .account-tab:after {
  -webkit-transition: 120ms width ease-in-out;
  transition: 120ms width ease-in-out;
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E6232B;
}

#user-account-wrap .account-tabs .account-tab:hover:after {
  width: 100%;
}

#user-account-wrap .account-tabs .menu-text {
  width: 16%;
}

.register-form-wrap > .login-form, .login-form-wrap > .register-form {
  display: none;
}

.oauth-login-section {
  position: relative;
  margin-top: 1.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #D8D8D8;
}

.oauth-login-section .oauth-login-header {
  position: absolute;
  z-index: 1;
  top: -0.75rem;
  left: 33%;
  width: 33%;
  background: #FFF;
  text-align: center;
}

.oauth-login-section .oauth-login-entries {
  margin: 0;
  list-style-type: none;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.oauth-login-section .oauth-login-entries > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .oauth-login-section .oauth-login-entries > li {
  outline: 0;
}

.oauth-login-section .oauth-login-entries > li > a {
  display: block;
  padding: 1rem;
  line-height: 1;
}

.oauth-login-section .oauth-login-entries input, .oauth-login-section .oauth-login-entries select, .oauth-login-section .oauth-login-entries a, .oauth-login-section .oauth-login-entries button {
  margin-bottom: 0;
}

.oauth-login-section .oauth-login-entries > li:first-child:last-child {
  width: 100%;
}

.products-search {
  margin-bottom: 30px;
}

.products-search .products-search-content::before, .products-search .products-search-content::after {
  display: table;
  content: ' ';
}

.products-search .products-search-content::after {
  clear: both;
}

.products-search .products-search-content .products-search-main {
  width: 960px;
  float: left;
}

.products-search .products-search-content .products-search-main .breadcrumb {
  padding: 10px;
}

.products-search .products-search-content .products-search-main .rec-shop {
  padding-left: 20px;
}

.products-search .products-search-content .products-search-main .rec-shop span {
  font-size: 16px !important;
  color: #666 !important;
}

.products-search .products-search-content .products-search-main .products-filters {
  margin-bottom: 20px;
  background: #FEFEFE;
  padding: 10px;
}

.products-search .products-search-content .products-search-main .products-search-count {
  padding: 10px 0;
  margin-bottom: 0;
}

.products-search .products-search-content .products-search-main .products-search-count::before, .products-search .products-search-content .products-search-main .products-search-count::after {
  display: table;
  content: ' ';
}

.products-search .products-search-content .products-search-main .products-search-count::after {
  clear: both;
}

.products-search .products-search-content .products-search-main .products-search-count .search-count {
  width: 200px;
  float: left;
}

.products-search .products-search-content .products-search-main .products-search-count .list-style {
  width: 280px;
  float: right;
  text-align: right;
}

.products-search .products-search-content .products-search-main .products-search-count .list-style a {
  display: inline-block;
  padding: 5px 8px;
  margin-left: 10px;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}

.products-search .products-search-content .products-search-main .products-search-count .list-style a.active {
  border: 1px solid #FF4E56;
  color: #FF4E56;
}

.products-search .products-search-content .products-search-main .products-filters-list {
  border-top: 1px dashed #D8D8D8;
  border-bottom: 1px dashed #D8D8D8;
}

.products-search .products-search-content .products-search-main .products-filters-sort {
  margin-top: 20px;
  background: #F8F8F8;
}

.products-search .products-search-content .products-search-main .products-filters-sort ul {
  padding: 0;
  margin: 0;
}

.products-search .products-search-content .products-search-main .products-filters-sort ul::before, .products-search .products-search-content .products-search-main .products-filters-sort ul::after {
  display: table;
  content: ' ';
}

.products-search .products-search-content .products-search-main .products-filters-sort ul::after {
  clear: both;
}

.products-search .products-search-content .products-search-main .products-filters-sort ul li {
  float: left;
  padding: 10px;
  cursor: pointer;
}

.products-search .products-search-content .products-search-main .products-filters-sort ul li.active, .products-search .products-search-content .products-search-main .products-filters-sort ul li:hover {
  background: #E6232B;
}

.products-search .products-search-content .products-search-main .products-filters-sort ul li.active label, .products-search .products-search-content .products-search-main .products-filters-sort ul li:hover label {
  color: #FEFEFE;
  cursor: pointer;
}

.products-search .products-search-content .products-search-main .products-filter {
  border-bottom: 1px solid #D8D8D8;
  background: #F3F3F3;
  position: relative;
}

.products-search .products-search-content .products-search-main .products-filter::before, .products-search .products-search-content .products-search-main .products-filter::after {
  display: table;
  content: ' ';
}

.products-search .products-search-content .products-search-main .products-filter::after {
  clear: both;
}

.products-search .products-search-content .products-search-main .products-filter:last-child {
  border-bottom: none;
}

.products-search .products-search-content .products-search-main .products-filter .more {
  position: absolute;
  top: 10px;
  right: 0px;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  padding: 3px 8px;
  cursor: pointer;
}

.products-search .products-search-content .products-search-main .products-filter .products-filter-title {
  float: left;
  width: 120px;
  line-height: 2rem;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 14px;
}

.products-search .products-search-content .products-search-main .products-filter .products-filter-box {
  width: 825px;
  margin-left: 120px;
  background-color: #FEFEFE;
}

.products-search .products-search-content .products-search-main .products-filter .products-filter-box .products-filter-options {
  width: 780px;
  margin-bottom: 0;
  height: 46px;
  overflow-y: hidden;
  padding-left: 10px;
}

.products-search .products-search-content .products-search-main .products-filter .products-filter-box .products-filter-options::before, .products-search .products-search-content .products-search-main .products-filter .products-filter-box .products-filter-options::after {
  display: table;
  content: ' ';
}

.products-search .products-search-content .products-search-main .products-filter .products-filter-box .products-filter-options::after {
  clear: both;
}

.products-search .products-search-content .products-search-main .products-filter .products-filter-box .products-filter-options .products-filter-option {
  padding: 5px 8px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  margin: 0;
}

.products-search .products-search-content .products-search-main .products-filter .products-filter-box .products-filter-options .products-filter-option.all {
  border: 1px dashed #D8D8D8;
}

.products-search .products-search-content .products-search-main .products-filter .products-filter-box .products-filter-options .products-filter-option label {
  display: block;
  margin: 0;
  padding: 5px;
  color: #5D5D5D;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

.products-search .products-search-content .products-search-main .products-filter .products-filter-box .products-filter-options .products-filter-option label:hover {
  background: #FF4E56;
  color: #FEFEFE;
}

.products-search .products-search-content .products-search-main .products-filter .products-filter-box .products-filter-options .products-filter-option label.active {
  background: #FF4E56;
  color: #FEFEFE;
}

.products-search .products-search-content .products-search-main .products-filter .products-filter-box .products-filter-options .products-filter-option label.active:after {
  content: '\D7';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  line-height: 10px;
  color: #FEFEFE;
  background: #5D5D5D;
}

.products-search .products-search-content .products-search-main .products-filter.show-more .products-filter-box .products-filter-options {
  height: 120px;
  overflow-y: auto;
}

.products-search .products-search-content .products-search-main .products-search-result {
  background: #FEFEFE;
  padding: 20px 0;
  margin-bottom: 20px;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon {
  padding: 0 20px;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li {
  border-top: 1px solid #D8D8D8;
  padding: 20px 0;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li:first-child {
  border-top: none;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li::before, .products-search .products-search-content .products-search-main .products-search-result .product-horizon li::after {
  display: table;
  content: ' ';
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li::after {
  clear: both;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .img {
  float: left;
  width: 100px;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .img img {
  width: 100px;
  height: 100px;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .info {
  float: left;
  margin-left: 20px;
  width: 248px;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .info .title {
  width: 100%;
  max-height: 38px;
  overflow: hidden;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .info .title a {
  font-size: 14px;
  font-weight: bold;
  color: #0A0A0A;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .info .title em {
  color: #E6232B;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .info .desc {
  font-size: 12px;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .info .click {
  vertical-align: middle;
  color: #0A0A0A;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .info .click span {
  vertical-align: middle;
  margin-right: 10px;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .info .click img {
  margin-right: 5px;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .price {
  float: left;
  width: 220px;
  text-align: center;
  margin-left: 20px;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .price h3 {
  color: #E6232B;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .price p {
  width: 60px;
  color: #FEFEFE;
  background: #1E5196;
  border-radius: 5px;
  margin: 0 auto;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .price .light-primary {
  background: #FF4E56;
  color: #FEFEFE;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .shop {
  float: left;
  width: 160px;
  margin-left: 20px;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .shop .name {
  width: 100%;
  line-height: 24px;
  font-weight: bold;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .shop .area {
  color: #909090;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .shop .vip img {
  width: 20px;
  height: 20px;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .contact {
  float: right;
  width: 120px;
  text-align: center;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .contact a {
  display: block;
  margin-bottom: 10px;
  width: 100px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  border: 1px solid #FF4E56;
  color: #FF4E56;
  padding: 0;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .contact .consulting-call {
  background: #FEFEFE;
  color: #FF4E56;
}

.products-search .products-search-content .products-search-main .products-search-result .product-horizon li .contact .inquiry {
  background: #FF4E56;
  color: #FEFEFE;
}

.products-search .products-search-content .products-search-main .product-seeking {
  background: #FEFEFE;
  text-align: center;
  padding: 20px 0;
}

.products-search .products-search-content .products-sidebar {
  width: 220px;
  margin-top: 7px;
  float: right;
}

.products-search .products-search-content .products-sidebar .sidebar-box {
  margin-bottom: 20px;
}

.products-search .products-search-content .products-sidebar .sidebar-box .sidebar-title {
  background: #FF4E56;
  font-size: 14px;
  height: 3em;
  line-height: 3em;
  padding: 0 10px;
  color: #FEFEFE;
}

.products-search .products-search-content .products-sidebar .sidebar-box .sidebar-title::before, .products-search .products-search-content .products-sidebar .sidebar-box .sidebar-title::after {
  display: table;
  content: ' ';
}

.products-search .products-search-content .products-sidebar .sidebar-box .sidebar-title::after {
  clear: both;
}

.products-search .products-search-content .products-sidebar .sidebar-box .sidebar-title .title {
  width: 120px;
  float: left;
}

.products-search .products-search-content .products-sidebar .sidebar-box .sidebar-title .more {
  float: right;
  width: 40px;
}

.products-search .products-search-content .products-sidebar .sidebar-box .sidebar-title .more a {
  color: #FEFEFE;
  font-size: 12px;
}

.products-search .products-search-content .products-sidebar .sidebar-box .seeking-list {
  background: #FEFEFE;
  padding: 5px 10px;
}

.products-search .products-search-content .products-sidebar .sidebar-box .seeking-list ul li {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  vertical-align: middle;
}

.products-search .products-search-content .products-sidebar .sidebar-box .seeking-list ul li img {
  margin-right: 5px;
  height: 20px;
}

.products-search .products-search-content .products-sidebar .sidebar-box .seeking-list ul li a {
  display: inline-block;
  height: 28px;
  line-height: 30px;
}

.products-search .products-search-content .products-sidebar .sidebar-box .products-list {
  background: #FEFEFE;
  padding: 5px 10px;
}

.products-search .products-search-content .products-sidebar .sidebar-box .products-list ul li {
  border-top: 1px dashed #D8D8D8;
  padding: 10px 0;
}

.products-search .products-search-content .products-sidebar .sidebar-box .products-list ul li:first-child {
  border-top: none;
}

.products-search .products-search-content .products-sidebar .sidebar-box .products-list ul li .price-shop {
  margin-top: 10px;
}

.products-search .products-search-content .products-sidebar .sidebar-box .products-list ul li .price-shop::before, .products-search .products-search-content .products-sidebar .sidebar-box .products-list ul li .price-shop::after {
  display: table;
  content: ' ';
}

.products-search .products-search-content .products-sidebar .sidebar-box .products-list ul li .price-shop::after {
  clear: both;
}

.products-search .products-search-content .products-sidebar .sidebar-box .products-list ul li .price-shop .price {
  width: 120px;
  float: left;
  font-size: 20px;
  color: #E6232B;
}

.products-search .products-search-content .products-sidebar .sidebar-box .products-list ul li .price-shop .price-l {
  font-size: 16px;
  color: #E6232B;
}

.products-search .products-search-content .products-sidebar .sidebar-box .products-list ul li .price-shop .shop {
  width: 80px;
  float: right;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  background: #FF4E56;
  text-align: center;
  border-radius: 5px;
}

.products-search .products-search-content .products-sidebar .sidebar-box .products-list ul li .price-shop .shop a {
  color: #FEFEFE;
}

.product-view .product-header {
  background: #FEFEFE;
  padding: 40px 10px;
  margin-bottom: 30px;
}

.product-view .product-header::before, .product-view .product-header::after {
  display: table;
  content: ' ';
}

.product-view .product-header::after {
  clear: both;
}

.product-view .product-header .product-gallery {
  float: left;
  width: 510px;
}

.product-view .product-header .product-gallery .product-gallery-box::before, .product-view .product-header .product-gallery .product-gallery-box::after {
  display: table;
  content: ' ';
}

.product-view .product-header .product-gallery .product-gallery-box::after {
  clear: both;
}

.product-view .product-header .product-gallery .product-collection {
  padding-top: 10px;
  float: right;
  margin-right: 110px;
}

.product-view .product-header .product-gallery .gallery-cover {
  float: left;
  width: 400px;
  border: 1px solid #D8D8D8;
  padding: 1px;
}

.product-view .product-header .product-gallery .gallery-cover .slick-slide:focus {
  outline: none;
}

.product-view .product-header .product-gallery .gallery-cover .slick-active {
  outline: none;
}

.product-view .product-header .product-gallery .gallery-slide {
  position: relative;
  text-align: center;
  float: left;
  width: 72px;
  height: 400px;
  margin-left: 10px;
}

.product-view .product-header .product-gallery .gallery-slide .slide-img {
  border: none;
  margin-bottom: 10px;
  cursor: pointer;
}

.product-view .product-header .product-gallery .gallery-slide .slide-img:last-child {
  margin-bottom: 0;
}

.product-view .product-header .product-gallery .gallery-slide .slide-img img {
  border: 1px solid #D8D8D8;
}

.product-view .product-header .product-gallery .gallery-slide .slide-img:focus {
  outline: none;
}

.product-view .product-header .product-gallery .gallery-slide .slick-list {
  height: 402px !important;
}

.product-view .product-header .product-gallery .gallery-slide .slick-active {
  outline: none;
}

.product-view .product-header .product-gallery .gallery-slide .slick-prev {
  position: absolute;
  top: -25px;
  left: 35%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.product-view .product-header .product-gallery .gallery-slide .slick-next {
  position: absolute;
  top: 100%;
  left: 35%;
  margin-top: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.product-view .product-header .product-inquiry-form {
  margin-top: 10px;
}

.product-view .product-header .product-info {
  float: right;
  width: 670px;
}

.product-view .product-header .product-info .product-name {
  font-size: 18px;
  font-weight: bold;
}

.product-view .product-header .product-info .product-prices {
  background: #F3F3F3;
  padding: 10px;
}

.product-view .product-header .product-info .product-prices .product-price {
  height: 35px;
  border-bottom: 2px dashed #D8D8D8;
}

.product-view .product-header .product-info .product-prices .product-variant-price {
  border-bottom: 2px dashed #D8D8D8;
}

.product-view .product-header .product-info .product-prices .product-variant-price ul {
  margin-bottom: 5px;
}

.product-view .product-header .product-info .product-prices .product-variant-price ul::before, .product-view .product-header .product-info .product-prices .product-variant-price ul::after {
  display: table;
  content: ' ';
}

.product-view .product-header .product-info .product-prices .product-variant-price ul::after {
  clear: both;
}

.product-view .product-header .product-info .product-prices .product-variant-price ul li {
  float: left;
  width: 25%;
  font-size: 14px;
}

.product-view .product-header .product-info .product-price-wrap {
  background: #F3F3F3;
  height: 43px;
  margin-bottom: 10px;
}

.product-view .product-header .product-info .product-price-wrap .product-stats {
  height: 35px;
  padding-top: 5px;
  vertical-align: middle;
}

.product-view .product-header .product-info .product-price-wrap .product-stats li {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px dashed #D8D8D8;
}

.product-view .product-header .product-info .product-price-wrap .product-stats li:last-child {
  border-right: 1px dashed #F3F3F3;
}

.product-view .product-header .product-info .product-price-wrap .product-stats li.product-qrcode {
  position: relative;
  cursor: pointer;
}

.product-view .product-header .product-info .product-price-wrap .product-stats li.product-qrcode .qrcode {
  position: absolute;
  z-index: 9;
  top: 32px;
  left: 30px;
  width: 100px;
  height: 0px;
  overflow: hidden;
}

.product-view .product-header .product-info .product-price-wrap .product-stats li.product-qrcode:hover .qrcode {
  height: 100px;
}

.product-view .product-header .product-info .product-contact-box .product-contact::before, .product-view .product-header .product-info .product-contact-box .product-contact::after {
  display: table;
  content: ' ';
}

.product-view .product-header .product-info .product-contact-box .product-contact::after {
  clear: both;
}

.product-view .product-header .product-info .product-contact-box .product-contact .contact-list {
  float: left;
  width: 300px;
}

.product-view .product-header .product-info .product-contact-box .product-contact .contact-wechat {
  float: left;
  width: 120px;
  margin-right: 20px;
  text-align: center;
}

.product-view .product-header .product-info .product-contact-box .product-contact .contact-wechat img {
  width: 120px;
  height: 120px;
}

.product-view .product-header .product-info .product-variants {
  margin-bottom: 10px;
}

.product-view .product-header .product-info .product-variants::before, .product-view .product-header .product-info .product-variants::after {
  display: table;
  content: ' ';
}

.product-view .product-header .product-info .product-variants::after {
  clear: both;
}

.product-view .product-header .product-info .product-variants .info-label {
  float: left;
  display: block;
}

.product-view .product-header .product-info .product-variants .variant-list {
  float: left;
  width: 450px;
}

.product-view .product-header .product-info .product-variants .variant-list li {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  cursor: pointer;
}

.product-view .product-header .product-info .product-variants .variant-list li.active {
  background: #FF4E56;
  color: #FEFEFE;
  border-color: #FEFEFE;
}

.product-view .product-header .product-info .product-actions::before, .product-view .product-header .product-info .product-actions::after {
  display: table;
  content: ' ';
}

.product-view .product-header .product-info .product-actions::after {
  clear: both;
}

.product-view .product-header .product-info .product-actions .calls-action .phone-step b {
  padding: 5px 10px;
  border-radius: 50%;
  margin-right: 5px;
  background: #909090;
  color: #FEFEFE;
}

.product-view .product-header .product-info .product-actions .calls-action .phone-step i {
  font-size: 20px;
  color: #FF4E56;
  margin-left: 10px;
}

.product-view .shop-recommend-products {
  margin-bottom: 30px;
}

.product-view .shop-recommend-products::before, .product-view .shop-recommend-products::after {
  display: table;
  content: ' ';
}

.product-view .shop-recommend-products::after {
  clear: both;
}

.product-view .shop-recommend-products .box-body {
  padding: 10px 30px;
}

.product-view .shop-recommend-products .box-body .slick-list {
  padding: 0 5px;
}

.product-view .shop-recommend-products .box-body .product-teaser {
  float: left;
  margin-right: 10px;
  outline: none;
}

.product-view .product-body::before, .product-view .product-body::after {
  display: table;
  content: ' ';
}

.product-view .product-body::after {
  clear: both;
}

.product-view .product-body .main-right #tabs-product {
  border: none;
  background: #FEFEFE;
  border-bottom: 1px solid #D8D8D8;
}

.product-view .product-body .main-right #tabs-product .tabs-title {
  border-right: 1px solid #D8D8D8;
}

.product-view .product-body .main-right #tabs-product .tabs-title.is-active {
  border-bottom: 3px solid #FF4E56;
}

.product-view .product-body .main-right #tabs-product .tabs-title:last-child {
  border-right: none;
}

.product-view .product-body .main-right #tabs-product .tabs-title a {
  font-size: 16px;
  padding-left: 5em;
  padding-right: 5em;
}

.product-view .product-body .main-right .tabs-content-product {
  border: none;
}

.product-view .product-body .main-right .product-content {
  padding: 20px;
}

.product-view .product-body .main-right .product-content iframe {
  width: 100% !important;
}

.product-view .product-body .main-right .product-relations-banner img {
  width: 900px;
  height: 275px;
}

.product-view .product-body .main-right .product-relations-nine ul::before, .product-view .product-body .main-right .product-relations-nine ul::after {
  display: table;
  content: ' ';
}

.product-view .product-body .main-right .product-relations-nine ul::after {
  clear: both;
}

.product-view .product-body .main-right .product-relations-nine ul li {
  float: left;
  width: 275px;
  margin: 8px;
}

.product-view .product-body .main-right .product-relations-nine ul img {
  width: 275px;
  height: 275px;
}

.product-view .product-body .main-right .product-properties {
  padding: 20px;
}

.product-view .product-body .main-right .product-properties::before, .product-view .product-body .main-right .product-properties::after {
  display: table;
  content: ' ';
}

.product-view .product-body .main-right .product-properties::after {
  clear: both;
}

.product-view .product-body .main-right .product-properties li {
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border-bottom: 1px dashed #D8D8D8;
  font-size: 14px;
}

.product-view .product-body .main-right .product-properties li .property-name {
  display: inline-block;
  width: 30%;
}

.product-view .product-body .main-right .product-properties li .property-value {
  display: inline-block;
  width: 60%;
  color: #909090;
}

.product-commits {
  margin-top: 60px;
  padding: 20px;
}

.product-commits .commit-form .commit-title {
  padding-left: 10px;
  background: #FEFEFE;
  height: 40px;
  border-bottom: 1px solid #D8D8D8;
}

.product-commits .commit-form .commit-title h3 {
  font-family: 'Microsoft Yahei';
  font-size: 23px;
  color: #414141;
  border-bottom: 2px solid #E6232B;
  width: 100px;
  height: 40px;
}

.product-commits .commit-form .login-form::before, .product-commits .commit-form .login-form::after {
  display: table;
  content: ' ';
}

.product-commits .commit-form .login-form::after {
  clear: both;
}

.product-commits .commit-form .login-form .form-box {
  width: 600px;
  float: left;
}

.product-commits .commit-form .login-form .form-box .has-login {
  height: 45px;
  line-height: 45px;
  margin-left: 30px;
  margin-bottom: 16px;
}

.product-commits .commit-form .login-form .form-box .has-login a {
  color: #FF4E56;
}

.product-commits .commit-form .login-form .form-box::before, .product-commits .commit-form .login-form .form-box::after {
  display: table;
  content: ' ';
}

.product-commits .commit-form .login-form .form-box::after {
  clear: both;
}

.product-commits .commit-form .login-form .form-box ul li {
  float: left;
  width: 250px;
}

.product-commits .commit-form .login-form .form-box ul li.form-action {
  width: 60px;
}

.product-commits .commit-form .login-form .register-form {
  float: right;
  width: 190px;
}

.product-commits .commit-form .login-form .register-form a {
  margin-right: 30px;
}

.product-commits .commit-form .login-form .oauth-login-section {
  margin-top: 10px !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.product-commits .commit-form .commit .form-action {
  padding-right: 20px;
}

.product-commits .commits-list {
  padding: 0 10px;
  margin-top: 10px;
}

.product-commits .commits-list li {
  margin-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 20px;
}

.product-commits .commits-list li:last-child {
  border-bottom: none;
}

.product-commits .commits-list li .comment-header {
  height: 40px;
  line-height: 40px;
  font-size: 10px;
}

.product-commits .commits-list li .comment-header::before, .product-commits .commits-list li .comment-header::after {
  display: table;
  content: ' ';
}

.product-commits .commits-list li .comment-header::after {
  clear: both;
}

.product-commits .commits-list li .comment-header .user-avatar {
  float: left;
  width: 40px;
  font-size: 40px;
}

.product-commits .commits-list li .comment-header .user-avatar img {
  border-radius: 50%;
}

.product-commits .commits-list li .comment-header .user-name {
  float: left;
  width: 200px;
  font-size: 14px;
  margin-left: 10px;
}

.product-commits .commits-list li .comment-header .click {
  float: right;
  width: 100px;
  padding-right: 20px;
  color: #7b7b7b;
  cursor: pointer;
  font-size: 14px;
}

.product-commits .commits-list li .commit {
  padding-left: 50px;
  font-size: 14px;
}

.product-commits .commits-list li .comment-replay {
  padding-left: 50px;
  color: #406599;
  margin: 10px 0;
  font-size: 14px;
  cursor: pointer;
}

.product-commits .commits-list li .reply {
  padding-left: 50px;
}

.product-commits .commits-list li .reply .reply-box {
  border: 1px solid #D8D8D8;
  background: #F3F3F3;
  padding: 20px;
  margin: 20px 0;
}

.product-commits .commits-list li .reply .reply-box ul li:last-child {
  border-bottom: none;
}

.product-commits .commits-list li .reply .reply-box ul li .reply-header {
  height: 40px;
  line-height: 40px;
  font-size: 10px;
}

.product-commits .commits-list li .reply .reply-box ul li .reply-header::before, .product-commits .commits-list li .reply .reply-box ul li .reply-header::after {
  display: table;
  content: ' ';
}

.product-commits .commits-list li .reply .reply-box ul li .reply-header::after {
  clear: both;
}

.product-commits .commits-list li .reply .reply-box ul li .reply-header .reply-user-avatar {
  float: left;
  width: 40px;
  font-size: 40px;
}

.product-commits .commits-list li .reply .reply-box ul li .reply-header .reply-user-avatar img {
  border-radius: 50%;
}

.product-commits .commits-list li .reply .reply-box ul li .reply-header .reply-user-name {
  float: left;
  width: 200px;
  font-size: 14px;
  margin-left: 10px;
}

.product-commits .commits-list li .reply .reply-box ul li .reply-header .reply-click {
  float: right;
  width: 100px;
  padding-right: 20px;
  color: #7b7b7b;
  cursor: pointer;
  font-size: 14px;
}

.product-commits .commits-list li .reply .reply-box ul li .reply-content {
  padding-left: 50px;
  font-size: 14px;
}

.article-comments {
  padding: 1px;
}

.article-comments .commit-form .login-form .form-box {
  width: 500px;
}

.article-comments .commit-form .login-form .form-box ul li {
  width: 200px;
}

.buy-success-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(120, 120, 120, 0.5);
  display: none;
}

.buy-success-message .message-box {
  width: 300px;
  height: 160px;
  margin: 0 auto;
  margin-top: 660px;
  background: #FEFEFE;
}

.buy-success-message .message-box .title {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FF4E56;
  font-size: 18px;
  background: #414141;
}

.buy-success-message .message-box .operate {
  padding-top: 60px;
  height: 60px;
  text-align: center;
}

.buy-success-message .message-box .operate a {
  padding: 10px 20px;
  margin: 0 20px;
}

.buy-success-message .message-box .operate a.close-message {
  background: #D8D8D8;
}

.buy-success-message .message-box .operate a.go-cart {
  background: #FF4E56;
  color: #FEFEFE;
}

.inquire-list .inquire-list-from::before, .inquire-list .inquire-list-from::after {
  display: table;
  content: ' ';
}

.inquire-list .inquire-list-from::after {
  clear: both;
}

.inquire-list .inquire-list-from .form-content {
  float: left;
  width: 540px;
}

.inquire-list .inquire-list-from .form-content textarea {
  width: 540px;
  height: 242px;
  max-height: 242px;
}

.inquire-list .inquire-list-from .form-other {
  float: right;
  width: 350px;
}

.inquire-list .inquire-list-body ul::before, .inquire-list .inquire-list-body ul::after {
  display: table;
  content: ' ';
}

.inquire-list .inquire-list-body ul::after {
  clear: both;
}

.inquire-list .inquire-list-body ul li {
  float: left;
  width: 180px;
  padding: 20px 0;
  border-top: 1px dashed #D8D8D8;
}

.inquire-list .inquire-list-body ul li::before, .inquire-list .inquire-list-body ul li::after {
  display: table;
  content: ' ';
}

.inquire-list .inquire-list-body ul li::after {
  clear: both;
}

#inquiry-modal {
  width: 500px;
  margin: 0 auto;
  background: #FEFEFE;
  padding: 20px;
  padding-top: 0;
}

#inquiry-modal .modal-header {
  position: relative;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
}

#inquiry-modal .modal-header a {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 28px;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

.blank0 {
  clear: both;
}

.shop-search .shop-search-bar {
  background-color: #FF4E56;
  padding-left: 20px;
  height: 45px;
  line-height: 45px;
}

.shop-search .shop-search-bar::before, .shop-search .shop-search-bar::after {
  display: table;
  content: ' ';
}

.shop-search .shop-search-bar::after {
  clear: both;
}

.shop-search .shop-search-bar .sort-title {
  float: left;
  width: 60px;
  text-align: right;
  color: #FEFEFE;
}

.shop-search .shop-search-bar .sort-tab {
  float: left;
  width: 60%;
  margin-left: 10px;
}

.shop-search .shop-search-bar .sort-tab li {
  float: left;
  height: 45px;
  line-height: 45px;
  padding: 0 12px;
}

.shop-search .shop-search-bar .sort-tab li.active, .shop-search .shop-search-bar .sort-tab li:hover {
  background-color: #FEFEFE;
}

.shop-search .shop-search-bar .shop-filter-text {
  float: right;
  width: 200px;
  margin-right: 20px;
}

.shop-search .shop-search-bar .shop-filter-text .input-group {
  margin-bottom: none;
}

.shop-search .shop-search-bar .shop-filter-text input {
  border: 1px solid #FEFEFE;
  height: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.shop-search .shop-search-bar .shop-filter-text .button {
  background: #FEFEFE;
  color: #909090;
  height: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.shop-search .shop-search-result {
  padding: 20px 0;
  background: #FEFEFE;
}

.shop-list {
  padding: 20px;
}

.shop-list .shop {
  border: 1px solid #FEFEFE;
  border-bottom: 1px dashed #D8D8D8;
  padding: 20px 10px;
}

.shop-list .shop::before, .shop-list .shop::after {
  display: table;
  content: ' ';
}

.shop-list .shop::after {
  clear: both;
}

.shop-list .shop:hover {
  border: 1px dashed #E6232B;
}

.shop-list .shop .shop-logo {
  width: 200px;
  float: left;
}

.shop-list .shop .company .vip::before, .shop-list .shop .company .vip::after, .shop-list .shop .shop-logo .jxcat-recommend::before, .shop-list .shop .shop-logo .jxcat-recommend::after {
  display: table;
  content: ' ';
}

.shop-list .shop .company .vip::after, .shop-list .shop .shop-logo .jxcat-recommend::after {
  clear: both;
}

.shop-list .shop .company .vip .left-icon, .shop-list .shop .shop-logo .jxcat-recommend .left-icon {
  float: left;
  width: 50px;
  text-align: center;
}

.shop-list .shop .company .vip .recommend, .shop-list .shop .shop-logo .jxcat-recommend .recommend {
  color: #FF4E56;
}

.shop-list .shop .company .vip .right-info, .shop-list .shop .shop-logo .jxcat-recommend .right-info {
  float: left;
  margin-right: 10px;
}

.shop-list .shop .company .vip .shop-level {
  font-size: 14px;
  line-height: 35px;
  margin-bottom: 0;
  font-weight: bold;
}

.shop-list .shop .shop-logo .jxcat-recommend .fa {
  font-size: 16px;
}

.shop-list .shop .company {
  width: 400px;
  float: left;
}

.shop-list .shop .company .fa {
  display: inline-block;
}

.shop-list .shop .company h3 {
  max-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
  margin-bottom: 10px;
}

.shop-list .shop .company h3 a {
  font-size: 16px;
  font-weight: bold;
}

.shop-list .shop .company h3 span {
  font-size: 12px;
}

.shop-list .shop .company .address, .shop-list .shop .company .sales {
  max-height: 3em;
  height: 3em;
  overflow: hidden;
}

.shop-list .shop .company .address i, .shop-list .shop .company .sales i {
  padding-right: 10px;
}

.shop-list .shop .company .address span, .shop-list .shop .company .sales span {
  margin-left: 30px;
}

.shop-list .shop .company .address {
  font-weight: bold;
}

.shop-list .shop .company .intro {
  max-height: 3em;
  height: 3em;
  overflow: hidden;
  color: #909090;
}

.shop-list .shop .shop-video {
  width: 240px;
  padding-top: 40px;
  float: left;
  text-align: center;
}

.shop-list .shop .shop-video .video_box {
  position: relative;
}

.shop-list .shop .shop-video .video_box a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.shop-list .shop .shop-video .video_box .cover {
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 45%;
  margin-left: -15px;
  margin-top: -15px;
}

.shop-list .shop .shop-stat {
  width: 145px;
  float: right;
  text-align: right;
}

.shop-list .shop .shop-stat p {
  font-weight: bold;
}

.shop-list .shop .shop-contact {
  float: right;
  padding-top: 60px;
  text-align: center;
}

.shop-list .shop .shop-contact button {
  padding: 10px 30px;
}

.shop-view .shop-view-fixed {
  position: fixed;
  right: -200px;
  top: 40%;
  z-index: 100;
  width: 200px;
  text-align: center;
  background: #FEFEFE;
  padding: 10px;
  transition: right 2s;
  -moz-transition: right 2s;
  /* Firefox 4 */
  -webkit-transition: right 2s;
  /* Safari 和 Chrome */
  -o-transition: right 2s;
  /* Opera */
}

.shop-view .shop-view-fixed .service-list-box {
  position: relative;
}

.shop-view .shop-view-fixed .service-list-box .tip-bar {
  position: absolute;
  top: 0;
  left: -48px;
  width: 45px;
  cursor: pointer;
}

.shop-view .shop-view-fixed .service-list-box .tip-bar img {
  width: 45px;
}

.shop-view .shop-view-fixed .service-list-box .tip-bar p {
  width: 24px;
  margin: 0 auto;
}

.shop-view .shop-view-fixed .service-list {
  margin-bottom: 20px;
}

.shop-view .shop-view-fixed.active {
  right: 0;
}

.shop-view .shop-banners {
  overflow: hidden;
}

.shop-view .shop-banners .shop-banner {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.shop-view .shop-banners .slick-dots {
  bottom: 5px;
}

.shop-view .shop-body {
  margin-top: 20px;
}

.shop-view .shop-body::before, .shop-view .shop-body::after {
  display: table;
  content: ' ';
}

.shop-view .shop-body::after {
  clear: both;
}

.shop-view .shop-body .shop-sidebar .shop-wechat {
  background: #FEFEFE;
  padding: 10px;
  margin-bottom: 30px;
}

.shop-view .shop-body .shop-sidebar .shop-wechat .qrcode {
  text-align: center;
  padding-top: 20px;
}

.shop-view .shop-body .shop-main {
  padding: 30px 10px;
  background: #FEFEFE;
  min-height: 1200px;
}

.shop-view .shop-header, .product-view .shop-header {
  padding: 20px;
  background-position: center center;
  vertical-align: middle;
}

.shop-view .shop-header::before, .shop-view .shop-header::after, .product-view .shop-header::before, .product-view .shop-header::after {
  display: table;
  content: ' ';
}

.shop-view .shop-header::after, .product-view .shop-header::after {
  clear: both;
}

.shop-view .shop-header .shop-web-logo, .product-view .shop-header .shop-web-logo {
  float: left;
  margin-right: 20px;
  padding-top: 20px;
}

.shop-view .shop-header .shop-web-logo img, .product-view .shop-header .shop-web-logo img {
  max-width: 200px;
}

.shop-view .shop-header .shop-logo, .product-view .shop-header .shop-logo {
  float: left;
  max-width: 255px;
}
.shop-view .shop-header .shop-logo img, .product-view .shop-header .shop-logo img {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  height: 85px;
}

.shop-view .shop-header .shop-info, .product-view .shop-header .shop-info {
  float: left;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgba(245, 245, 245, 0.6);
  width: 470px;
  height: 90px;
  margin-top: 5px;
  padding: 10px;
  padding-left: 20px;
}

.shop-view .shop-header .shop-info .shop-name, .product-view .shop-header .shop-info .shop-name {
  height: 28px;
  overflow: hidden;
}
.shop-view .shop-header .shop-info .service-btn {
  background: #E6232B;
  border-radius: 4px;
  color: #FEFEFE;
  font-size: 1rem;
  padding: 0.3rem 1.5rem;
  cursor: pointer;
}

.shop-view .shop-header .shop-info .shop-name::before, .shop-view .shop-header .shop-info .shop-name::after, .product-view .shop-header .shop-info .shop-name::before, .product-view .shop-header .shop-info .shop-name::after {
  display: table;
  content: ' ';
}

.shop-view .shop-header .shop-info .shop-name::after, .product-view .shop-header .shop-info .shop-name::after {
  clear: both;
}

.shop-view .shop-header .shop-info .shop-name .name, .product-view .shop-header .shop-info .shop-name .name {
  float: left;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  margin-right: 10px;
  font-size: 18px;
  color: #E6232B;
  font-weight: bold;
  max-width: 275px;
}

.shop-view .shop-header .shop-info .shop-name .name a, .product-view .shop-header .shop-info .shop-name .name a {
  color: #E6232B;
}

.shop-view .shop-header .shop-info .shop-name .shop-home, .product-view .shop-header .shop-info .shop-name .shop-home {
  float: left;
  height: 28px;
  line-height: 28px;
  margin-left: 10px;
}

.shop-view .shop-header .shop-info .shop-name .shop-home a, .product-view .shop-header .shop-info .shop-name .shop-home a {
  padding: 2px 8px;
  background: #E6232B;
  border-radius: 4px;
  color: #FEFEFE;
  font-size: 1rem;
}

.shop-view .shop-header .shop-info .shop-name .shop-collect, .product-view .shop-header .shop-info .shop-name .shop-collect {
  float: left;
  width: 80px;
  height: 28px;
  line-height: 28px;
  margin-left: 10px;
  margin-top: 5px;
}

.shop-view .shop-header .shop-info .shop-name .shop-collect a, .product-view .shop-header .shop-info .shop-name .shop-collect a {
  padding: 2px 5px;
}

.shop-view .shop-header .shop-info .shop-vip, .product-view .shop-header .shop-info .shop-vip {
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 10px;
}

.shop-view .shop-header .shop-info .shop-vip::before, .shop-view .shop-header .shop-info .shop-vip::after, .product-view .shop-header .shop-info .shop-vip::before, .product-view .shop-header .shop-info .shop-vip::after {
  display: table;
  content: ' ';
}

.shop-view .shop-header .shop-info .shop-vip::after, .product-view .shop-header .shop-info .shop-vip::after {
  clear: both;
}

.shop-view .shop-header .shop-info .shop-vip ul li, .product-view .shop-header .shop-info .shop-vip ul li {
  float: left;
  margin-right: 20px;
}

.shop-view .shop-header .shop-info .shop-vip ul li img, .product-view .shop-header .shop-info .shop-vip ul li img {
  width: 20px;
  height: 20px;
}

.shop-view .shop-header .shop-collect, .product-view .shop-header .shop-collect {
  width: 120px;
  float: left;
}

.shop-view .shop-header .shop-search, .product-view .shop-header .shop-search {
  width: 445px;
  height: 40px;
  margin-top: 18px;
  padding: 10px;
  float: right;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.shop-view .shop-header .shop-search .search .input-group, .product-view .shop-header .shop-search .search .input-group {
  height: 40px;
}

.shop-view .shop-header .shop-search .search .input-group .input-group-field, .product-view .shop-header .shop-search .search .input-group .input-group-field {
  width: 255px;
  border-radius: 5px 0 0 5px;
}

.shop-view .shop-header .shop-search .search .input-group .muji-field, .product-view .shop-header .shop-search .search .input-group .muji-field {
  width: 340px;
}

.shop-view .shop-header .shop-search .search .input-group .input-group-button, .product-view .shop-header .shop-search .search .input-group .input-group-button {
  width: 60px;
  height: 40px;
}

.shop-view .shop-header .shop-search .search .input-group .input-group-button input[type="button"], .product-view .shop-header .shop-search .search .input-group .input-group-button input[type="button"] {
  height: 38px;
  line-height: 38px;
  margin-top: -1px;
}

.shop-view .shop-header .shop-search .search .input-group .input-group-button input[type="button"].button, .product-view .shop-header .shop-search .search .input-group .input-group-button input[type="button"].button {
  border-radius: 0;
}

.shop-view .shop-header .shop-search .search .input-group .input-group-button input[type="button"].secondary, .product-view .shop-header .shop-search .search .input-group .input-group-button input[type="button"].secondary {
  border-radius: 0 5px 5px 0;
}

.shop-view .shop-navbar, .product-view .shop-navbar {
  height: 46px;
  line-height: 46px;
  vertical-align: middle;
  background: #D8D8D8;
}

.shop-view .shop-navbar::before, .shop-view .shop-navbar::after, .product-view .shop-navbar::before, .product-view .shop-navbar::after {
  display: table;
  content: ' ';
}

.shop-view .shop-navbar::after, .product-view .shop-navbar::after {
  clear: both;
}

.shop-view .shop-navbar .shop-actions, .product-view .shop-navbar .shop-actions {
  float: right;
}

.shop-view .shop-navbar .shop-actions .shop-collect, .product-view .shop-navbar .shop-actions .shop-collect {
  display: inline-block;
}

.shop-view .shop-navbar .shop-actions .shop-collect .button, .product-view .shop-navbar .shop-actions .shop-collect .button {
  background: #FEFEFE;
}

.shop-view .shop-navbar .shop-actions .button, .product-view .shop-navbar .shop-actions .button {
  margin: 0;
  margin-left: 10px;
}

.shop-view .shop-taxons, .product-view .shop-taxons {
  background: #FEFEFE;
  margin-bottom: 30px;
}

.shop-view .shop-taxons ul.taxon-list, .product-view .shop-taxons ul.taxon-list {
  padding: 20px;
}

.shop-view .shop-taxons ul.taxon-list > li, .product-view .shop-taxons ul.taxon-list > li {
  padding: 10px;
  border-bottom: 1px dashed #D8D8D8;
}

.shop-view .shop-taxons ul.sub-taxon-list li, .product-view .shop-taxons ul.sub-taxon-list li {
  padding: 5px 10px;
}

.shop-view .shop-hot, .product-view .shop-hot {
  margin-bottom: 30px;
}

.shop-view .shop-hot .box-body, .product-view .shop-hot .box-body {
  padding: 10px;
}

.shop-view .shop-hot .product-teaser, .product-view .shop-hot .product-teaser {
  position: relative;
}

.shop-view .shop-hot .product-teaser .product-sort, .product-view .shop-hot .product-teaser .product-sort {
  position: absolute;
  top: 30px;
  right: 0px;
  width: 40px;
  height: 28px;
  line-height: 28px;
  background: #D8D8D8;
  text-align: center;
  border-radius: 4px;
}

.shop-view .shop-hot .product-teaser .product, .product-view .shop-hot .product-teaser .product {
  border: 1px solid #FEFEFE;
}

.shop-view .shop-hot .product-teaser .product .product-thumbnail img, .product-view .shop-hot .product-teaser .product .product-thumbnail img {
  border: 1px solid #D8D8D8;
}

.lx-bg-color {
  background: #00753c !important;
  color: #fff !important;
}

.lh-li-36 {
  line-height: 36px;
  padding: 0 10px !important;
}

.lixing-logo {
  float: left;
}

.lxing-right {
  float: right;
}

.lxing-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 56px;
  margin: 0;
  font-size: 20px;
  color: #01351b;
}

.lxing-right ul li {
  padding: 0 30px;
}

.lxing-right ul li a {
  color: #01351b;
}

.lx-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

.lx-new .title {
  color: #01351b;
}

.lx-new i {
  margin: 0 10px;
}

.lh-50 {
  line-height: 50px;
}

.lx-new-banner .slick-slider {
  margin-bottom: 0px;
}

.lx-tpl-main {
  background: #fff;
}

.lx-tpl-main .new {
  float: left;
  width: 470px;
}

.lx-tpl-main .new .title {
  color: #333;
  font-size: 16px;
  padding: 6px 0;
  border-bottom: 5px solid #ccc;
  margin-bottom: 16px;
}

.lx-tpl-main .new .title i {
  display: inline-block;
  background: url("https://jxcat-page-image.oss-cn-shenzhen.aliyuncs.com/lixing/rr.png") no-repeat;
  width: 11px;
  height: 11px;
  margin-right: 5px;
}

.lx-tpl-main .new ul li {
  font-size: 14px;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
}

.lx-tpl-main .new ul li a {
  font-size: 14px;
  color: #333;
}

.lx-tpl-main .new ul li a:hover {
  color: #B61D1D;
}

.lx-tpl-main .prod {
  width: 680px;
  float: right;
}

.lx-tpl-main .prod .lx-prod {
  float: left;
  width: 124px;
  background: #f3f3f3;
  padding-left: 6px;
}

.lx-tpl-main .prod .lx-prod li {
  width: 112px;
  padding: 6px 10px;
}

.lx-tpl-main .prod .lx-prod li a {
  padding: 0;
  color: #333;
  background: #f3f3f3;
}

.lx-tpl-main .prod .lx-prod li:last-child {
  border: none;
}

.lx-tpl-main .lx-prod-con {
  width: 547px;
  float: left;
}

.lx-tpl-main .lx-prod-con .prod {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 0;
}

.lx-tpl-main .lx-prod-con .prod .prod-desc .product-price {
  text-align: left;
}

.lx-tpl-main .lx-prod-con .prod .prod-desc .product-name {
  text-align: left;
}

.lx-tpl-main .lx-prod-con .prod .product-thumbnail img {
  width: 100%;
  max-height: 100px;
}

.clear {
  clear: both;
}

.mt23 {
  margin-top: 23px;
}

.lx-bg-footer {
  background: #f3f3f3;
}

.lx-flex-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lx-flex-footer .flex-footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lx-flex-footer .flex-footer-logo .small-logo {
  padding: 0 6px;
}

.lx-flex-footer p {
  font-size: 16px;
  margin-bottom: 0;
}

.shop-view .shop-body .shop-services, .shop-view .shop-body .shop-services-map, .shop-view .shop-body .shop-services-area {
  margin-bottom: 30px;
}

.shop-view .shop-body .floor-service-title {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.shop-view .shop-body .shop-services ul::before, .shop-view .shop-body .shop-services ul::after {
  display: table;
  content: ' ';
}

.shop-view .shop-body .shop-services ul::after {
  clear: both;
}

.shop-view .shop-body .shop-services ul li {
  float: left;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 20px;
}

.shop-view .shop-body .shop-services ul li:nth-child(odd) {
  margin-left: 0;
}

.shop-view .shop-body .shop-services ul li .item img {
  width: 100%;
}

.shop-view .shop-body .shop-services ul li .item .info {
  background: #dcd7d3;
  padding: 10px 20px;
}

.shop-view .shop-body .shop-services ul li .item .info p {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
}

.shop-view .shop-body .shop-services ul li .item .info h3 {
  margin-bottom: 10px;
  padding-left: 35px;
}

.shop-view .shop-body .shop-services-map .map-img {
  text-align: center;
}

.shop-view .shop-body .shop-services-area ul li {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-top: none;
}

.shop-view .shop-body .shop-services-area ul li:first-child {
  border-top: 1px solid #ddd;
}

.shop-view .shop-body .finance-shop-list ul li {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.shop-view .shop-body .finance-shop-list ul li .item::before, .shop-view .shop-body .finance-shop-list ul li .item::after {
  display: table;
  content: ' ';
}

.shop-view .shop-body .finance-shop-list ul li .item::after {
  clear: both;
}

.shop-view .shop-body .finance-shop-list ul li .item .img {
  float: left;
  width: 390px;
  height: auto;
  max-height: 390px;
}

.shop-view .shop-body .finance-shop-list ul li .item .img img {
  width: 390px;
  height: auto;
  max-height: 390px;
}

.shop-view .shop-body .finance-shop-list ul li .item .info {
  width: 780px;
  float: right;
  padding-top: 10px;
  height: 390px;
}

.shop-view .shop-body .finance-shop-list ul li .item .info h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.shop-view .shop-body .finance-shop-list ul li .item .info p {
  height: 120px;
  line-height: 24px;
  overflow: hidden;
}

.shop-view .shop-body .finance-shop-list ul li .item .info p img {
  display: none;
}

.shop-view .shop-body .finance-shop-list ul li .item .info a {
  display: block;
  width: 180px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #FEFEFE;
  background: #E6232B;
  border-radius: 5px;
}

.shop-view .shop-body .zhaoshang {
  margin: 30px 0;
}

.shop-view .shop-body .zhaoshang span {
  display: block;
  width: 180px;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #e44747;
  color: #FEFEFE;
  border-radius: 15px;
}

.shop-view .shop-body .join-us {
  background: #ffc32a;
  padding: 30px 0;
}

.shop-view .shop-body .join-us .join-title {
  text-align: center;
}

.shop-view .shop-body .join-us .join-title .title-zh {
  width: 90px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 4px solid #0A0A0A;
}

.shop-view .shop-body .join-us .join-title .title-en {
  width: 120px;
  margin: 10px auto;
  font-size: 12px;
  font-weight: bold;
}

.shop-view .shop-body .join-us .join-center {
  width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 20px 0;
}

.shop-view .shop-body .join-us .join-center::before, .shop-view .shop-body .join-us .join-center::after {
  display: table;
  content: ' ';
}

.shop-view .shop-body .join-us .join-center::after {
  clear: both;
}

.shop-view .shop-body .join-us .join-center .about-us {
  width: 380px;
  float: left;
}

.shop-view .shop-body .join-us .join-center .about-us .tel, .shop-view .shop-body .join-us .join-center .about-us .hello {
  font-size: 18px;
}

.shop-view .shop-body .join-us .join-center .about-us .tel span {
  margin-right: 20px;
}

.shop-view .shop-body .join-us .join-center .about-us .about {
  margin-top: 10px;
}

.shop-view .shop-body .join-us .join-center .about-us .other-title {
  font-size: 14px;
  margin-top: 30px;
}

.shop-view .shop-body .join-us .join-center .about-us .qrcode img {
  width: 280px;
}

.shop-view .shop-body .join-us .join-center .join-form {
  width: 380px;
  padding-top: 50px;
  float: right;
}

.shop-view .shop-body .join-us .join-center .join-form input[type=text] {
  border-radius: 5px;
  border: 0;
}

.shop-view .shop-body .join-us .join-center .join-form input[type=submit] {
  background: #060002;
  color: #FEFEFE;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
  border-radius: 5px;
}

.shop-sign {
  background-size: 100%;
  width: 100%;
  height: 120px;
  max-width: 1920px;
}

.shop-sign .signs::before, .shop-sign .signs::after {
  display: table;
  content: ' ';
}

.shop-sign .signs::after {
  clear: both;
}

.shop-sign .signs .shop-logo {
  float: left;
  width: 20rem;
  text-align: center;
  margin-top: 30px;
}

.shop-sign .signs .shop-logo img {
  width: auto;
  height: 50px;
}

.shop-sign .signs .shop-name {
  float: left;
  width: 25rem;
  margin-top: 2rem;
}

.shop-sign .signs .shop-name::before, .shop-sign .signs .shop-name::after {
  display: table;
  content: ' ';
}

.shop-sign .signs .shop-name::after {
  clear: both;
}

.shop-sign .signs .shop-name .name {
  float: left;
  margin-top: 1.8rem;
  display: block;
  font-size: 18px;
  margin-right: 0.5rem;
}

.shop-sign .signs .shop-name .collection {
  float: left;
  width: 3rem;
}

.shop-yanxuan-bg {
  background: url("/assets/images/shops/toutu.png");
  background-size: 100%;
  width: 100%;
  height: 120px;
  max-width: 1920px;
}

.shop-nav .taxons-nav .taxons-nav-header {
  background: none;
}

.shop-nav .taxons-nav .taxons-nav-body {
  height: 400px;
}

.shop-nav .taxons-nav .taxons-nav-body .menu-item-content {
  width: 200px;
  right: -200px;
  height: 400px;
  padding-left: 0;
}

.shop-nav .taxons-nav .taxons-nav-body .menu-item-content ul {
  padding-left: 0;
}

.shop-nav .taxons-nav .taxons-nav-body .menu-item-content ul li {
  padding-left: 0;
}

.shop-nav .taxons-nav-title {
  color: #5D5D5D;
}

.shop-nav .nav-bar-tabs .nav-bar-tab.active > a {
  color: #5D5D5D;
}

.shop-nav .nav-bar-tabs .nav-bar-tab.active:after {
  background: #5D5D5D;
}

.shop-nav .wechat-qrcode {
  float: right;
  width: 16rem;
  margin-top: 0.5rem;
  height: 2.5rem;
  border: 1px solid #D8D8D8;
  border-bottom: none;
  position: relative;
}

.shop-nav .wechat-qrcode .qrcode-info {
  width: 10.5rem;
  margin: 0 auto;
  line-height: 2.2rem;
}

.shop-nav .wechat-qrcode .qrcode-info::before, .shop-nav .wechat-qrcode .qrcode-info::after {
  display: table;
  content: ' ';
}

.shop-nav .wechat-qrcode .qrcode-info::after {
  clear: both;
}

.shop-nav .wechat-qrcode .qrcode-info .icon {
  float: left;
  width: 2rem;
}

.shop-nav .wechat-qrcode .qrcode-info .desc {
  float: right;
  width: 8.2rem;
}

.shop-nav .wechat-qrcode .qrcode {
  position: absolute;
  top: 2.5rem;
  left: 3rem;
  height: 0px;
  overflow: hidden;
  z-index: 999;
}

.shop-nav .wechat-qrcode:hover .qrcode {
  height: 160px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.shop-banner .shop-banners {
  overflow: hidden;
}

.shop-banner .shop-banners .shop-banner {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.shop-banner .shop-banners .slick-dots {
  bottom: 5px;
}

.shop-friend-links {
  padding: 20px;
  background: #FEFEFE;
  margin: 20px auto;
}

.shop-friend-links ul::before, .shop-friend-links ul::after {
  display: table;
  content: ' ';
}

.shop-friend-links ul::after {
  clear: both;
}

.shop-friend-links ul li {
  float: left;
  padding: 0 5px;
  margin-right: 10px;
}

.shop-friend-links ul li.title {
  font-size: 14px;
  font-weight: bold;
}

.shop-view .articles-list {
  font-family: "Microsoft YaHei";
}

.shop-view .articles-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  border-bottom: 1px solid #F3F3F3;
  padding-bottom: 20px;
}

.shop-view .articles-list li .article-image img {
  width: 160px;
  height: 160px;
}

.shop-view .articles-list li .article-con {
  width: 657px;
  margin-left: 20px;
  color: #5D5D5D;
  font-size: 14px;
}

.shop-view .articles-list li .article-con .artilce-con-title {
  font-size: 18px;
  color: #0A0A0A;
  white-space: nowrap;
  overflow: hidden;
  height: 24px;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}

.shop-view .articles-list li .article-con .article-con-tip {
  line-height: 50px;
  height: 50px;
  background: #F3F3F3;
  padding: 0 10px;
  margin-bottom: 20px;
}

.shop-view .articles-list li .article-con .article-con-tip .con-tip-left {
  float: left;
}

.shop-view .articles-list li .article-con .article-con-tip .con-tip-right {
  float: right;
}

.shop-view .articles-list li .article-con .article-con-tip .con-tip-right .con-tip-right-fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-view .articles-list li .article-con .article-con-tip .con-tip-right .con-tip-right-fix .icon {
  margin-right: 5px;
}

.shop-view .articles-list li .article-con .article-des {
  line-height: 1.5;
  height: 40px;
  overflow: hidden;
}

.shop-view .article-header {
  border-bottom: 1px dashed #D8D8D8;
}

.shop-view .article-header .article-title {
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-view .article-header .read-stat {
  float: right;
}

.shop-view .article-header .article-des {
  line-height: 2;
  font-size: 14px;
}

.shop-view .article-content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.yanxuan-nav .taxons-nav-body {
  display: block !important;
}

.yanxuan-banner .shop-banners .shop-banner {
  height: 400px !important;
}

.yanxuan-banner .shop-banners .shop-banner .yanxuan-banner-small {
  position: relative;
}

.yanxuan-banner .shop-banners .shop-banner .yanxuan-banner-small .banner-small-list {
  width: 240px;
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
}

.shop-template1-title {
  padding: 20px 0;
}

.shop-template1-title .hot-title {
  width: 100%;
}

.shop-template1-title .hot-title::before, .shop-template1-title .hot-title::after {
  display: table;
  content: ' ';
}

.shop-template1-title .hot-title::after {
  clear: both;
}

.shop-template1-hot {
  padding-bottom: 30px;
}

.shop-template1-hot .shop-hot-tabs .tabs-title {
  padding: 5px 0;
  background: #D8D8D8;
  border-top: 3px solid #D8D8D8;
  width: 33.1rem;
  text-align: center;
}

.shop-template1-hot .shop-hot-tabs .tabs-title a {
  font-size: 14px;
  color: #5D5D5D;
}

.shop-template1-hot .shop-hot-tabs .tabs-title a:hover {
  background: #D8D8D8;
}

.shop-template1-hot .shop-hot-tabs .tabs-title.is-active {
  background: #FEFEFE;
  border-top: 3px solid #0A0A0A;
}

.shop-template1-hot .shop-hot-tabs .tabs-title.is-active a {
  color: #0A0A0A;
}

.shop-template1-hot .shop-hot-tabs .tabs-title.is-active a:hover {
  background: #FEFEFE;
}

.shop-template1-hot .products-list.grid-4 .product-teaser {
  width: 20%;
}

.shop-template1-hot .product-teaser .product-thumbnail img {
  width: 120px;
  height: 120px;
}

.shop-template1-hot .product-teaser .product {
  border: none;
  height: 200px;
}

.shop-template1-hot .product-teaser .product-name {
  height: 28px !important;
  line-height: 28px !important;
  margin-bottom: 5px !important;
}

.shop-template1-hot .product-teaser p {
  margin-bottom: 5px;
}

.shop-template1-hot .products-list {
  margin-bottom: 0;
}

.shop-template1-list {
  padding: 30px 0;
}

.shop-template1-list .list {
  margin-bottom: 20px;
}

.shop-template1-list .list::before, .shop-template1-list .list::after {
  display: table;
  content: ' ';
}

.shop-template1-list .list::after {
  clear: both;
}

.shop-template1-list .list .list-title {
  width: 100%;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 2px solid #fdd100;
  font-size: 24px;
  color: #000000;
  font-family: 'Microsoft Yahei';
  font-weight: bold;
}

.shop-template1-list .list .list-title span {
  color: #595959;
}

.shop-template1-list .list .ad {
  float: left;
  width: 258px;
  position: relative;
}

.shop-template1-list .list .ad .brands {
  position: absolute;
  left: 1.4rem;
  bottom: 1rem;
}

.shop-template1-list .list .ad .brands ul::before, .shop-template1-list .list .ad .brands ul::after {
  display: table;
  content: ' ';
}

.shop-template1-list .list .ad .brands ul::after {
  clear: both;
}

.shop-template1-list .list .ad .brands ul li {
  float: left;
  width: 8.4rem;
  margin-right: 5px;
  margin-bottom: 5px;
}

.shop-template1-list .list .products {
  float: right;
  width: 930px;
}

.shop-template1-list .list .product-teaser .product-thumbnail img {
  width: 120px;
  height: 120px;
}

.shop-template1-list .list .product-teaser .product {
  background: #FEFEFE;
  border: none;
  height: 200px;
}

.shop-template1-list .list .product-teaser .product-name {
  height: 28px !important;
  line-height: 28px !important;
  margin-bottom: 5px !important;
}

.shop-template1-list .list .product-teaser p {
  margin-bottom: 5px;
}

.shop-template1-guess .shop-guess-list {
  margin-top: 20px;
}

.shop-template1-guess .shop-guess-list .product-teaser .product-thumbnail img {
  width: 120px;
  height: 120px;
}

.shop-template1-guess .shop-guess-list .product-teaser .product {
  background: #FEFEFE;
  border: none;
  height: 200px;
}

.shop-template1-guess .shop-guess-list .product-teaser .product-name {
  height: 28px !important;
  line-height: 28px !important;
  margin-bottom: 5px !important;
}

.shop-template1-guess .shop-guess-list .product-teaser p {
  margin-bottom: 5px;
}

.shop-tmp2-banner-top {
  max-width: 1920px;
}

.shop-tmp2-banner-top img {
  height: 400px;
}

.shop-tmp2 {
  padding: 60px 0;
}

.shop-tmp2 .shop-tmp2-main {
  width: 1200px;
  margin: 0 auto;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-title {
  text-align: center;
  margin-bottom: 32px;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-title .small-text, .shop-tmp2 .shop-tmp2-main .shop-tmp2-title .small-muted-text {
  font-size: 20px;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-title .lit-text {
  font-size: 16px;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-title .white-text {
  color: #FEFEFE;
}

.shop-tmp2 .shop-tmp2-main .center-img {
  text-align: center;
}

.shop-tmp2 .shop-tmp2-main .center-img img {
  width: 817px;
  height: auto;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l5 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l5 ul li {
  width: 230px;
  height: 346px;
  margin-left: 10px;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l5 ul li img {
  width: 230px;
  height: 172px;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l5 ul li .con-box {
  border: 1px solid #ccc;
  height: 174px;
  padding: 20px 22px;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l5 ul li .con-box .title {
  margin-bottom: 10px;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l5 ul li .con-box .title .big {
  font-size: 24px;
  line-height: 1;
  color: #333333;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l5 ul li .con-box .title .small {
  font-size: 16px;
  color: #999999;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l5 ul li .con-box .con-text {
  line-height: 1.4;
  font-size: 18px;
  color: #666666;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l3 ul li {
  position: relative;
  width: 390px;
  height: 300px;
  margin-left: 10px;
  margin-top: 20px;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l3 ul li img {
  width: 390px;
  height: 300px;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l3 ul li .con-bg {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 390px;
  background: #0A0A0A;
  filter: alpha(Opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l3 ul li .con-text {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 390px;
  line-height: 35px;
  font-size: 24px;
  color: #FEFEFE;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l3 ul li .con-text p {
  text-align: center;
  line-height: 1.4;
  margin: 0;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l3-3 .content-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l3-3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l3-3 ul .mg15 {
  margin: 20px 15px 0 15px;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l3-3 ul .mg10 {
  margin: 20px 0 0 10px;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l3-3 ul .mg10-f {
  margin: 20px 0 0 0;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l3-3 ul li .con-bg {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 390px;
  background: #0A0A0A;
  filter: alpha(Opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l3-3 ul li .con-text {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 390px;
  line-height: 35px;
  font-size: 24px;
  color: #FEFEFE;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l3-3 ul li .con-text p {
  text-align: center;
  line-height: 1.4;
  margin: 0;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l3-3 ul li .con-box {
  background: #FEFEFE;
  width: 320px;
  height: 120px;
  padding: 14px 22px;
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.shop-tmp2 .shop-tmp2-main .shop-tmp2-l3-3 ul li .con-box .middle {
  margin-top: 30px;
}

.shop-tmp2 .shop-tmp2-main .entrance-carousel {
  height: 480px;
}

.shop-tmp2 .shop-tmp2-main .entrance-carousel .entrance-banners {
  height: 480px;
}

.shop-tmp2 .shop-tmp2-main .entrance-carousel .entrance-banners .entrance-banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}

.shop-tmp2 .shop-tmp2-main .entrance-carousel .entrance-banners .entrance-banner ul li {
  width: 270px;
  height: 130px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.shop-tmp2 .shop-tmp2-main .entrance-carousel .slick-next {
  right: 20px;
}

.shop-tmp2 .shop-tmp2-main .entrance-carousel .slick-prev {
  left: -10px;
}

.shop-tmp2 .shop-tmp2-main .header-video {
  position: relative;
}

.shop-tmp2 .shop-tmp2-main .header-video .fl-left-video {
  width: 680px;
  height: 420px;
}

.shop-tmp2 .shop-tmp2-main .header-video .fl-right-box {
  position: absolute;
  top: 10px;
  right: 40px;
  width: 500px;
  height: 400px;
  background: #333333;
  color: #FEFEFE;
  padding: 30px;
}

.shop-tmp2 .shop-tmp2-main .header-video .fl-right-box .title {
  margin-top: 40px;
}

.shop-tmp2 .shop-tmp2-main .header-video .fl-right-box .title p {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.shop-tmp2 .shop-tmp2-main .header-video .fl-right-box .title h1 {
  font-size: 36px;
}

.shop-tmp2 .shop-tmp2-main .header-video .fl-right-box .text {
  font-size: 18px;
  margin-bottom: 50px;
}

.shop-tmp2 .shop-tmp2-main .header-video .fl-right-box .bottom {
  text-align: right;
  font-size: 18px;
}

.shop-tmp2 .shop-tmp2-main .shop-bottom-con {
  margin-top: 20px;
}

.shop-tmp2 .shop-tmp2-main .shop-bottom-con .title {
  text-align: center;
  font-size: 30px;
  color: #FEFEFE;
  margin-bottom: 20px;
}

.shop-tmp2 .shop-tmp2-main .shop-bottom-con ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop-tmp2 .shop-tmp2-main .shop-bottom-con ul li {
  margin-right: 10px;
}

.shop-tmp2 .banner-bg {
  position: relative;
  height: 720px;
}

.shop-tmp2 .banner-bg img {
  max-width: 1920px;
}

.shop-tmp2 .banner-bg .banner-con {
  position: absolute;
  top: 150px;
  width: 100%;
  text-align: center;
  color: #FEFEFE;
}

.shop-tmp2 .banner-bg .banner-con .banner-title {
  font-size: 60px;
}

.shop-tmp2 .banner-bg .banner-con .banner-text {
  font-size: 18px;
}

.shop-tmp2 .banner-bg .shop-tmp2-banner3 {
  position: absolute;
  top: 300px;
  width: 100%;
  text-align: center;
}

.shop-tmp2 .banner-bg .shop-tmp2-banner3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-tmp2 .banner-bg .shop-tmp2-banner3 ul li {
  color: #666666;
  padding-top: 10px;
  width: 360px;
  height: 330px;
  text-align: center;
  margin-right: 20px;
  background: #FEFEFE;
}

.shop-tmp2 .banner-bg .shop-tmp2-banner3 ul li img {
  width: 340px;
  height: 250px;
}

.shop-tmp2 .banner-bg .shop-tmp2-banner3 ul li .small-box {
  height: 70px;
  font-size: 18px;
}

.shop-tmp2 .banner-bg .shop-tmp2-banner3 ul li .small-box p {
  line-height: 70px;
  margin: 0;
  padding: 0;
}

.shop-tmp2 .banner-bg .shop-tmp2-banner3 ul .middle {
  width: 400px;
  height: 410px;
  text-align: center;
  padding-top: 10px;
}

.shop-tmp2 .banner-bg .shop-tmp2-banner3 ul .middle img {
  width: 380px;
  height: 280px;
}

.shop-tmp2 .banner-bg .shop-tmp2-banner3 ul .middle .big-box {
  height: 120px;
  font-size: 26px;
}

.shop-tmp2 .floor4 {
  height: 480px;
  width: 1200px;
  margin: 0 auto;
}

.shop-tmp2 .floor4 .clear {
  clear: both;
}

.shop-tmp2 .floor4 .map {
  width: 390px;
  height: 390px;
}

.shop-tmp2 .floor4 .floor-left {
  float: left;
}

.shop-tmp2 .floor4 .floor-left .title {
  margin-bottom: 100px;
}

.shop-tmp2 .floor4 .floor-left .large {
  font-size: 48px;
  color: #333333;
}

.shop-tmp2 .floor4 .floor-left .big {
  font-size: 30px;
  color: #666666;
}

.shop-tmp2 .floor4 .floor-left .text {
  font-size: 18px;
  color: #666666;
}

.shop-tmp2 .floor4 .floor-left .middle {
  font-size: 24px;
  color: #666666;
}

.shop-tmp2 .floor4 .floor-left .bottom-img {
  margin-top: 20px;
}

.shop-tmp2 .floor4 .floor-left .bottom-img img {
  width: 252px;
  height: 252px;
}

.shop-tmp2 .floor4 .floor-left .small {
  font-size: 16px;
  color: #666666;
}

.shop-tmp2 .floor4 .floor-right {
  float: right;
  position: relative;
  height: 487px;
}

.shop-tmp2 .floor4 .floor-right .change-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.shop-tmp2 .floor4 .floor-right .change-btn a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  border: 1px solid #0A0A0A;
  border-radius: 10px;
  width: 180px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.shop-tmp2 .floor4 .floor-right .form {
  background: #fff;
  padding: 50px 75px 75px 75px;
}

.shop-tmp2 .floor4 .floor-right .form .title {
  text-align: center;
  font-size: 32px;
  color: #666666;
  margin-bottom: 55px;
}

.shop-tmp2 .floor4 .floor-right .form input {
  width: 400px;
  height: 60px;
  margin-top: 20px;
}

.shop-tmp2 .floor4 .floor-right .form input[type=text] {
  font-size: 22px;
  border: 1px solid #ccc;
  line-height: 60px;
  text-index: 25px;
  background: #fff;
}

.shop-tmp2 .floor4 .floor-right .form input:nth-child(1) {
  margin-top: 0;
}

.shop-tmp2 .floor4 .floor-right .form input[type=submit] {
  background: #FED448;
  color: #333333;
  height: 74px;
  line-height: 74px;
  margin-top: 50px;
  border: 0 none;
  font-size: 26px;
}

.shop-tmp2 .none {
  display: none;
}

.shop-tmp2 .h-600 {
  height: 600px;
}

.tmp2-bg-white {
  background: #FEFEFE;
}

.tmp2-bg-gray {
  background: #999999;
}

.tmp2-banner-pad {
  padding: 0;
  position: relative;
}

.taxon-craft .current-position {
  font-size: 14px;
  padding-bottom: 10px;
}

.taxon-craft .current-position a {
  color: red;
  display: inline-block;
  padding-left: 10px;
}

.taxon-craft .taxon-craft-header {
  padding: 20px;
  background: #FEFEFE;
  margin-bottom: 20px;
}

.taxon-craft .taxon-craft-header::before, .taxon-craft .taxon-craft-header::after {
  display: table;
  content: ' ';
}

.taxon-craft .taxon-craft-header::after {
  clear: both;
}

.taxon-craft .taxon-craft-header .craft-image {
  float: left;
  width: 500px;
}

.taxon-craft .taxon-craft-header .craft-image img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.taxon-craft .taxon-craft-header .craft-info {
  float: right;
  width: 630px;
}

.taxon-craft .taxon-craft-header .craft-info h2 {
  padding-top: 20px;
  font-weight: bold;
}

.taxon-craft .taxon-craft-header .shops-filter-form {
  background: #F3F3F3;
  padding: 10px;
}

.taxon-craft .taxon-craft-header .shops-filter-form label {
  display: inline-block;
  width: 50px;
}

.taxon-craft .taxon-craft-header .shops-filter-form select {
  display: inline-block;
  width: 200px;
}

.taxon-craft .taxon-craft-header .shops-filter-form .form-actions {
  margin-left: 52px;
}

.taxon-craft .taxon-craft-header .shops-filter-form .form-actions .button {
  padding-left: 30px;
  padding-right: 30px;
}

.taxon-craft .taxon-craft-video {
  margin-bottom: 20px;
}

.taxon-craft .taxon-craft-video .box-header {
  margin-bottom: 0;
}

.taxon-craft .taxon-craft-video .box-body {
  padding: 20px;
  text-align: center;
}

.taxon-craft .taxon-craft-video .box-body embed, .taxon-craft .taxon-craft-video .box-body iframe {
  width: 100%;
}

.taxon-craft .taxon-craft-body {
  padding-bottom: 30px;
}

.taxon-craft .taxon-craft-body::before, .taxon-craft .taxon-craft-body::after {
  display: table;
  content: ' ';
}

.taxon-craft .taxon-craft-body::after {
  clear: both;
}

.taxon-craft .taxon-craft-body .main-left {
  width: 840px;
}

.taxon-craft .taxon-craft-body .sidebar-right {
  width: 320px;
}

.taxon-craft .taxon-craft-body .craft-content .box-body {
  padding: 20px;
}

.taxon-craft .taxon-craft-body .recommend-experts .box-body {
  padding: 10px;
}

.taxon-craft .taxon-craft-body .recommend-experts .box-body .shop-list {
  padding: 10px;
}

.taxon-craft .taxon-craft-body .recommend-experts .box-body .shop-list li::before, .taxon-craft .taxon-craft-body .recommend-experts .box-body .shop-list li::after {
  display: table;
  content: ' ';
}

.taxon-craft .taxon-craft-body .recommend-experts .box-body .shop-list li::after {
  clear: both;
}

.taxon-craft .taxon-craft-body .recommend-experts .box-body .shop-list li .logo {
  float: left;
  width: 120px;
}

.taxon-craft .taxon-craft-body .recommend-experts .box-body .shop-list li .info {
  padding-top: 10px;
  float: right;
  width: 145px;
}

.taxon-craft .taxon-craft-body .recommend-experts .box-body .shop-list li .info h3 {
  height: 30px;
  overflow: hidden;
}

.seeking-center {
  margin-top: 20px;
  margin-bottom: 30px;
}

.seeking-center .container .main-left {
  background: #FEFEFE;
}

.seeking-center .container .seeking-filter {
  background: #D8D8D8;
  margin-bottom: 0;
}

.seeking-center .container .seeking-filter li {
  text-align: center;
  width: 80px;
}

.seeking-center .container .seeking-filter li a {
  color: #5D5D5D;
  font-size: 14px;
  font-weight: bold;
}

.seeking-center .container .seeking-filter li a.active, .seeking-center .container .seeking-filter li a:hover {
  background: #FEFEFE;
  color: #FF4E56;
}

.seeking-center .container .seeking-filter li.seeking-search {
  width: 300px;
  padding-left: 180px;
}

.seeking-center .container .seeking-filter li.seeking-search .search {
  background: url(/assets/images/home/search.png) 3px center no-repeat #FEFEFE;
  width: 280px;
  height: 28px;
  border-radius: 20px;
  padding-left: 20px;
  line-height: 28px;
  margin-top: 1px;
  position: relative;
}

.seeking-center .container .seeking-filter li.seeking-search .search .input-group-field {
  width: 200px;
  height: 28px;
  line-height: 28px;
  border: none;
}

.seeking-center .container .seeking-filter li.seeking-search .search .search-button {
  position: absolute;
  top: -1px;
  right: 8px;
}

.seeking-center .container .seeking-filter li.seeking-search .search .search-button .button {
  height: 24px;
  line-height: 20px;
  border-radius: 30px;
  padding: 2px 8px;
}

.seeking-center .container .seeking-filter li.seeking-sort a {
  display: inline;
  font-size: 12px;
  padding: 5px;
}

.seeking-center .container .seeking-filter li.seeking-sort a.active, .seeking-center .container .seeking-filter li.seeking-sort a:hover {
  background: none;
}

.seeking-center .container .seeking-list {
  padding-bottom: 30px;
  margin-bottom: 20px;
  background-color: #FEFEFE;
}

.seeking-center .container .seeking-list li {
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-bottom: 1px dashed #D8D8D8;
}

.seeking-center .container .seeking-list li::before, .seeking-center .container .seeking-list li::after {
  display: table;
  content: ' ';
}

.seeking-center .container .seeking-list li::after {
  clear: both;
}

.seeking-center .container .seeking-list li .seeking-customer {
  width: 20.83333%;
  float: left;
  padding-right: 0.83333rem;
  padding-left: 0.83333rem;
  padding: 10px;
}

@media print, screen and (min-width: 40em) {
  .seeking-center .container .seeking-list li .seeking-customer {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem;
  }
}

.seeking-center .container .seeking-list li .seeking-customer:last-child:not(:first-child) {
  float: right;
}

.seeking-center .container .seeking-list li .seeking-product {
  width: 58.33333%;
  float: left;
  padding-right: 0.83333rem;
  padding-left: 0.83333rem;
  padding: 10px;
  border-left: 1px dashed #D8D8D8;
  border-right: 1px dashed #D8D8D8;
  height: 100%;
  min-height: 120px;
}

@media print, screen and (min-width: 40em) {
  .seeking-center .container .seeking-list li .seeking-product {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem;
  }
}

.seeking-center .container .seeking-list li .seeking-product:last-child:not(:first-child) {
  float: right;
}

.seeking-center .container .seeking-list li .seeking-product h3 {
  font-weight: bold;
}

.seeking-center .container .seeking-list li .seeking-product h3 .image-tip {
  font-size: 12px;
}

.seeking-center .container .seeking-list li .seeking-product .seeking-end {
  padding: 2px 5px;
  background: #E6232B;
  color: #FEFEFE;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 12px;
}

.seeking-center .container .seeking-list li .seeking-product .seeking-num {
  color: #909090;
  font-size: 12px;
  margin-left: 10px;
}

.seeking-center .container .seeking-list li .seeking-product .seeking-images .video {
  position: relative;
  width: 100px;
  height: 100px;
}

.seeking-center .container .seeking-list li .seeking-product .seeking-images .video img {
  width: 100px;
  height: 100px;
  opacity: 0.9;
  margin-right: 5px;
}

.seeking-center .container .seeking-list li .seeking-product .seeking-images .video i {
  position: absolute;
  font-size: 46px;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -23px;
  z-index: 1;
  cursor: pointer;
  background: #fff;
}

.seeking-center .container .seeking-list li .seeking-price {
  width: 16.66667%;
  float: left;
  padding-right: 0.83333rem;
  padding-left: 0.83333rem;
  padding: 10px;
  padding-top: 20px;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .seeking-center .container .seeking-list li .seeking-price {
    padding-right: 0.83333rem;
    padding-left: 0.83333rem;
  }
}

.seeking-center .container .seeking-list li .seeking-price:last-child:not(:first-child) {
  float: right;
}

.seeking-center .container .seeking-list li .seeking-price a {
  padding: 5px 30px;
}

.seeking-center .container .seeking-list li .seeking-price a p {
  font-size: 14px;
  margin-bottom: -2px;
}

.seeking-center .container .seeking-list li .seeking-price .line-2 {
  line-height: 2.4;
}

.seeking-center .container .seeking-list li .end .button {
  background: #D8D8D8;
  color: #5D5D5D;
}

.seeking-center .container .sidebar-right .seeking-guide {
  margin-bottom: 10px;
}

.seeking-center .container .sidebar-right .seeking-guide .seeking-new {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #FEFEFE;
  background: #FF4E56;
  text-align: center;
  border-radius: 5px;
}

.seeking-images .video {
  position: relative;
  width: 200px;
  height: 200px;
}

.seeking-images .video img {
  width: 200px;
  height: 200px;
  opacity: 0.9;
}

.seeking-images .video i {
  position: absolute;
  font-size: 46px;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -23px;
  border-radius: 46px;
  z-index: 1;
  cursor: pointer;
  background: #fff;
}

.sidebar-seeking-list {
  background: #FEFEFE;
  padding: 5px 10px;
}

.sidebar-seeking-list li {
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 0;
}

.sidebar-seeking-list li img {
  margin-right: 5px;
  height: 20px;
}

.sidebar-seeking-list li a {
  display: inline-block;
  height: 28px;
  line-height: 30px;
}

.sidebar-seeking-list li .seeking-count {
  padding-left: 50px;
  margin-bottom: 0px;
  font-size: 12px;
}

.sidebar-seeking-list li .end_seeking {
  padding: 2px 5px;
  background: #E6232B;
  color: #FEFEFE;
  margin-right: 5px;
  border-radius: 5px;
}

.publish-seeking-view {
  margin-top: 30px;
}

.publish-seeking-view .container {
  background: #FEFEFE;
}

.publish-seeking-view .seeking-publish-title {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  background: #5D5D5D;
  color: #FEFEFE;
  margin-bottom: 30px;
}

.publish-seeking-view .seeking-form {
  padding: 20px;
  width: 800px;
  margin: auto;
}

.publish-seeking-view .form-label-hr {
  width: 100px;
}

.publish-seeking-view .form-label-hr label {
  text-align: left;
}

.publish-seeking-view .form-input-hr {
  float: left !important;
}

.publish-seeking-view .form-section.seeking-contact .form-input-hr {
  width: 50%;
}

.publish-seeking-view .row .columns {
  padding-left: 0;
}

.publish-seeking-view .form-item.seeking-note {
  width: 60%;
}

.publish-seeking-view .form-item.pin-code .form-label-hr {
  visibility: hidden;
}

.publish-seeking-view .form-action .button {
  padding-left: 80px;
  padding-right: 80px;
}

.seeking-view .seeking-main {
  float: left;
  width: 78.33333rem;
  margin-top: 30px;
}

.seeking-view .seeking-main .seeking {
  background: #FEFEFE;
  margin-bottom: 30px;
}

.seeking-view .seeking-main .seeking-header {
  min-height: 100px;
  padding: 20px;
  position: relative;
}

.seeking-view .seeking-main .seeking-header h3 {
  font-size: 18px;
  font-weight: bold;
  width: 60%;
  margin-bottom: 10px;
}

.seeking-view .seeking-main .seeking-header .quotes-count {
  position: absolute;
  right: 20px;
  top: 0;
  width: 180px;
  height: 80px;
  line-height: 70px;
  background: #FF4E56;
  text-align: center;
  color: #FEFEFE;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 14px;
}

.seeking-view .seeking-main .seeking-header .quotes-end {
  background: #5D5D5D;
}

.seeking-view .seeking-main .seeking-header .quotes-end p {
  margin-top: 20px;
}

.seeking-view .seeking-main .seeking-header .muted-text, .seeking-view .seeking-main .seeking-header .small-muted-text {
  font-size: 14px;
}

.seeking-view .seeking-main .seeking-body {
  padding: 20px;
}

.seeking-view .seeking-main .seeking-body .seeking-info-title {
  border-bottom: 2px dashed #D8D8D8;
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: bold;
  font-size: 16px;
}

.seeking-view .seeking-main .seeking-body .red {
  color: #E6232B;
}

.seeking-view .seeking-main .seeking-body thead {
  font-size: 14px;
}

.seeking-view .seeking-main .seeking-body tbody {
  font-size: 14px;
}

.seeking-view .seeking-main .seeking-body .seeking-remark {
  font-size: 14px;
}

.seeking-view .seeking-main .seeking-images li {
  display: inline-block;
  margin-right: 10px;
}

.seeking-view .seeking-main .seeking-tip {
  background: #FEFEFE;
  border-radius: 50px;
  padding: 10px 50px;
}

.seeking-view .seeking-sidebar {
  float: right;
  width: 20rem;
  margin-top: 30px;
}

.seeking-view .seeking-sidebar .seeking-customer {
  background: #FEFEFE;
  padding: 20px;
  margin-bottom: 30px;
}

.seeking-view .seeking-sidebar .seeking-customer .customer-name {
  font-weight: bold;
  margin-bottom: 10px;
}

.seeking-quote-form #seeking-quote-pin-code .form-label-hr {
  visibility: hidden;
}

.form_tips {
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.customer-center-sidebar {
  background: #FEFEFE;
  padding: 20px 20px;
  min-height: 500px;
}

.customer-center-sidebar .fa {
  margin-right: 8px;
}

.customer-center-sidebar .sidebar-header {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 10px;
}

.customer-center-sidebar .sidebar-header h3 {
  font-size: 18px;
}

.customer-center-sidebar .sidebar-header span {
  position: relative;
  font-size: 12px;
  margin-left: 70px;
}

.customer-center-sidebar .sidebar-header span a {
  font-size: 20px;
}

.customer-center-sidebar .sidebar-header span .count {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  line-height: 16px;
  position: absolute;
  background: #e4312d;
  top: -12px;
  right: -4px;
  font-size: 12px;
  background: rgba(228, 49, 45, 0.8);
}

.customer-center-sidebar .sidebar-header .mid-height {
  background: #F3F3F3;
  height: 0.5rem;
}

.customer-center-sidebar .menu-title {
  font-size: 14px;
  color: #5D5D5D;
  font-weight: bold;
  margin-top: 10px;
}

.customer-center-sidebar .menu a {
  padding: 10px 23px;
}

.customer-center .seeking-list .actions .button {
  padding: 5px;
}

.customer-center.seeking-view .seeking-content {
  padding: 20px 0;
}

.customer-center.collections .main-right {
  padding-left: 0;
  padding-right: 0;
}

.customer-center.collections .menu.list-filter {
  padding-left: 10px;
  padding-right: 10px;
}

.customer-center.collections .menu.list-filter a {
  padding-left: 3em;
  padding-right: 3em;
}

.customer-center.collections .shop-collections-list .shop-collection {
  position: relative;
  margin-bottom: 20px;
}

.customer-center.collections .shop-collections-list .shop-collection ul {
  margin: 0;
}

.customer-center.collections .shop-collections-list .shop-collection ul::before, .customer-center.collections .shop-collections-list .shop-collection ul::after {
  display: table;
  content: ' ';
}

.customer-center.collections .shop-collections-list .shop-collection ul::after {
  clear: both;
}

.customer-center.collections .shop-collections-list .shop-collection ul li {
  float: left;
}

.customer-center.collections .shop-collections-list .shop-collection .shop-card {
  width: 28%;
}

.customer-center.collections .shop-collections-list .shop-collection .shop-card .shop {
  width: 240px;
  height: 300px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.customer-center.collections .shop-collections-list .shop-collection .shop-card .shop .shop-thumbnail {
  margin: 0;
}

.customer-center.collections .shop-collections-list .shop-collection .product-teaser {
  width: 24%;
  margin-top: 2%;
}

.customer-center.collections .shop-collections-list .shop-collection .product-teaser .product {
  width: 210px;
  height: 270px;
  padding: 10px 0;
}

.customer-center.collections .shop-collections-list .shop-collection .product-teaser .product:hover {
  border: 2px solid #FF4E56;
}

.customer-center.collections .shop-collections-list .shop-collection .product-teaser .product-thumbnail {
  border-bottom: 1px solid #eaeaea;
}

.customer-center.collections .shop-collections-list .shop-collection .product-teaser .product-thumbnail img {
  width: 180px;
  height: 180px;
  margin-bottom: 10px;
}

.customer-center.collections .shop-collections-list .shop-collection .product-teaser .product-name {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
  padding: 0 4px;
}

.customer-center.collections .shop-collections-list .shop-collection .product-teaser .product-info {
  padding: 0 10px;
  line-height: 1;
}

.customer-center.collections .shop-collections-list .shop-collection .product-teaser .product-info .consulting-count {
  margin-top: 5px;
  color: #909090;
}

.customer-center.collections .shop-collections-list .shop-collection .product-teaser .product-info .product-labels .flag-btn {
  display: inline-block;
  text-align: center;
  width: 49px;
  height: 21px;
  line-height: 21px;
  color: #FEFEFE;
  background: #FF4E56;
  border-radius: 5px;
  font-weight: 600;
}

.customer-center.collections .shop-collections-list .shop-collection .product-teaser .product-info .product-labels .recom-btn {
  background: #ffa202;
}

.customer-center.collections .shop-collections-list .shop-collection .cancel {
  position: absolute;
  top: -5px;
  left: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #C1C1C1;
  color: #FEFEFE;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: 0 2px 4px rgba(100, 100, 100, 0.33);
          box-shadow: 0 2px 4px rgba(100, 100, 100, 0.33);
  display: none;
}

.customer-center.collections .shop-collections-list .shop-collection .cancel:hover {
  background: #757575;
}

.customer-center.collections .shop-collections-list .shop-collection:hover .cancel {
  display: block;
}

.customer-center.collections .product-collections-list {
  margin-top: 20px;
}

.customer-center.collections .product-collections-list::before, .customer-center.collections .product-collections-list::after {
  display: table;
  content: ' ';
}

.customer-center.collections .product-collections-list::after {
  clear: both;
}

.customer-center.collections .product-collections-list .product-collection {
  float: left;
  width: 25%;
  position: relative;
}

.customer-center.collections .product-collections-list .product-collection .cancel {
  position: absolute;
  top: -10px;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #C1C1C1;
  color: #FEFEFE;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: 0 2px 4px rgba(100, 100, 100, 0.33);
          box-shadow: 0 2px 4px rgba(100, 100, 100, 0.33);
  display: none;
}

.customer-center.collections .product-collections-list .product-collection .cancel:hover {
  background: #757575;
}

.customer-center.collections .product-collections-list .product-collection:hover .cancel {
  display: block;
}

.customer-center.collections .product-collections-list .product-teaser {
  margin-bottom: 20px;
}

.customer-center.collections .article-collections-list {
  margin-top: 20px;
}

.customer-center.collections .article-collections-list::before, .customer-center.collections .article-collections-list::after {
  display: table;
  content: ' ';
}

.customer-center.collections .article-collections-list::after {
  clear: both;
}

.customer-center.collections .article-collections-list .article-collection {
  position: relative;
  padding: 0 10px;
}

.customer-center.collections .article-collections-list .article-collection .article-inline {
  border-bottom: none;
  margin-bottom: 0;
  padding: 5px 0 !important;
}

.customer-center.collections .article-collections-list .article-collection .article-inline::before, .customer-center.collections .article-collections-list .article-collection .article-inline::after {
  display: table;
  content: ' ';
}

.customer-center.collections .article-collections-list .article-collection .article-inline::after {
  clear: both;
}

.customer-center.collections .article-collections-list .article-collection .article-inline a {
  display: block;
  width: 100%;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
}

.customer-center.collections .article-collections-list .article-collection .article-inline span {
  display: inline-block;
  vertical-align: middle;
}

.customer-center.collections .article-collections-list .article-collection .article-inline .article-title {
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.customer-center.collections .article-collections-list .article-collection .article-inline .time {
  width: 23%;
  text-align: right;
}

.customer-center.collections .article-collections-list .article-collection .article {
  padding: 20px 0;
}

.customer-center.collections .article-collections-list .article-collection .article::before, .customer-center.collections .article-collections-list .article-collection .article::after {
  display: table;
  content: ' ';
}

.customer-center.collections .article-collections-list .article-collection .article::after {
  clear: both;
}

.customer-center.collections .article-collections-list .article-collection .article:first-child {
  padding-top: 0;
}

.customer-center.collections .article-collections-list .article-collection .article .article-image {
  float: left;
  width: 270px;
  margin-right: 0;
}

.customer-center.collections .article-collections-list .article-collection .article .article-image img {
  width: 270px;
  height: 152px;
}

.customer-center.collections .article-collections-list .article-collection .article .article-info {
  float: right;
  width: 635px;
}

.customer-center.collections .article-collections-list .article-collection .article .article-info .article-title {
  font-weight: bold;
  font-size: 18px;
  max-height: 2.5em;
  height: 2.5em;
  overflow: hidden;
}

.customer-center.collections .article-collections-list .article-collection .article .article-info .article-desc {
  max-height: 4.5em;
  height: 4.5em;
  overflow: hidden;
}

.customer-center.collections .article-collections-list .article-collection .article .article-info .article_time {
  margin-top: 20px;
}

.customer-center.collections .article-collections-list .article-collection .article .article-info .article_time::before, .customer-center.collections .article-collections-list .article-collection .article .article-info .article_time::after {
  display: table;
  content: ' ';
}

.customer-center.collections .article-collections-list .article-collection .article .article-info .article_time::after {
  clear: both;
}

.customer-center.collections .article-collections-list .article-collection .article .article-info .article_time .time {
  float: left;
  width: 200px;
}

.customer-center.collections .article-collections-list .article-collection .article .article-info .article_time .visits {
  float: right;
  width: 200px;
  text-align: right;
}

.customer-center.collections .article-collections-list .article-collection .article .article-info .article_time .visits img {
  width: 18px;
}

.customer-center.collections .article-collections-list .article-collection .article .article-info .article_time .visits span {
  display: inline-block;
  vertical-align: middle;
}

.customer-center.collections .article-collections-list .article-collection .article:hover .cancel {
  display: block;
}

.customer-center.collections .article-collections-list .article-collection .cancel {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #C1C1C1;
  color: #FEFEFE;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: 0 2px 4px rgba(100, 100, 100, 0.33);
          box-shadow: 0 2px 4px rgba(100, 100, 100, 0.33);
  display: none;
}

.customer-center.collections .article-collections-list .article-collection .cancel:hover {
  background: #757575;
}

.customer-center.collections .article-collections-list .article-collection:hover .cancel {
  display: block;
}

.customer-center.manage-browsing-history .main-header {
  position: relative;
  padding: 10px 20px;
}

.customer-center.manage-browsing-history .main-header .button.clear-all {
  position: absolute;
  right: 20px;
  top: 0;
}

.customer-center.manage-browsing-history .browsing-products::before, .customer-center.manage-browsing-history .browsing-products::after {
  display: table;
  content: ' ';
}

.customer-center.manage-browsing-history .browsing-products::after {
  clear: both;
}

.customer-center.manage-browsing-history .browsing-products .browsing-date {
  position: relative;
  float: left;
  width: 15%;
  text-align: right;
  padding-right: 20px;
  margin-top: 30px;
}

.customer-center.manage-browsing-history .browsing-products .browsing-date .fa-circle-o {
  position: absolute;
  right: -6px;
  top: 2px;
  color: #D8D8D8;
  background: #FEFEFE;
}

.customer-center.manage-browsing-history .browsing-products .browsing-products-list {
  float: left;
  width: 85%;
  padding-left: 30px;
  border-left: 1px solid #EFEFEF;
  margin-bottom: 0;
}

.customer-center.manage-browsing-history .browsing-products .browsing-products-list::before, .customer-center.manage-browsing-history .browsing-products .browsing-products-list::after {
  display: table;
  content: ' ';
}

.customer-center.manage-browsing-history .browsing-products .browsing-products-list::after {
  clear: both;
}

.customer-center.manage-browsing-history .browsing-products .browsing-products-list .product-teaser {
  float: left;
  width: 33.33%;
}

.customer-center.manage-browsing-history .browsing-products-list .article {
  padding: 5px;
  margin: 10px 0;
}

.customer-center.manage-browsing-history .browsing-products-list .article::before, .customer-center.manage-browsing-history .browsing-products-list .article::after {
  display: table;
  content: ' ';
}

.customer-center.manage-browsing-history .browsing-products-list .article::after {
  clear: both;
}

.customer-center.manage-browsing-history .browsing-products-list .article .article-image {
  width: 200px;
  float: left;
}

.customer-center.manage-browsing-history .browsing-products-list .article .article-image img {
  width: 200px;
  height: 154px;
}

.customer-center.manage-browsing-history .browsing-products-list .article .article-info {
  width: 518px;
  float: right;
}

.customer-center.dashboard .main-right {
  padding: 0;
  background: none;
}

.customer-center.dashboard .user-info-stats {
  margin-bottom: 20px;
}

.customer-center.dashboard .user-info-stats::before, .customer-center.dashboard .user-info-stats::after {
  display: table;
  content: ' ';
}

.customer-center.dashboard .user-info-stats::after {
  clear: both;
}

.customer-center.dashboard .user-info-stats .user-info {
  background: #FEFEFE;
  padding-top: 20px;
  float: left;
  width: 285px;
  height: 135px;
  text-align: center;
}

.customer-center.dashboard .user-info-stats .user-info .user-about {
  height: 60px;
}

.customer-center.dashboard .user-info-stats .user-info .user-about::before, .customer-center.dashboard .user-info-stats .user-info .user-about::after {
  display: table;
  content: ' ';
}

.customer-center.dashboard .user-info-stats .user-info .user-about::after {
  clear: both;
}

.customer-center.dashboard .user-info-stats .user-info .user-about .user-avatar-box {
  width: 60px;
  float: left;
  margin: 0 auto;
  margin-left: 20px;
  position: relative;
}

.customer-center.dashboard .user-info-stats .user-info .user-about .user-avatar-box .avatar-update {
  width: 60px;
  height: 60px;
  position: absolute;
  overflow: hidden;
  top: 15px;
  left: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.customer-center.dashboard .user-info-stats .user-info .user-about .user {
  float: right;
  width: 205px;
}

.customer-center.dashboard .user-info-stats .user-info .user-about .user .user-name {
  font-size: 14px;
  font-weight: bold;
}

.customer-center.dashboard .user-info-stats .user-info .user-about .user-avatar {
  font-size: 60px;
  color: #FF4E56;
  cursor: pointer;
}

.customer-center.dashboard .user-info-stats .user-info .user-bind {
  margin-top: 20px;
  border-top: 1px solid #F3F3F3;
}

.customer-center.dashboard .user-info-stats .user-info .user-bind ul::before, .customer-center.dashboard .user-info-stats .user-info .user-bind ul::after {
  display: table;
  content: ' ';
}

.customer-center.dashboard .user-info-stats .user-info .user-bind ul::after {
  clear: both;
}

.customer-center.dashboard .user-info-stats .user-info .user-bind ul li {
  float: left;
  width: 50%;
  padding: 8px 0;
}

.customer-center.dashboard .user-info-stats .user-info .user-bind ul li:first-child {
  border-right: 1px solid #F3F3F3;
}

.customer-center.dashboard .user-info-stats .user-stats {
  float: right;
  width: 635px;
  height: 135px;
  background: #FEFEFE;
  padding: 10px;
}

.customer-center.dashboard .user-info-stats .user-stats h3 {
  margin-bottom: 10px;
}

.customer-center.dashboard .user-info-stats .user-stats ul::before, .customer-center.dashboard .user-info-stats .user-stats ul::after {
  display: table;
  content: ' ';
}

.customer-center.dashboard .user-info-stats .user-stats ul::after {
  clear: both;
}

.customer-center.dashboard .user-info-stats .user-stats ul li.stat-item {
  float: left;
  width: 31%;
  margin-right: 20px;
  padding: 20px;
  text-align: center;
  color: #FEFEFE;
}

.customer-center.dashboard .user-info-stats .user-stats ul li.stat-item a {
  color: #FEFEFE;
  font-size: 14px;
}

.customer-center.dashboard .user-info-stats .user-stats ul li.stat-item a span {
  font-size: 16px;
  font-weight: bold;
}

.customer-center.dashboard .user-info-stats .user-stats ul li.stat-item::before, .customer-center.dashboard .user-info-stats .user-stats ul li.stat-item::after {
  display: table;
  content: ' ';
}

.customer-center.dashboard .user-info-stats .user-stats ul li.stat-item::after {
  clear: both;
}

.customer-center.dashboard .user-info-stats .user-stats ul li.stat-item:last-child {
  margin-right: 0;
}

.customer-center.dashboard .user-info-stats .user-stats ul li.stat-item .img {
  width: 40px;
  float: left;
}

.customer-center.dashboard .user-info-stats .user-stats ul li.stat-item .img img {
  width: 40px;
}

.customer-center.dashboard .user-info-stats .user-stats ul li.stat-item .notice {
  width: 102px;
  float: right;
  text-align: left;
}

.customer-center.dashboard .user-info-stats .user-stats ul li.stat-item .notice h3 {
  margin-bottom: 2px;
}

.customer-center.dashboard .user-info-stats .user-stats ul .green {
  background: #86a136;
}

.customer-center.dashboard .user-info-stats .user-stats ul .yellow {
  background: #f78419;
}

.customer-center.dashboard .user-info-stats .user-stats ul .blue {
  background: #2d9ed8;
}

.customer-center.dashboard .quick-history-article {
  margin: 20px auto;
}

.customer-center.dashboard .quick-history-article::before, .customer-center.dashboard .quick-history-article::after {
  display: table;
  content: ' ';
}

.customer-center.dashboard .quick-history-article::after {
  clear: both;
}

.customer-center.dashboard .quick-history-article .quick-history {
  width: 570px;
  float: left;
}

.customer-center.dashboard .quick-history-article .quick-history .quick {
  background: #FEFEFE;
  padding: 10px;
  margin-bottom: 20px;
}

.customer-center.dashboard .quick-history-article .quick-history .quick .quicks-list {
  margin-top: 10px;
}

.customer-center.dashboard .quick-history-article .quick-history .quick .quicks-list ul {
  padding-left: 5px;
}

.customer-center.dashboard .quick-history-article .quick-history .quick .quicks-list ul::before, .customer-center.dashboard .quick-history-article .quick-history .quick .quicks-list ul::after {
  display: table;
  content: ' ';
}

.customer-center.dashboard .quick-history-article .quick-history .quick .quicks-list ul::after {
  clear: both;
}

.customer-center.dashboard .quick-history-article .quick-history .quick .quicks-list ul li {
  float: left;
  width: 126px;
  margin-right: 10px;
  text-align: center;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 5px 0;
}

.customer-center.dashboard .quick-history-article .quick-history .quick .quicks-list ul li:hover {
  border-color: #FF4E56;
}

.customer-center.dashboard .quick-history-article .quick-history .quick .quicks-list ul li:hover a {
  color: #FF4E56;
}

.customer-center.dashboard .quick-history-article .quick-history .history {
  background: #FEFEFE;
  padding: 10px;
}

.customer-center.dashboard .quick-history-article .quick-history .history .histories-list {
  margin-top: 10px;
}

.customer-center.dashboard .quick-history-article .quick-history .history .histories-list ul::before, .customer-center.dashboard .quick-history-article .quick-history .history .histories-list ul::after {
  display: table;
  content: ' ';
}

.customer-center.dashboard .quick-history-article .quick-history .history .histories-list ul::after {
  clear: both;
}

.customer-center.dashboard .quick-history-article .quick-history .history .histories-list ul li {
  width: 100px;
  float: left;
  margin: 0 5px;
}

.customer-center.dashboard .quick-history-article .quick-history .history .histories-list ul li img {
  width: 100px;
  height: 100px;
}

.customer-center.dashboard .quick-history-article .quick-history .history .histories-list ul li p {
  margin-top: 5px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
}

.customer-center.dashboard .quick-history-article .article {
  background: #FEFEFE;
  padding: 10px;
  width: 350px;
  float: right;
}

.customer-center.dashboard .quick-history-article .article .articles-list {
  margin-top: 12px;
}

.customer-center.dashboard .quick-history-article .article .articles-list ul li {
  margin-bottom: 15px;
}

.customer-center.dashboard .quick-history-article .article .articles-list ul li::before, .customer-center.dashboard .quick-history-article .article .articles-list ul li::after {
  display: table;
  content: ' ';
}

.customer-center.dashboard .quick-history-article .article .articles-list ul li::after {
  clear: both;
}

.customer-center.dashboard .quick-history-article .article .articles-list ul li .img {
  float: left;
  width: 120px;
}

.customer-center.dashboard .quick-history-article .article .articles-list ul li .img img {
  width: 120px;
  height: 85px;
}

.customer-center.dashboard .quick-history-article .article .articles-list ul li .info {
  width: 200px;
  float: right;
}

.customer-center.dashboard .quick-history-article .article .articles-list ul li .info a {
  display: block;
  width: 100%;
  height: 42px;
  margin-top: 5px;
  font-size: 14px;
  overflow: hidden;
}

.customer-center.dashboard .quick-history-article .article .articles-list ul li .info p {
  margin-top: 10px;
  color: #909090;
}

.customer-center.dashboard .recommend-products {
  background: #FEFEFE;
  padding: 20px 30px;
}

.customer-center.dashboard .recommend-products::before, .customer-center.dashboard .recommend-products::after {
  display: table;
  content: ' ';
}

.customer-center.dashboard .recommend-products::after {
  clear: both;
}

.customer-center.dashboard .recommend-products h3.border-title {
  margin-bottom: 20px;
}

.customer-center.dashboard .recommend-products .product-teaser {
  float: left;
  width: 25%;
  outline: none;
}

.customer-center.dashboard .recommend-products .product {
  width: 210px;
  padding: 10px 5px;
}

.manage-consulting-calls .user-avatar {
  font-size: 60px;
  color: #FF4E56;
  cursor: pointer;
}

.manage-consulting-calls .user-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.customer-center-header {
  border-bottom: 10px solid #FF4E56;
  margin-bottom: 15px;
}

.customer-center-header .header-customer {
  float: left;
  width: 200px;
  padding-top: 12px;
  text-align: center;
}

.customer-center-header .header-customer h3 {
  font-size: 45px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.customer-center-header .header-customer p {
  margin: 0;
  padding: 2px 5px;
  border-radius: 12px;
  border: 1px solid #D8D8D8;
}

.customer-center-header .global-search {
  float: right !important;
  margin-left: 0 !important;
  margin-right: 20px;
}

.customer-center .order-list {
  margin-bottom: 20px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}

.customer-center .order-list tr td {
  border-right: 1px solid #f1f1f1;
}

.customer-center .order-list .top-border-none {
  border-top: 1px solid #FEFEFE;
}

.customer-center .order-list .right-border-none {
  border-right: 1px solid #FEFEFE;
}

.customer-center .order-view .order-sub-title {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 10px;
}

.customer-center .order-view .order-sub-title a {
  margin-left: 20px;
  color: #FF4E56;
}

.customer-center .order-view .order-sub-form {
  margin-bottom: 20px;
}

.customer-center .order-view .order-sub-form .form-action {
  text-align: left;
  padding-left: 12.75rem;
}

.customer-center .order-view .order-sub-menu {
  font-size: 14px;
  padding: 5px 0;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.customer-center .order-view .order-sub-menu ul::before, .customer-center .order-view .order-sub-menu ul::after {
  display: table;
  content: ' ';
}

.customer-center .order-view .order-sub-menu ul::after {
  clear: both;
}

.customer-center .order-view .order-sub-menu ul li {
  float: left;
}

.customer-center .order-view .order-sub-menu ul li i.fa-check {
  color: #55AE55;
}

.customer-center .order-view .order-sub-menu ul li i.fa-remove {
  color: #E6232B;
}

.customer-center .order-view .order-sub-menu ul li.type {
  width: 120px;
}

.customer-center .order-view .order-sub-menu ul li.status {
  width: 120px;
}

.customer-center .order-view .order-sub-menu ul li.desc {
  width: 480px;
}

.customer-center .order-view .order-sub-menu ul li.action {
  width: 120px;
}

.customer-center .order-view .order-info, .customer-center .order-view .shop-info, .customer-center .order-view .pay-info {
  margin-bottom: 20px;
}

.customer-center .order-view .order-info ul::before, .customer-center .order-view .order-info ul::after, .customer-center .order-view .shop-info ul::before, .customer-center .order-view .shop-info ul::after, .customer-center .order-view .pay-info ul::before, .customer-center .order-view .pay-info ul::after {
  display: table;
  content: ' ';
}

.customer-center .order-view .order-info ul::after, .customer-center .order-view .shop-info ul::after, .customer-center .order-view .pay-info ul::after {
  clear: both;
}

.customer-center .order-view .order-info ul li, .customer-center .order-view .shop-info ul li, .customer-center .order-view .pay-info ul li {
  float: left;
  width: 30%;
  padding: 10px 0;
}

.customer-center .order-view .pay-info {
  text-align: center;
}

.customer-center .order-view .receive-info {
  margin-bottom: 20px;
}

.customer-center .order-view .product-info .product-total {
  border-bottom: 1px solid #FEFEFE;
  text-align: right;
}

.manage-notices .main-left-bar {
  width: 100px;
  float: left;
}

.manage-notices .main-left-bar ul {
  background: #eee;
}

.manage-notices .main-left-bar li {
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}

.manage-notices .main-left-bar li a {
  padding-bottom: 5px;
  position: relative;
}

.manage-notices .main-left-bar li.current a {
  border-bottom: 4px solid #e4312d;
}

.manage-notices .main-left-bar li .count {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  position: absolute;
  background: #e4312d;
  top: -1px;
  right: -20px;
  font-size: 10px;
  background: rgba(228, 49, 45, 0.8);
}

.manage-notices .main-right-content {
  float: left;
  width: 500px;
  min-height: 500px;
  margin-left: 10px;
  background: #eee;
}

.manage-notices .main-right-content .time {
  height: 25px;
  text-align: center;
  font-size: 12px;
  color: #68696b;
}

.manage-notices .main-right-content .time, .manage-notices .main-right-content .box {
  width: 450px;
  margin: auto;
}

.manage-notices .main-right-content .time {
  margin-top: 10px;
}

.manage-notices .main-right-content .box {
  border: 1px solid #d5d6d8;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  position: relative;
}

.manage-notices .main-right-content .box .content, .manage-notices .main-right-content .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.manage-notices .main-right-content .box .title {
  color: #333;
  font-weight: bold;
}

.manage-notices .main-right-content .box i {
  position: absolute;
  font-size: 16px;
  bottom: 20px;
  right: 5px;
  color: #696969;
}

.manage-notices-show .main-body {
  padding: 10px;
}

.manage-notices-show .main-body .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 15px;
}

.manage-notices-show .main-body .time {
  font-size: 14px;
  color: #888;
}

.manage-notices-show .main-body .content {
  padding-top: 5px;
  font-size: 16px;
}

.manage-notices-show .main-body .content a {
  color: #e4312d;
  font-size: 12px;
}

.manage-notices-show .main-body .content .url {
  padding-top: 20px;
}

.customer-center {
  margin-top: 10px;
  margin-bottom: 30px;
}

.customer-center .main-right {
  min-height: 600px;
  background: #FEFEFE;
  padding: 20px;
}

.customer-center .main-header {
  margin-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
}

.customer-center .main-header .title {
  font-size: 18px;
  color: #5D5D5D;
}

.customer-center table {
  border-collapse: collapse;
}

.customer-center table thead, .customer-center table tfoot, .customer-center table tbody {
  border: none;
}

.customer-center table th, .customer-center table td {
  text-align: center;
  position: relative;
}

.customer-center table th .customer-hover-image, .customer-center table td .customer-hover-image {
  display: inline-block;
}

.customer-center table th .customer-hover-image img, .customer-center table td .customer-hover-image img {
  display: none;
  width: 200px;
  height: auto;
}

.customer-center table th .customer-hover-image:hover img, .customer-center table td .customer-hover-image:hover img {
  display: block;
  position: absolute;
  right: -200px;
  top: -20px;
}

.customer-center .menu.list-filter {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 10px;
}

.customer-center .menu.list-filter a {
  font-size: 14px;
}

.customer-center .menu.list-filter a.active {
  border-bottom: 2px solid #FF4E56;
  color: #FF4E56;
}

.customer-center .customer-batch-action {
  padding: 10px;
  background: #F3F3F3;
}

.customer-center .customer-batch-action .action {
  height: 30px;
  line-height: 30px;
}

.customer-center .customer-batch-action .action span {
  background: #E6232B;
  padding: 5px 8px;
  margin-left: 10px;
  border-radius: 5px;
  color: #FEFEFE;
  cursor: pointer;
}

.customer-center .simple_form .form-label-hr {
  width: 15%;
}

.customer-center .simple_form .form-input-hr {
  width: 84%;
}

.menu.vertical .check-merchant {
  margin-top: 20px;
  width: 116px;
  padding-left: 20px;
}

.customer-center .simple_form label.required:after {
  content: '*';
  color: #E6232B;
  margin-left: 5px;
}

.articles-center {
  margin-bottom: 30px;
}

.articles-center .articles-nav {
  margin-bottom: 20px;
  padding-top: 20px;
}

.articles-center .nav-height {
  height: 360px;
}

.articles-center .articles-banner-wrap {
  margin-bottom: 30px;
  width: 575px;
  height: 340px;
}

.articles-center .articles-banner-wrap .articles-banner {
  position: relative;
  height: 340px;
}

.articles-center .articles-banner-wrap .articles-banner li {
  outline: none;
}

.articles-center .articles-banner-wrap .articles-banner a {
  display: block;
  height: 100%;
}

.articles-center .articles-banner-wrap .articles-banner img {
  width: 575px;
  height: 340px;
}

.articles-center .articles-banner-wrap .articles-banner .slick-track {
  width: 575px;
  height: 340px;
}

.articles-center .articles-banner-wrap .articles-banner .slick-dots {
  position: absolute;
  bottom: 0;
  text-align: center;
}

.articles-center .articles-banner-wrap .articles-banner .slick-dots li {
  margin-left: 0;
  margin-right: 0;
}

.articles-center .articles-banner-wrap .articles-banner .slick-dots button:before {
  font-size: 8px;
}

.articles-center .articles-body {
  background: #FEFEFE;
}

.articles-center .articles-body .container {
  padding: 20px 0 0 0;
}

.articles-center .articles-body .main-left {
  position: relative;
  width: 788px;
}

.articles-center .articles-body .main-left .detail-img .video-play {
  width: 100%;
  height: auto;
}

.articles-center .articles-body .main-left .article-body-top::before, .articles-center .articles-body .main-left .article-body-top::after {
  display: table;
  content: ' ';
}

.articles-center .articles-body .main-left .article-body-top::after {
  clear: both;
}

.articles-center .articles-body .main-left .article-body-top .article-body-exhibition {
  float: left;
  width: 545px;
}

.articles-center .articles-body .main-left .article-body-top .article-body-exhibition .article_banner {
  width: 545px;
  height: 348px;
}

.articles-center .articles-body .main-left .article-body-top .article-body-exhibition .article_banner .banner-list {
  position: relative;
}

.articles-center .articles-body .main-left .article-body-top .article-body-exhibition .article_banner .banner-list img {
  width: 545px;
  height: 348px;
}

.articles-center .articles-body .main-left .article-body-top .article-body-exhibition .article_banner .banner-list .title {
  position: absolute;
  left: 10px;
  bottom: 30px;
  width: 525px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  color: #FEFEFE;
  font-size: 20px;
}

.articles-center .articles-body .main-left .article-body-top .article-body-news {
  float: right;
  width: 240px;
  margin-left: 1px;
}

.articles-center .articles-body .main-left .article-body-top .article-body-news .swiper-slide .news-body-list {
  position: relative;
  margin-bottom: 2px;
}

.articles-center .articles-body .main-left .article-body-top .article-body-news .swiper-slide .news-body-list img {
  width: 240px;
  height: 173px;
}

.articles-center .articles-body .main-left .article-body-top .article-body-news .swiper-slide .news-body-list .title {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 220px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  color: #FEFEFE;
  font-size: 20px;
}

.articles-center .articles-body .main-left .articles-list-wrap::before, .articles-center .articles-body .main-left .articles-list-wrap::after {
  display: table;
  content: ' ';
}

.articles-center .articles-body .main-left .articles-list-wrap::after {
  clear: both;
}

.articles-center .articles-body .main-left .articles-list-wrap .article-category-tab ul::before, .articles-center .articles-body .main-left .articles-list-wrap .article-category-tab ul::after {
  display: table;
  content: ' ';
}
.articles-center .articles-body .main-left .articles-list-wrap .article-category-tab ul {
  position: relative;
}
.articles-center .articles-body .main-left .articles-list-wrap .article-category-tab ul::after {
  clear: both;
}

.articles-center .articles-body .main-left .articles-list-wrap .article-category-tab ul li {
  float: left;
  width: 262px;
  height: 38px;
  line-height: 38px;
  border-bottom: 2px solid #D8D8D8;
  text-align: center;
}

.articles-center .articles-body .main-left .articles-list-wrap .article-category-tab ul li.active {
  border-bottom: 2px solid #E6232B;
}

.articles-center .articles-body .main-left .articles-list-wrap .article-category-tab ul li.active span {
  color: #0A0A0A;
}

.articles-center .articles-body .main-left .articles-list-wrap .article-category-tab ul li span {
  font-size: 14px;
  font-family: 'Microsoft Yahei';
  cursor: pointer; 
}
.articles-center .articles-body .main-left .articles-list-wrap .article-category-tab ul li .category-children {
  display: none;
  height: 38px;
  position: absolute;
  left: 0;
  right: 0;
  top: 38px;
  text-align: left;
  background-color: #F3F3F3;
  z-index: 999;
}
.articles-center .articles-body .main-left .articles-list-wrap .article-category-tab ul li .category-children a {
  display: inline-block;
  line-height: 38px;
  padding: 0 20px;
}
.articles-center .articles-body .main-left .articles-list-wrap .article-category-tab ul li.active .category-children {
  display: block;
}

.articles-center .articles-body .main-left .articles-list-wrap .new-articles-li ul li {
  width: 131px;
}

.articles-center .articles-body .main-left .articles-list-wrap .header-box {
  width: 100%;
  margin-bottom: 5px;
}

.articles-center .articles-body .main-left .articles-list-wrap .header-box:nth-child(2n+1) {
  margin-right: 10px;
}

.articles-center .articles-body .main-left .articles-list-wrap .header-box .hide-content {
  display: none;
}

.articles-center .articles-body .main-left .articles-list-wrap .header-box .cat-child-box {
  position: relative;
  height: 40px;
  width: 100%;
  background: #F3F3F3;
  margin-bottom: 20px;
}

.articles-center .articles-body .main-left .articles-list-wrap .header-box .cat-child-box .cat-box {
  float: left;
  color: #5D5D5D;
  line-height: 40px;
  font-size: 16px;
  padding: 0 20px;
}

.articles-center .articles-body .main-left .articles-list-wrap .header-box .cat-child-box a:hover {
  color: #E6232B;
}

.articles-center .articles-body .main-left .articles-list-wrap .header-box .cat-child-box .hover {
  color: #E6232B;
}

.articles-center .articles-body .main-left .articles-list-wrap .box-header {
  border-left: 4px solid #0A0A0A;
  background: #FEFEFE;
  color: #5D5D5D;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  font-size: 16px;
}

.articles-center .articles-body .main-left .articles-list-wrap .box-header a {
  color: #5D5D5D;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
}

.articles-center .articles-body .main-left .articles-list-wrap .box-body {
  border-top: none;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article-inline {
  border-bottom: none;
  margin-bottom: 0;
  padding: 5px 0 !important;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article-inline::before, .articles-center .articles-body .main-left .articles-list-wrap .articles-list .article-inline::after {
  display: table;
  content: ' ';
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article-inline::after {
  clear: both;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article-inline a {
  display: block;
  width: 100%;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  font-weight: bold;
  font-size: 18px;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article-inline span {
  display: inline-block;
  vertical-align: middle;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article-inline .article-title {
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article-inline .time {
  width: 23%;
  text-align: right;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article {
  padding: 20px 0;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article::before, .articles-center .articles-body .main-left .articles-list-wrap .articles-list .article::after {
  display: table;
  content: ' ';
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article::after {
  clear: both;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article:first-child {
  padding-top: 0;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article .article-image {
  float: left;
  width: 270px;
  margin-right: 0;
  position: relative;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article .article-image img {
  width: 270px;
  height: 152px;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article .article-image .article-video-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 152px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 152px;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article .article-image .article-video-btn img {
  width: 50px;
  height: 50px;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article .article-info {
  float: right;
  width: 495px;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article .article-info .article-title {
  font-weight: bold;
  font-size: 18px;
  max-height: 2.5em;
  height: 2.5em;
  overflow: hidden;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article .article-info .article-desc {
  max-height: 4.5em;
  height: 4.5em;
  overflow: hidden;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article .article-info .article_time {
  margin-top: 20px;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article .article-info .article_time::before, .articles-center .articles-body .main-left .articles-list-wrap .articles-list .article .article-info .article_time::after {
  display: table;
  content: ' ';
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article .article-info .article_time::after {
  clear: both;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article .article-info .article_time .time {
  float: left;
  width: 200px;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article .article-info .article_time .visits {
  float: right;
  width: 200px;
  text-align: right;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article .article-info .article_time .visits img {
  width: 18px;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .article .article-info .article_time .visits span {
  display: inline-block;
  vertical-align: middle;
}

.articles-center .articles-body .main-left .articles-list-wrap .articles-list .load-more-article {
  background: #E6232B;
  border-radius: 30px;
  width: 88px;
  margin: 0  auto;
  height: 37px;
  line-height: 37px;
  border-bottom: none;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
  color: #FEFEFE;
  text-align: center;
  cursor: pointer;
}

.articles-center .articles-body .main-left .articles-list-wrap .industry-has-image {
  margin-bottom: 20px;
}

.articles-center .articles-body .main-left .articles-list-wrap .industry-has-image ul::before, .articles-center .articles-body .main-left .articles-list-wrap .industry-has-image ul::after {
  display: table;
  content: ' ';
}

.articles-center .articles-body .main-left .articles-list-wrap .industry-has-image ul::after {
  clear: both;
}

.articles-center .articles-body .main-left .articles-list-wrap .industry-has-image ul li {
  float: left;
  width: 394px;
}

.articles-center .articles-body .main-left .articles-list-wrap .industry-has-image ul li:first-child {
  margin-right: 20px;
}

.articles-center .articles-body .main-left .articles-list-wrap .industry-has-image ul li img {
  width: 394px;
  height: 320px;
}

.articles-center .articles-body .main-left .articles-list-wrap .article-interview .interviews-list .interviews::before, .articles-center .articles-body .main-left .articles-list-wrap .article-interview .interviews-list .interviews::after {
  display: table;
  content: ' ';
}

.articles-center .articles-body .main-left .articles-list-wrap .article-interview .interviews-list .interviews::after {
  clear: both;
}

.articles-center .articles-body .main-left .articles-list-wrap .article-interview .interviews-list .interviews .left-quote, .articles-center .articles-body .main-left .articles-list-wrap .article-interview .interviews-list .interviews .right-quote {
  float: left;
  width: 80px;
}

.articles-center .articles-body .main-left .articles-list-wrap .article-interview .interviews-list .interviews .left-quote img, .articles-center .articles-body .main-left .articles-list-wrap .article-interview .interviews-list .interviews .right-quote img {
  width: 80px;
}

.articles-center .articles-body .main-left .articles-list-wrap .article-interview .interviews-list .interviews .interview {
  float: left;
  width: 648px;
  font-size: 18px;
  color: #0A0A0A;
}

.articles-center .articles-body .main-left .articles-list-wrap .article-interview .interviews-list .interviews .interview h3 {
  height: 38px;
  overflow: hidden;
}

.articles-center .articles-body .main-left .articles-list-wrap .article-interview .interviews-list .interviews .interview a.more {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  border: 1px solid #1E5196;
  color: #1E5196;
  margin-top: 20px;
  border-radius: 8px;
  text-align: center;
}

.articles-center .articles-body .main-left .articles-list-wrap .article-interview .slick-dots {
  position: relative;
}

.articles-center .articles-body .main-left .articles-banner-con {
  float: left;
  width: 575px;
  height: 340px;
}

.articles-center .articles-body .main-left .main-left-cart {
  float: left;
  margin-left: 20px;
  width: 260px;
  height: 160px;
}

.articles-center .articles-body .main-left .main-left-cart .mg-bottom {
  margin-bottom: 20px;
}

.articles-center .articles-body .main-left .main-left-cart img {
  border-radius: 5px;
}

.articles-center .articles-body .sidebar-right {
  width: 390px;
  padding-top: 10px;
}

.articles-center .articles-body .sidebar-right .article-hot {
  position: relative;
  border: 1px solid #D8D8D8;
  padding: 20px;
  padding-top: 27px;
}

.articles-center .articles-body .sidebar-right .article-hot .title {
  position: absolute;
  left: -2px;
  top: -20px;
  padding: 10px;
  padding-left: 0;
  background: #FEFEFE;
}

.articles-center .articles-body .sidebar-right .article-hot .more {
  position: absolute;
  background: #FEFEFE;
  padding: 10px;
  padding-right: 20px;
  right: -8px;
  top: -20px;
  color: #969696;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
}

.articles-center .articles-body .sidebar-right .article-hot .more span {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #969696;
  border-bottom: 5px solid transparent;
}

.articles-center .articles-body .sidebar-right .article-hot ul li {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}

.articles-center .articles-body .sidebar-right .article-hot ul li span {
  margin-right: 10px;
}

.articles-center .articles-body .sidebar-right .article-hot ul li a {
  height: 28px;
  line-height: 28px;
  color: #5d5d5d;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
}

.articles-center .articles-body .sidebar-right .article-sidebar, .articles-center .articles-body .sidebar-right .article-sidebar-other {
  position: relative;
  border: 1px solid #D8D8D8;
  padding: 20px;
  margin-top: 30px;
}

.articles-center .articles-body .sidebar-right .article-sidebar .title, .articles-center .articles-body .sidebar-right .article-sidebar-other .title {
  position: absolute;
  left: -2px;
  top: -20px;
  padding: 10px;
  padding-left: 0;
  background: #FEFEFE;
}

.articles-center .articles-body .sidebar-right .article-sidebar .more, .articles-center .articles-body .sidebar-right .article-sidebar-other .more {
  position: absolute;
  background: #FEFEFE;
  padding: 10px;
  padding-right: 20px;
  right: -8px;
  top: -20px;
  color: #969696;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
}

.articles-center .articles-body .sidebar-right .article-sidebar .more span, .articles-center .articles-body .sidebar-right .article-sidebar-other .more span {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #969696;
  border-bottom: 5px solid transparent;
}

.articles-center .articles-body .sidebar-right .article-sidebar-ad {
  margin-top: 20px;
}

.articles-center .articles-body .sidebar-right .article-sidebar-ad .article_info_ad {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.articles-center .articles-body .sidebar-right .article-sidebar-ad .article_info_ad img {
  width: 100%;
}

.articles-center .articles-body .sidebar-right .article-sidebar ul li {
  margin-left: 18px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  width: 300px;
}

.articles-center .articles-body .sidebar-right .article-sidebar ul li.img {
  width: 338px;
  position: relative;
  text-align: center;
  margin-left: 0;
  height: 196px;
  margin-bottom: 20px;
}

.articles-center .articles-body .sidebar-right .article-sidebar ul li.img .info {
  width: 300px;
  position: absolute;
  left: 22px;
  bottom: 2px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
  color: #FEFEFE;
}

.articles-center .articles-body .sidebar-right .article-sidebar ul li.img .user-info a {
  font-size: 28px;
  line-height: 42px;
}

.articles-center .articles-body .sidebar-right .article-sidebar ul li a {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  color: #969696;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
}

.articles-center .articles-body .sidebar-right .article-sidebar ul li a span {
  margin-right: 10px;
}

.articles-center .articles-body .sidebar-right .article-sidebar ul li .user-avatar {
  font-size: 100px;
}

.articles-center .articles-body .sidebar-right .article-sidebar ul .user-mt {
  height: 180px !important;
  padding-top: 30px;
}

.articles-center .articles-body .sidebar-right .article-sidebar ul .user-mt img {
  width: 100px;
  height: 100px;
}

.articles-center .articles-body .sidebar-right .article-sidebar .article-super .super-user {
  background: url("https://assets.jxcat.com/theme_images/article_top_user.png") no-repeat;
  background-size: 100%;
  padding: 10px 20px;
}

.articles-center .articles-body .sidebar-right .article-sidebar .article-super .super-user::before, .articles-center .articles-body .sidebar-right .article-sidebar .article-super .super-user::after {
  display: table;
  content: ' ';
}

.articles-center .articles-body .sidebar-right .article-sidebar .article-super .super-user::after {
  clear: both;
}

.articles-center .articles-body .sidebar-right .article-sidebar .article-super .super-user .avatar {
  width: 90px;
  text-align: center;
  height: 60px;
  float: left;
  font-size: 40px;
  background: #FEFEFE;
}

.articles-center .articles-body .sidebar-right .article-sidebar .article-super .super-user .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.articles-center .articles-body .sidebar-right .article-sidebar .article-super .super-user .info {
  width: 170px;
  float: left;
}

.articles-center .articles-body .sidebar-right .article-sidebar .article-super .super-user .info h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: 22px;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: bold;
}

.articles-center .articles-body .sidebar-right .article-sidebar .article-super .super-user .info p {
  margin: 0;
  padding: 0;
}

.articles-center .articles-body .sidebar-right .article-sidebar .article-super .super-top-read {
  margin-top: 10px;
}

.articles-center .articles-body .sidebar-right .article-sidebar .article-super .super-top-read h3 {
  font-size: 14px;
  font-weight: bold;
}

.articles-center .articles-body .sidebar-right .article-sidebar-other ul li.article-image {
  margin-bottom: 20px;
}

.articles-center .articles-body .sidebar-right .article-sidebar-other ul li.article-image::before, .articles-center .articles-body .sidebar-right .article-sidebar-other ul li.article-image::after {
  display: table;
  content: ' ';
}

.articles-center .articles-body .sidebar-right .article-sidebar-other ul li.article-image::after {
  clear: both;
}

.articles-center .articles-body .sidebar-right .article-sidebar-other ul li.article-image .img {
  float: left;
  width: 130px;
}

.articles-center .articles-body .sidebar-right .article-sidebar-other ul li.article-image .info {
  float: right;
  width: 205px;
}

.articles-center .articles-body .sidebar-right .article-sidebar-other ul li.article-image .info h3 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.articles-center .articles-body .sidebar-right .article-sidebar-other ul li.article-image .info h3 a {
  font-size: 14px;
}

.articles-center .articles-body .sidebar-right .article-sidebar-other ul li.article-image .info p {
  color: #969696;
}

.articles-center .articles-body .sidebar-right .article-sidebar-other ul li.article-image .info p a {
  color: #E6232B;
}

.articles-center .articles-body .sidebar-right .article-sidebar-other ul li.article-inline {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}

.articles-center .articles-body .sidebar-right .article-sidebar-other ul li.article-inline a {
  color: #969696;
}

.articles-center .articles-body .sidebar-right .article-sidebar-other ul li.article-inline a span {
  margin-right: 10px;
}

.articles-center .articles-body .sidebar-right .article-mrwood {
  margin-top: 40px;
  text-align: center;
  border: 1px solid #D8D8D8;
  padding-bottom: 20px;
}

.articles-center .articles-body .sidebar-right .article-mrwood .mrwood-info {
  border-bottom: 1px solid #D8D8D8;
  position: relative;
  height: 30px;
  margin-bottom: 20px;
}

.articles-center .articles-body .sidebar-right .article-mrwood .mrwood-info .title {
  position: absolute;
  background: #FEFEFE;
  padding: 10px;
  top: -24px;
  left: 40px;
  font-size: 20px;
  font-family: 'Microsoft Yahei';
  color: #0A0A0A;
}

.articles-center .articles-body .sidebar-right .article-mrwood .mrwood-info .title span {
  color: #E6232B;
  margin-right: 10px;
}

.articles-center .article-lists {
  padding: 20px 50px;
}

.articles-center .article-lists .article-title-bar {
  margin-bottom: 10px;
}

.articles-center .article-lists .article-title-bar .title {
  font-size: 2.5rem;
  color: red;
  font-weight: bold;
}

.articles-center .article-lists .article-title-bar .title span {
  font-size: 2rem;
  color: #969696;
  margin-left: 10px;
}

.articles-center .article-lists .article-gallery::before, .articles-center .article-lists .article-gallery::after {
  display: table;
  content: ' ';
}

.articles-center .article-lists .article-gallery::after {
  clear: both;
}

.articles-center .article-lists .article-gallery .article {
  outline: none;
  float: left;
  width: 220px;
  height: 185px;
  padding: 0 5px;
}

.articles-center .article-lists .article-gallery .article .article-img {
  height: 126px;
  border: 1px solid #D8D8D8;
  text-align: center;
  font: 0/0 a;
}

.articles-center .article-lists .article-gallery .article .article-img:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.articles-center .article-lists .article-gallery .article .article-img img {
  vertical-align: middle;
  display: inline-block;
}

.articles-center .article-lists .article-gallery .article .article-title {
  height: 38px;
  margin-top: 20px;
  overflow: hidden;
}

.articles-center.article-view {
  background: #FEFEFE;
}

.articles-center.article-view .articles-body {
  padding-top: 45px;
}

.articles-center.article-view .article-header {
  border-bottom: 1px dashed #D8D8D8;
  padding: 10px;
  padding-top: 0;
}

.articles-center.article-view .article-header .article-title {
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.articles-center.article-view .article-header .read-stat {
  float: right;
}

.articles-center.article-view .article-header .article-des {
  line-height: 2;
  font-size: 14px;
}

.articles-center.article-view .detail-img {
  text-align: center;
}

.articles-center.article-view .detail-img video {
  max-height: 450px;
}

.articles-center.article-view .article-content {
  padding: 20px 10px;
  font-size: 14px !important;
}

.articles-center.article-view .article-content iframe {
  width: 100% !important;
}

.articles-center.article-view .article-tags {
  margin-bottom: 20px;
}

.articles-center.article-view .article-tags a {
  padding: 5px 10px;
}

.articles-center.article-view .article-praise {
  text-align: center;
  position: relative;
  padding-bottom: 2rem;
}

.articles-center.article-view .article-praise a {
  display: inline-block;
  margin: 0 20px;
  width: 220px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #FEFEFE;
  font-size: 24px;
  border: 1px solid #F3F3F3;
  background: #B61D1D;
  border-radius: 36px;
}

.articles-center.article-view .article-praise a:hover, .articles-center.article-view .article-praise a.hover {
  background: #F3F3F3;
  color: #B61D1D;
}

.articles-center.article-view .article-praise #art_animate {
  position: absolute;
  left: 57%;
  bottom: 20px;
  font-size: 32px;
}

.articles-center.article-view .article-about {
  padding: 20px;
  padding-top: 0;
}

.articles-center.article-view .article-about h3 {
  text-align: center;
  font-size: 14px;
}

.articles-center.article-view .hot_recommend {
  margin-bottom: 10px;
  margin-top: 30px;
}

.articles-center.article-view .hot_recommend h3 {
  font-size: 16px;
  font-weight: bold;
}

.share-view {
  position: absolute;
  top: 0px;
  left: -70px;
  width: 50px;
  height: 490px;
}

.share-view .share-list a {
  display: block;
}

.share-view .share-list a.other {
  margin-top: 20px;
}

.share-view .share-list .bdshare-button-style0-16 .bds_tsina, .share-view .share-list .bdshare-button-style0-16 .bds_weixin, .share-view .share-list .bdshare-button-style0-16 .bds_qzone {
  width: 70px;
  height: 70px;
  line-height: 70px;
  float: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.share-view .share-list .bdshare-button-style0-16 .bds_tsina {
  background: url(/assets/images/articles/weibo1.png) no-repeat;
}

.share-view .share-list .bdshare-button-style0-16 .bds_tsina:hover {
  background: url(/assets/images/articles/weibo2.png) no-repeat;
}

.share-view .share-list .bdshare-button-style0-16 .bds_weixin {
  background: url(/assets/images/articles/pyq1.png) no-repeat;
}

.share-view .share-list .bdshare-button-style0-16 .bds_weixin:hover {
  background: url(/assets/images/articles/pyq2.png) no-repeat;
}

.share-view .share-list .bdshare-button-style0-16 .bds_qzone {
  background: url(/assets/images/articles/QQ1.png) no-repeat;
}

.share-view .share-list .bdshare-button-style0-16 .bds_qzone:hover {
  background: url(/assets/images/articles/QQ2.png) no-repeat;
}

.share-view .share-list .other-share {
  margin-top: 20px;
}

.share-view .share-list .other-share a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  float: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.share-view .share-list .other-share .follow {
  background: url(/assets/images/articles/gz1.png) no-repeat;
}

.share-view .share-list .other-share .follow:hover {
  background: url(/assets/images/articles/gz2.png) no-repeat;
}

.share-view .share-list .other-share .follow.hover {
  background: url(/assets/images/articles/gz2.png) no-repeat;
}

.share-view .share-list .other-share .collection {
  background: url(/assets/images/articles/SC1.png) no-repeat;
}

.share-view .share-list .other-share .collection:hover {
  background: url(/assets/images/articles/SC2.png) no-repeat;
}

.share-view .share-list .other-share .collection.hover {
  background: url(/assets/images/articles/SC2.png) no-repeat;
}

.share-view .share-list .other-share .comment {
  background: url(/assets/images/articles/pl1.png) no-repeat;
}

.share-view .share-list .other-share .comment:hover {
  background: url(/assets/images/articles/pl2.png) no-repeat;
}

.share-view .share-list .other-share .comment.hover {
  background: url(/assets/images/articles/pl2.png) no-repeat;
}

.share-view .share-list .other-share .admire {
  background: url(/assets/images/articles/dz1.png) no-repeat;
}

.share-view .share-list .other-share .admire:hover {
  background: url(/assets/images/articles/dz2.png) no-repeat;
}

.share-view .share-list .other-share .admire.hover {
  background: url(/assets/images/articles/dz2.png) no-repeat;
}

.help-center {
  margin-bottom: 30px;
}

.help-center .help-category-menu .menu-title {
  font-size: 14px;
  background: #D8D8D8;
  position: relative;
}

.help-center .help-category-menu .menu-title .fa-chevron-down {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.help-center .help-category-menu .help-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.help-center .main-right {
  padding: 30px;
  background: #FEFEFE;
}

.help-center .main-right .article-title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

.article-entrance-carousel {
  height: 192px;
}

.article-entrance-carousel .entrance-banner {
  height: 192px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.article-entrance-carousel .entrance-banner img {
  width: 296px;
  height: 192px;
}

.article-entrance-carousel .slick-prev, .article-entrance-carousel .slick-next {
  z-index: 100;
}

.article-entrance-carousel .slick-prev:before, .article-entrance-carousel .slick-next:before {
  color: #FEFEFE;
  font-size: 42px;
}

.article-entrance-carousel .slick-prev {
  left: 0px;
}

.article-entrance-carousel .slick-next {
  right: 35px;
}

.article-entrance-carousel .entrance-banners {
  margin-bottom: 0;
  position: relative;
}

.article-entrance-carousel .entrance-banners a {
  display: inline-block;
  position: relative;
  height: 192px;
}

.article-entrance-carousel .entrance-banners a .entrance-text-bg {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.article-entrance-carousel .entrance-banners a .entrance-text {
  position: absolute;
  bottom: 0px;
  width: 280px;
  left: 8px;
  height: 30px;
  color: #FEFEFE;
  font-size: 18px;
  overflow: hidden;
}

.article-entrance-carousel .entrance-slick-dots {
  position: relative;
  top: -35px;
  height: 30px;
  text-align: center;
}

.article-entrance-carousel .entrance-slick-dots .slick-dots {
  position: unset;
  display: inline-block;
  width: auto;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 0 10px;
}

.article-entrance-carousel .entrance-slick-dots .slick-dots button:before {
  font-size: 12px;
  color: #FEFEFE;
  opacity: 1;
}

.article-entrance-carousel .entrance-slick-dots .slick-dots .slick-active button:before {
  color: #FF4E56;
}

.carts-view .carts-list ul li .cart-shop {
  background: #FEFEFE;
  padding-top: 20px;
  padding-left: 20px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carts-view .carts-list ul li .cart-shop .shop-check {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.carts-view .carts-list ul li .cart-shop .shop-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1120px;
          flex: 0 0 1120px;
}

.carts-view .cart-header {
  background: #FEFEFE;
  padding-top: 20px;
}

.carts-view .cart-header .products-list {
  margin-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carts-view .cart-header .products-list .product-check {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.carts-view .cart-header .products-list .product-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

.carts-view .cart-header .products-list .product-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  margin-left: 10px;
}

.carts-view .cart-header .products-list .product-property {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.carts-view .cart-header .products-list .product-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

.carts-view .cart-header .products-list .product-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}

.carts-view .cart-header .products-list .product-total {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-weight: bold;
}

.carts-view .cart-header .products-list .product-operate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: right;
}

.carts-view .cart-products {
  background: #fff8f4;
  padding: 20px;
}

.carts-view .cart-products .products-list {
  margin: 10px 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carts-view .cart-products .products-list .product-check {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.carts-view .cart-products .products-list .product-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

.carts-view .cart-products .products-list .product-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  margin-left: 10px;
}

.carts-view .cart-products .products-list .product-property {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: center;
}

.carts-view .cart-products .products-list .product-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  text-align: center;
}

.carts-view .cart-products .products-list .product-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}

.carts-view .cart-products .products-list .product-number .select-num {
  width: 120px;
  float: left;
  font-size: 16px;
}

.carts-view .cart-products .products-list .product-number .select-num .num-row button {
  width: 40px;
  height: 40px;
  border: 1px solid #D8D8D8;
  text-align: center;
  cursor: pointer;
  outline: none;
  background: #FEFEFE;
}

.carts-view .cart-products .products-list .product-number .select-num .num-row button.plus {
  border-right: none;
}

.carts-view .cart-products .products-list .product-number .select-num .num-row button.reduce {
  border-left: none;
}

.carts-view .cart-products .products-list .product-number .select-num .num-row input {
  width: 41px;
  height: 40px;
  text-align: center;
}

.carts-view .cart-products .products-list .product-total {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: center;
  color: #FF4E56;
  font-weight: bold;
}

.carts-view .cart-products .products-list .product-operate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: right;
}

.carts-view .carts-action {
  background: #FEFEFE;
  border-top: 1px solid #D8D8D8;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carts-view .carts-action .check-all {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  padding-left: 20px;
  padding-top: 20px;
}

.carts-view .carts-action .check-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  padding-left: 20px;
  padding-top: 20px;
}

.carts-view .carts-action .price-all {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 750px;
          flex: 0 0 750px;
  padding-top: 20px;
  text-align: right;
  padding-right: 10px;
}

.carts-view .carts-action .price-all span {
  color: #FF4E56;
  font-weight: bold;
}

.carts-view .carts-action .pay {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}

.carts-view .carts-action .pay input {
  width: 150px;
  height: 60px;
  background: #E6232B;
  border: none;
  color: #FEFEFE;
  cursor: pointer;
}

.add_carts {
  margin-left: 10px;
}

.order-info-view .order-info-body {
  background: #FEFEFE;
  padding: 20px;
  margin-bottom: 20px;
}

.order-info-view .order-info-body .order-sub-title {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 10px;
}

.order-info-view .order-info-body .order-list {
  background: #FEFEFE;
}

.order-info-view .order-info-body .order-list ul li {
  margin-bottom: 20px;
}

.order-info-view .order-info-body .order-list ul li .order-shop {
  background: #FEFEFE;
  padding-top: 20px;
  padding-left: 20px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-info-view .order-info-body .order-list ul li .order-shop .shop-check {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.order-info-view .order-info-body .order-list ul li .order-shop .shop-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1120px;
          flex: 0 0 1120px;
}

.order-info-view .order-info-body .order-list .order-header {
  background: #FEFEFE;
  padding-top: 20px;
}

.order-info-view .order-info-body .order-list .order-header .products-list {
  margin-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-info-view .order-info-body .order-list .order-header .products-list .product-check {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.order-info-view .order-info-body .order-list .order-header .products-list .product-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

.order-info-view .order-info-body .order-list .order-header .products-list .product-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  margin-left: 10px;
}

.order-info-view .order-info-body .order-list .order-header .products-list .product-property {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.order-info-view .order-info-body .order-list .order-header .products-list .product-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

.order-info-view .order-info-body .order-list .order-header .products-list .product-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}

.order-info-view .order-info-body .order-list .order-header .products-list .product-total {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  font-weight: bold;
}

.order-info-view .order-info-body .order-list .order-products {
  background: #fff8f4;
  padding: 20px;
}

.order-info-view .order-info-body .order-list .order-products .products-list {
  margin: 10px 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-info-view .order-info-body .order-list .order-products .products-list .product-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

.order-info-view .order-info-body .order-list .order-products .products-list .product-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  margin-left: 10px;
}

.order-info-view .order-info-body .order-list .order-products .products-list .product-property {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: center;
}

.order-info-view .order-info-body .order-list .order-products .products-list .product-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  text-align: center;
}

.order-info-view .order-info-body .order-list .order-products .products-list .product-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  text-align: center;
}

.order-info-view .order-info-body .order-list .order-products .products-list .product-total {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: center;
  color: #FF4E56;
  font-weight: bold;
}

.order-info-view .order-action {
  background: #FEFEFE;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #FF4E56;
  font-size: 14px;
  text-align: right;
  padding-right: 20px;
}

.order-info-view .order-action .info {
  padding: 10px;
}

.order-info-view .order-action .info span {
  color: #FF4E56;
  font-weight: bold;
}

.order-info-view .order-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-info-view .order-submit .back-cart {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1050px;
          flex: 0 0 1050px;
  line-height: 60px;
  text-align: right;
  padding-right: 20px;
}

.order-info-view .order-submit .sure-submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}

.order-info-view .order-submit .sure-submit input {
  width: 150px;
  height: 60px;
  background: #E6232B;
  border: none;
  color: #FEFEFE;
  cursor: pointer;
}

.order-pay-view .order-apy-body {
  background: #FEFEFE;
  padding: 20px;
  text-align: center;
}

.order-pay-view .order-apy-body .desc {
  margin-bottom: 20px;
}

.order-pay-view .order-apy-body .qrcode {
  width: 360px;
  margin: 0 auto;
}

.order-pay-view .order-apy-body .qrcode::before, .order-pay-view .order-apy-body .qrcode::after {
  display: table;
  content: ' ';
}

.order-pay-view .order-apy-body .qrcode::after {
  clear: both;
}

.order-pay-view .order-apy-body .qrcode ul li {
  float: left;
  padding: 10px;
  margin: 0 20px;
}

.friend-index-view .list, .friend-index-view .form {
  border: 1px solid #ddd;
  overflow: hidden;
  background: #FEFEFE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.friend-index-view .list h3, .friend-index-view .form h3 {
  display: block;
  width: 99.8%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  background: #f7f7f7;
  padding-left: 15px;
  font-family: \5fae\8f6f\96c5\9ed1;
  font-weight: normal;
  font-size: 18px;
}

.friend-index-view .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 30px 0;
}

.friend-index-view .list ul li {
  width: 20%;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  border-top: 1px dotted #ccc;
  white-space: nowrap;
  overflow: hidden;
}

.friend-index-view .list ul li a {
  color: #005ea7;
  font-size: 14px;
}

.friend-index-view .list ul li span {
  margin-right: 10px;
}

.friend-index-view .list ul li:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.friend-index-view .list ul li:nth-child(-n+5) {
  border: 0 none;
}

.friend-index-view .form {
  margin-top: 10px;
}

.friend-index-view .form .left-menu {
  float: left;
  width: 610px;
  height: 700px;
  margin: 10px 0 0 30px;
  border-right: 1px dotted #ccc;
  margin-right: 43px;
  padding-bottom: 170px;
}

.friend-index-view .form .right-menu {
  float: right;
  width: 510px;
  margin-top: 10px;
}

.friend-index-view .form dt, .friend-index-view .form dd {
  margin-top: 10px;
  width: 476px;
  line-height: 26px;
}

.friend-index-view .form dt {
  font-weight: bold;
}

.friend-index-view .form textarea {
  min-height: 200px;
}

.stage-view .fenqi_box .fenqi_img_box {
  width: 1200px;
  margin: 0 auto;
}

.stage-view .fenqi_box .fenqi_img_box .mb60 {
  margin-bottom: 60px;
}

.stage-view .fenqi_box .fenqi_img_box .fenqi_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.stage-view .fenqi_box .fenqi_img_box .fenqi_title h1 {
  font-size: 34px;
  color: #000000;
  margin: 0 60px;
  line-height: 1;
}

.stage-view .fenqi_box .fenqi_img_box .fenqi_s_title {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-bottom: 88px;
}

.stage-view .fenqi_box .fenqi_img_box .fenqi_col2_flex {
  margin-bottom: 123px;
}

.stage-view .fenqi_box .fenqi_img_box .fenqi_col2_flex .fenqi_con {
  width: 385px;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
}

.stage-view .fenqi_box .fenqi_img_box .fenqi_col2_flex .fenqi_con .fenqi_con_img img {
  width: 385px;
  height: 315px;
}

.stage-view .fenqi_box .fenqi_img_box .fenqi_col2_flex .fenqi_con .fenqi_con_des {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}

.stage-view .fenqi_box .fenqi_img_box .fenqi_col2_flex .fenqi_con .fenqi_con_des a {
  font-size: 14px;
}

.stage-view .fenqi_box .fenqi_img_box .fenqi_col2_flex .fenqi_con::nth-child(3n-1) {
  margin-right: 0;
}

.stage-view .fenqi_box .fenqi_img_box .center_btn {
  text-align: center;
  margin-bottom: 90px;
}

.stage-view .fenqi_box .fenqi_img_box .center_btn .sub_btn {
  display: inline-block;
  width: 254px;
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background: url(/assets/images/fenqi_img/new/button-background.png) no-repeat;
}

.stage-view .fenqi_box .fenqi_img_box .center_btn .sub_btn a {
  color: #ffffff;
  font-size: 16px;
}

.stage-view .fenqi_box .fenqi_img_box .content_box {
  position: relative;
}

.stage-view .fenqi_box .fenqi_img_box .content_box .ask_btn {
  position: absolute;
  left: 42%;
  bottom: 70px;
  cursor: pointer;
}

.stage-view .fenqi_box .fenqi_img_box .content_box .ask_sub_box {
  width: 400px;
  height: 330px;
  position: absolute;
  left: 34%;
  top: 130px;
}

.stage-view .fenqi_box .fenqi_img_box .content_box .ask_sub_box .txt {
  width: 394px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  margin-bottom: 10px;
}

.stage-view .fenqi_box .fenqi_img_box .content_box .ask_sub_box .sub {
  width: 187px;
  height: 64px;
  margin: 0 auto;
  margin-top: 10px;
}

.stage-view .fenqi_box .fenqi_img_box .content_box .ask_sub_box .sub input {
  width: 187px;
  height: 64px;
  border: none;
  cursor: pointer;
}

.stage-view .fenqi_box .fenqi_bg_img {
  background: url(/assets/images/fenqi_img/new/background.png) no-repeat;
  background-position: bottom;
  width: 100%;
  padding-bottom: 40px;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box {
  margin: 0 auto;
  width: 1200px;
  border: 2px solid #eaeff2;
  background: #f9f9f9;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  margin-top: 53px;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_title h1 {
  font-size: 34px;
  color: #000000;
  margin: 0 60px;
  line-height: 1;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_title h2 {
  font-size: 22px;
  color: #000000;
  margin: 0 60px;
  line-height: 1;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_title .trace {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .mb66 {
  margin-bottom: 66px;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_s_title {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-bottom: 52px;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_col4_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1140px;
  margin: 0 auto 54px auto;
  padding: 50px 0;
  background: #ffffff;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_col4_box .fenqi_col4_text {
  width: 135px;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_col4_box .fenqi_col4_text p {
  font-size: 14px;
  line-height: 1.3;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_col4_box .step_con {
  width: 160px;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_col4_box .step_con .step_con_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_col4_box .step_con .step_con_flex img {
  width: 51px;
  height: 16px;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_col4_box .step_con .step_con_flex .text {
  width: 84px;
  margin-left: 10px;
  font-size: 14px;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_col4_box .step_con .step_con_flex .text p {
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_col4_box .step_con .step_con_flex .step1_color {
  color: #a52d0a;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_col4_box .step_con .step_con_flex .step2_color {
  color: #da7002;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_col4_box .step_con .step_con_flex .step3_color {
  color: #e6b829;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_ul {
  margin-bottom: 54px;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: square;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_ul ul li {
  margin: 0 36px;
  font-size: 18px;
  color: #c82c2c;
}

.stage-view .fenqi_box .fenqi_bg_img .con-box .fenqi_ul ul li span {
  font-size: 18px;
  color: #666666;
}

.stage-view .fenqi_box .fenqi_sub_box {
  background: #ffffff;
  width: 100%;
  padding: 95px 0 124px 0;
}

.stage-view .fenqi_box .fenqi_sub_box .sub_box {
  width: 1200px;
  background: #ffb905;
  margin: 0 auto;
  padding: 45px 0 65px 0;
}

.stage-view .fenqi_box .fenqi_sub_box .sub_box .sub_box_title {
  text-align: center;
}

.stage-view .fenqi_box .fenqi_sub_box .sub_box .sub_box_title h1 {
  margin: 0;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
}

.stage-view .fenqi_box .fenqi_sub_box .sub_box .sub_box_title .text-line {
  width: 80px;
  margin: 11px auto 23px auto;
  height: 2px;
  border-bottom: 2px solid #000000;
}

.stage-view .fenqi_box .fenqi_sub_box .sub_box .sub_box_title p {
  font-size: 14px;
  color: #333333;
  margin: 0 0 33px 0;
  padding: 0;
  line-height: 1;
}

.stage-view .fenqi_box .fenqi_sub_box .sub_box .fenqi_box_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stage-view .fenqi_box .fenqi_sub_box .sub_box .fenqi_box_2 .col2_box {
  width: 370px;
  color: #333333;
  margin: 0 20px;
}

.stage-view .fenqi_box .fenqi_sub_box .sub_box .fenqi_box_2 .col2_box h1 {
  font-size: 30px;
}

.stage-view .fenqi_box .fenqi_sub_box .sub_box .fenqi_box_2 .col2_box p {
  font-size: 14px;
}

.stage-view .fenqi_box .fenqi_sub_box .sub_box .fenqi_box_2 .col2_box .text {
  font-size: 16px;
}

.stage-view .fenqi_box .fenqi_sub_box .sub_box .fenqi_box_2 .col2_box .qrcode {
  margin-top: 16px;
  width: 178px;
  height: 178px;
}

.stage-view .fenqi_box .fenqi_sub_box .sub_box .fenqi_box_2 .col2_box .big {
  font-size: 36px;
}

.stage-view .fenqi_box .fenqi_sub_box .sub_box .fenqi_box_2 .col2_box .ask_sub_box input {
  height: 4rem;
  border: none;
  border-radius: 4px;
}

.stage-view .fenqi_box .fenqi_sub_box .sub_box .fenqi_box_2 .col2_box .ask_sub_box .sub_btn {
  background: #070002;
  border-radius: 4px;
  color: #fefefe;
  font-size: 16px;
  text-align: center;
  width: 370px;
  border: none;
}

.muijtong-view .muji-floor {
  width: 100%;
  margin: 0 auto;
  background-size: 100%;
}

.muijtong-view .muji1 {
  height: 528px;
  background-position: center;
}

.muijtong-view .muji1 .muji1-content {
  float: right;
  width: 610px;
  padding-right: 180px;
  padding-top: 100px;
}

.muijtong-view .muji1 .muji1-content p {
  line-height: 28px;
  font-size: 16px;
}

.muijtong-view .muji1 .muji1-content p span {
  font-weight: bold;
  color: #000000;
}

.muijtong-view .muji1 .muji1-content .muji1-line {
  width: 100%;
  height: 2px;
  background: #000000;
  margin-top: 30px;
  margin-bottom: 42px;
}

.muijtong-view .muji1 .muji1-content::before, .muijtong-view .muji1 .muji1-content::after {
  display: table;
  content: ' ';
}

.muijtong-view .muji1 .muji1-content::after {
  clear: both;
}

.muijtong-view .muji1 .muji1-content .muji1-apply-desc {
  float: left;
  width: 310px;
}

.muijtong-view .muji1 .muji1-content .muji1-apply-desc h2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 500;
  color: #ff2323;
}

.muijtong-view .muji1 .muji1-content .muji1-apply-desc h3 {
  font-size: 20px;
  line-height: 26px;
}

.muijtong-view .muji1 .muji1-content .muji1-apply-btn {
  float: right;
  width: 106px;
}

.muijtong-view .muji2 {
  background: #f9f9f9;
  height: 548px;
}

.muijtong-view .muji2 .muji2-content h2 {
  font-size: 30px;
  color: #9a00c1;
  text-align: center;
  line-height: 32px;
  padding: 58px 0;
}

.muijtong-view .muji2 .muji2-content ul li {
  float: left;
  width: 390px;
  padding-left: 30px;
}

.muijtong-view .muji3 {
  width: 100%;
  margin: 0 auto;
  background-size: 100%;
  background: #FEFEFE;
}

.muijtong-view .muji3 .muji3-content {
  padding-top: 60px;
}

.muijtong-view .muji3 .muji3-content::before, .muijtong-view .muji3 .muji3-content::after {
  display: table;
  content: ' ';
}

.muijtong-view .muji3 .muji3-content::after {
  clear: both;
}

.muijtong-view .muji3 .muji3-content .muji3-left {
  width: 607px;
  float: left;
}

.muijtong-view .muji3 .muji3-content .muji3-left .muji3-title-box {
  margin-bottom: 60px;
  padding-left: 20px;
  border-left: 10px solid #c17bdc;
}

.muijtong-view .muji3 .muji3-content .muji3-left .muji3-title-box h1 {
  color: #c17bdc;
}

.muijtong-view .muji3 .muji3-content .muji3-left .muji3-title-box h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
}

.muijtong-view .muji3 .muji3-content .muji3-left .muji3-tip {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 33px;
}

.muijtong-view .muji3 .muji3-content .muji3-left .muji3-desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 33px;
  color: #242424;
}

.muijtong-view .muji3 .muji3-content .muji3-right {
  width: 534px;
  float: right;
}

.muijtong-view .muji4 {
  background: #f9f9f9;
}

.muijtong-view .muji4 .muji4-content {
  padding-top: 45px;
  position: relative;
}

.muijtong-view .muji4 .muji4-content::before, .muijtong-view .muji4 .muji4-content::after {
  display: table;
  content: ' ';
}

.muijtong-view .muji4 .muji4-content::after {
  clear: both;
}

.muijtong-view .muji4 .muji4-content .muji4-left {
  position: relative;
  z-index: 99;
}

.muijtong-view .muji4 .muji4-content .muji4-left .muji4-title-box {
  margin-bottom: 60px;
  padding-left: 20px;
  border-left: 10px solid #95caec;
}

.muijtong-view .muji4 .muji4-content .muji4-right {
  position: absolute;
  width: 581px;
  top: 52px;
  right: 10px;
  z-index: 96;
}

.muijtong-view .muji4 .muji4-content .muji4-right p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 33px 0;
  color: #242424;
}

.muijtong-view .muji5 {
  width: 100%;
  margin: 0 auto;
  background-size: 100%;
}

.muijtong-view .muji5 .muji5-content {
  padding-top: 45px;
}

.muijtong-view .muji5 .muji5-content::before, .muijtong-view .muji5 .muji5-content::after {
  display: table;
  content: ' ';
}

.muijtong-view .muji5 .muji5-content::after {
  clear: both;
}

.muijtong-view .muji5 .muji5-content .muji5-left {
  width: 650px;
  float: left;
}

.muijtong-view .muji5 .muji5-content .muji5-left .muji5-title-box {
  padding-left: 20px;
  margin-bottom: 46px;
  border-left: 10px solid #ffad00;
}

.muijtong-view .muji5 .muji5-content .muji5-left .muji5-title-box h1 {
  color: #ffad00;
  font-size: 30px;
  line-height: 35px;
  font-weight: normal;
}

.muijtong-view .muji5 .muji5-content .muji5-left .muji5-title-box h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
}

.muijtong-view .muji5 .muji5-content .muji5-left .muji5-list-box {
  margin-top: 20px;
}

.muijtong-view .muji5 .muji5-content .muji5-left .muji5-list-box h3 {
  color: #ffae00;
  font-size: 16px;
  font-family: 宋体;
  font-weight: normal;
  line-height: 35px;
}

.muijtong-view .muji5 .muji5-content .muji5-left .muji5-list-box ul::before, .muijtong-view .muji5 .muji5-content .muji5-left .muji5-list-box ul::after {
  display: table;
  content: ' ';
}

.muijtong-view .muji5 .muji5-content .muji5-left .muji5-list-box ul::after {
  clear: both;
}

.muijtong-view .muji5 .muji5-content .muji5-left .muji5-list-box ul li {
  float: left;
  font-size: 16px;
  width: 200px;
  line-height: 28px;
}

.muijtong-view .muji5 .muji5-content .muji5-right {
  width: 448px;
  float: right;
}

.muijtong-view .muji6 {
  background: #ae4fd2;
}

.muijtong-view .muji6 .muji6-content h2 {
  font-size: 30px;
  color: #fff334;
  text-align: center;
  line-height: 32px;
  padding: 58px 0;
}

.muijtong-view .muji6 .muji6-content ul::before, .muijtong-view .muji6 .muji6-content ul::after {
  display: table;
  content: ' ';
}

.muijtong-view .muji6 .muji6-content ul::after {
  clear: both;
}

.muijtong-view .muji6 .muji6-content ul li {
  float: left;
  width: 540px;
  margin-bottom: 30px;
}

.muijtong-view .muji6 .muji6-content ul li::before, .muijtong-view .muji6 .muji6-content ul li::after {
  display: table;
  content: ' ';
}

.muijtong-view .muji6 .muji6-content ul li::after {
  clear: both;
}

.muijtong-view .muji6 .muji6-content ul li.lileft {
  padding-right: 40px;
}

.muijtong-view .muji6 .muji6-content ul li .muji6-img {
  float: left;
  width: 160px;
}

.muijtong-view .muji6 .muji6-content ul li .muji6-info {
  float: right;
  width: 330px;
  padding-top: 25px;
}

.muijtong-view .muji6 .muji6-content ul li .muji6-info h3 {
  color: #fff334;
  font-size: 20px;
  line-height: 18px;
  padding-bottom: 12px;
}

.muijtong-view .muji6 .muji6-content ul li .muji6-info p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.muijtong-view .muji6 .muji6-content ul li.teshu .muji6-info {
  padding-top: 0px;
}

.muijtong-view .muji7 .muji7-content .muji7-info {
  padding-top: 38px;
  text-align: center;
}

.muijtong-view .muji7 .muji7-content .muji7-info p {
  font-size: 16px;
  color: #3d3d3d;
  line-height: 38px;
}

.muijtong-view .muji7 .muji7-content .muji7-imgs {
  margin-top: 30px;
  position: relative;
  height: 315px;
  padding-bottom: 35px;
}

.muijtong-view .muji7 .muji7-content .muji7-imgs .img7-one {
  z-index: 99;
  position: relative;
}

.muijtong-view .muji7 .muji7-content .muji7-imgs .img7-text {
  position: absolute;
  top: 128px;
  left: 124px;
  color: #ffffff;
  width: 200px;
  text-align: center;
}

.muijtong-view .muji7 .muji7-content .muji7-imgs .muji7-desc {
  position: absolute;
  top: 0px;
  width: 231px;
  height: 313px;
  text-align: center;
}

.muijtong-view .muji7 .muji7-content .muji7-imgs .muji7-desc h2 {
  font-size: 20px;
  line-height: 25px;
  color: #ae4fd2;
  padding-top: 35px;
}

.muijtong-view .muji7 .muji7-content .muji7-imgs .muji7-desc h3 {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 30px;
}

.muijtong-view .muji7 .muji7-content .muji7-imgs .muji7-desc p {
  padding: 0 38px;
  font-size: 14px;
  line-height: 24px;
  padding-top: 32px;
}

.muijtong-view .muji7 .muji7-content .muji7-imgs .img7-two {
  left: 416px;
  z-index: 96;
}

.muijtong-view .muji7 .muji7-content .muji7-imgs .img7-three {
  left: 614px;
  z-index: 94;
}

.muijtong-view .muji7 .muji7-content .muji7-imgs .img7-four {
  right: 192px;
  z-index: 92;
}

.muijtong-view .muji7 .muji7-content .muji7-imgs .img7-five {
  right: 0px;
  z-index: 90;
}

.muijtong-view .muji8 {
  background: #fffa8a;
  padding-top: 35px;
}

.muijtong-view .muji8 .muji8-content {
  position: relative;
  padding-bottom: 40px;
}

.muijtong-view .muji8 .muji8-content .muji8-left {
  position: relative;
}

.muijtong-view .muji8 .muji8-content .muji8-left .muji8-title-box {
  margin-bottom: 60px;
  padding-left: 20px;
  border-left: 10px solid #ac4fd3;
}

.muijtong-view .muji8 .muji8-content .muji8-left .muji8-title-box h1 {
  color: #ac4fd3;
}

.muijtong-view .muji8 .muji8-content .muji8-left .muji8-title-box h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
}

.muijtong-view .muji8 .muji8-content .muji8-left .muji8-form {
  padding-left: 120px;
}

.muijtong-view .muji8 .muji8-content .muji8-left .muji8-form::before, .muijtong-view .muji8 .muji8-content .muji8-left .muji8-form::after {
  display: table;
  content: ' ';
}

.muijtong-view .muji8 .muji8-content .muji8-left .muji8-form::after {
  clear: both;
}

.muijtong-view .muji8 .muji8-content .muji8-left .muji8-form .form-left {
  float: left;
  width: 310px;
}

.muijtong-view .muji8 .muji8-content .muji8-left .muji8-form .form-left input {
  width: 310px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}

.muijtong-view .muji8 .muji8-content .muji8-left .muji8-form .form-right {
  float: left;
  width: 190px;
  margin-left: 40px;
}

.muijtong-view .muji8 .muji8-content .muji8-left .muji8-form .form-right input {
  width: 190px;
  height: 190px;
  border: none;
}

.muijtong-view .muji8 .muji8-content .muji8-left .muji8-contact {
  margin-top: 42px;
  padding-left: 120px;
}

.muijtong-view .muji8 .muji8-content .muji8-left .muji8-contact .contact {
  height: 96px;
  padding-left: 95px;
}

.muijtong-view .muji8 .muji8-content .muji8-left .muji8-contact .contact h1 {
  font-size: 55px;
  line-height: 65px;
}

.muijtong-view .muji8 .muji8-content .muji8-left .muji8-contact .contact p {
  font-size: 20px;
  line-height: 25px;
}

.muijtong-view .muji8 .muji8-content .muji8-right {
  position: absolute;
  top: 0px;
  right: 10px;
}

.muijtong-view .muji-main {
  width: 1235px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
}

/* 付款页面 */

#cart-three {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 38px 0;
  /* 二维码 */
}

#cart-three .contain {
  width: 1228px;
  display: block;
  margin: 0 auto;
}

#cart-three .left {
  display: inline-block;
  float: left;
}

#cart-three .right {
  display: inline-block;
  float: right;
}

#cart-three .section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 48px;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  overflow: hidden;
  color: #424242;
}

#cart-three .orange {
  color: #ff6700;
}

#cart-three .confirm-right {
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  top: 40px;
  left: 50px;
  font-size: 40px;
  font-weight: bold;
  color: #83c44e;
  text-align: center;
  border: 2px solid #83c44e;
  border-radius: 42px;
  overflow: hidden;
  font-style: normal;
}

#cart-three .confirm-right img {
  display: block;
  width: 80%;
  position: relative;
  top: 5px;
  left: 5px;
}

#cart-three .order_info, #cart-three .order_detail {
  clear: both;
  width: 995px;
  float: right;
}

#cart-three .order_info .title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
}

#cart-three .order_info .order_time {
  color: #616161;
  margin-bottom: 5px;
  line-height: 2;
}

#cart-three .order_info .total {
  margin-bottom: 10px;
  color: #757575;
}

#cart-three .order_info .total span {
  font-size: 24px;
}

#cart-three .order_info .right .btn {
  color: #757575;
  text-align: right;
}

#cart-three .order_info .right .btn i {
  display: inline-block;
  width: 14px;
  height: 14px;
  /* background: url("../images/cart_down.png"); */
  background-size: 100%;
  position: relative;
  top: 3px;
}

#cart-three .order_detail {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  color: #333;
}

#cart-three .order_detail dd {
  clear: both;
  width: 50%;
}

#cart-three .order_detail dd .left {
  line-height: 24px;
  margin-bottom: 8px;
}

#cart-three .order_detail dd .left:nth-child(1) {
  width: 85px;
}

#cart-three .pay_title {
  height: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 18px;
}

#cart-three .pay_desc {
  font-size: 16px;
  color: #616161;
  margin-bottom: 15px;
}

#cart-three h3 {
  font-weight: bold;
}

#cart-three .pay_list li {
  float: left;
  width: 174px;
  height: 60px;
  line-height: 60px;
  margin-left: 14px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#cart-three .pay_list li img {
  width: 100%;
  height: 100%;
}

#cart-three li:hover {
  border: 1px solid #ff6700;
}

#cart-three .two_code_box {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

#cart-three .two_code_box .box {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 50%;
  left: 50%;
  margin-left: -175px;
  margin-top: -175px;
  background: #fff;
  padding-top: 30px;
  border: 5px solid #83c44e;
  border-radius: 10px;
}

#cart-three .two_code_box .box img {
  width: 150px;
  display: block;
  margin: 0 auto;
}

#cart-three .two_code_box .box .text {
  font-size: 12px;
  line-height: 30px;
  color: #333;
  letter-spacing: 3px;
  text-align: center;
}

#cart-three .two_code_box .box .close {
  position: absolute;
  right: -30px;
  top: -5px;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}

#cart-three .two_code_box .box .finished {
  text-align: center;
  width: 100px;
  line-height: 22px;
  margin: 0 auto;
  background: #83c44e;
  color: #fff;
  cursor: pointer;
}

.comments-view .comments-content {
  margin-top: 10px;
}

.comments-view .comments-content::before, .comments-view .comments-content::after {
  display: table;
  content: ' ';
}

.comments-view .comments-content::after {
  clear: both;
}

.comments-view .comments-content .comment-filter {
  margin-bottom: 10px;
}

.comments-view .comments-content .comment-filter select {
  display: inline-block;
  width: auto;
  margin: 0;
  color: #5D5D5D;
  padding-top: 0;
  padding-bottom: 0;
  height: 2em;
}

.comments-view .comments-content .comment-filter input[type='submit'] {
  background: #FF4E56;
  color: #FEFEFE;
  border-radius: 5px;
  border: none;
}

.comments-view .comments-content .comment-main {
  width: 955px;
  float: left;
}

.comments-view .comments-content .comment-main ul {
  background: #FEFEFE;
  padding: 0 20px;
}

.comments-view .comments-content .comment-main ul li {
  border-bottom: 1px solid #D8D8D8;
  padding-top: 20px;
}

.comments-view .comments-content .comment-main ul li::before, .comments-view .comments-content .comment-main ul li::after {
  display: table;
  content: ' ';
}

.comments-view .comments-content .comment-main ul li::after {
  clear: both;
}

.comments-view .comments-content .comment-main ul li .img {
  width: 100px;
  float: left;
}

.comments-view .comments-content .comment-main ul li .img img {
  width: 100px;
  height: 100px;
}

.comments-view .comments-content .comment-main ul li .info {
  width: 800px;
  float: right;
}

.comments-view .comments-content .comment-main ul li .info .user {
  height: 40px;
  line-height: 40px;
}

.comments-view .comments-content .comment-main ul li .info .user::before, .comments-view .comments-content .comment-main ul li .info .user::after {
  display: table;
  content: ' ';
}

.comments-view .comments-content .comment-main ul li .info .user::after {
  clear: both;
}

.comments-view .comments-content .comment-main ul li .info .user .user-avatar {
  width: 40px;
  font-size: 40px;
  float: left;
}

.comments-view .comments-content .comment-main ul li .info .user .user-avatar img {
  width: 40px;
  height: 40px;
}

.comments-view .comments-content .comment-main ul li .info .user .user-name {
  width: 300px;
  float: left;
  margin-left: 10px;
}

.comments-view .comments-content .comment-main ul li .info .user .click {
  width: 30px;
  float: right;
}

.comments-view .comments-content .comment-main ul li .info .comment {
  margin-top: 5px;
}

.comments-view .comments-content .comment-main ul li .info .comment-replay {
  margin-top: 10px;
  margin-left: 10px;
  color: #406599;
  font-size: 14px;
  cursor: pointer;
}

.comments-view .comments-content .comment-main ul li .info .reply {
  padding-left: 50px;
}

.comments-view .comments-content .comment-main ul li .info .reply .reply-box {
  border: 1px solid #D8D8D8;
  background: #F3F3F3;
  padding: 20px;
  margin: 20px 0;
}

.comments-view .comments-content .comment-main ul li .info .reply .reply-box ul li:last-child {
  border-bottom: none;
}

.comments-view .comments-content .comment-main ul li .info .reply .reply-box ul li .reply-header {
  height: 40px;
  line-height: 40px;
  font-size: 10px;
}

.comments-view .comments-content .comment-main ul li .info .reply .reply-box ul li .reply-header::before, .comments-view .comments-content .comment-main ul li .info .reply .reply-box ul li .reply-header::after {
  display: table;
  content: ' ';
}

.comments-view .comments-content .comment-main ul li .info .reply .reply-box ul li .reply-header::after {
  clear: both;
}

.comments-view .comments-content .comment-main ul li .info .reply .reply-box ul li .reply-header .reply-user-avatar {
  float: left;
  width: 40px;
  font-size: 40px;
}

.comments-view .comments-content .comment-main ul li .info .reply .reply-box ul li .reply-header .reply-user-avatar img {
  border-radius: 50%;
}

.comments-view .comments-content .comment-main ul li .info .reply .reply-box ul li .reply-header .reply-user-name {
  float: left;
  width: 200px;
  font-size: 14px;
  margin-left: 10px;
}

.comments-view .comments-content .comment-main ul li .info .reply .reply-box ul li .reply-header .reply-click {
  float: right;
  width: 100px;
  padding-right: 20px;
  color: #7b7b7b;
  cursor: pointer;
  font-size: 14px;
}

.comments-view .comments-content .comment-main ul li .info .reply .reply-box ul li .reply-content {
  padding-left: 50px;
  font-size: 14px;
}

.comments-view .comments-content .comment-sidebar {
  width: 220px;
  float: right;
}

.comments-view .comments-content .comment-sidebar .comments-list {
  padding: 0 10px;
}

.comments-view .comments-content .comment-sidebar .comments-list li {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}

.comments-view .comments-content .comment-sidebar .shops-list {
  padding: 0 10px;
}

.comments-view .comments-content .comment-sidebar .shops-list li {
  border-top: 1px solid #D8D8D8;
  padding: 5px 0;
}

.comments-view .comments-content .comment-sidebar .shops-list li::before, .comments-view .comments-content .comment-sidebar .shops-list li::after {
  display: table;
  content: ' ';
}

.comments-view .comments-content .comment-sidebar .shops-list li::after {
  clear: both;
}

.comments-view .comments-content .comment-sidebar .shops-list li:first-child {
  border-top: none;
}

.comments-view .comments-content .comment-sidebar .shops-list li .img {
  width: 80px;
  float: left;
}

.comments-view .comments-content .comment-sidebar .shops-list li .img img {
  width: 80px;
  height: 55px;
}

.comments-view .comments-content .comment-sidebar .shops-list li .info {
  width: 110px;
  float: right;
}

.comments-view .comments-content .comment-sidebar .shops-list li .info .vip-click::before, .comments-view .comments-content .comment-sidebar .shops-list li .info .vip-click::after {
  display: table;
  content: ' ';
}

.comments-view .comments-content .comment-sidebar .shops-list li .info .vip-click::after {
  clear: both;
}

.comments-view .comments-content .comment-sidebar .shops-list li .info .vip-click .vip {
  width: 58px;
  float: left;
}

.comments-view .comments-content .comment-sidebar .shops-list li .info .vip-click .click {
  width: 50px;
  float: right;
}

.comments-view .comments-content .comment-sidebar .products-list {
  padding: 0 10px;
}

.comments-view .comments-content .comment-sidebar .products-list li .price-shop {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}

.comments-view .comments-content .comment-sidebar .products-list li .price-shop::before, .comments-view .comments-content .comment-sidebar .products-list li .price-shop::after {
  display: table;
  content: ' ';
}

.comments-view .comments-content .comment-sidebar .products-list li .price-shop::after {
  clear: both;
}

.comments-view .comments-content .comment-sidebar .products-list li .price-shop .price {
  width: 140px;
  float: left;
  font-size: 20px;
  color: #E6232B;
}

.comments-view .comments-content .comment-sidebar .products-list li .price-shop .click {
  width: 60px;
  float: right;
  text-align: right;
}

.comments-view .comments-content .comment-sidebar .products-list li .price-shop .click a {
  color: #FEFEFE;
}

.comments-view .keywords-chart-one {
  background: #FEFEFE;
  padding: 10px;
}

.comments-view .keywords-chart-two {
  background: #FEFEFE;
  padding: 10px;
  margin-top: 10px;
}

.comments-view .keywords-chart-two::before, .comments-view .keywords-chart-two::after {
  display: table;
  content: ' ';
}

.comments-view .keywords-chart-two::after {
  clear: both;
}

.comments-view .keywords-chart-two .char-box {
  width: 456px;
  float: left;
  border: 1px solid #D8D8D8;
  margin: 5px;
}

.comments-view .keywords-chart-two .char-box h3 {
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-align: center;
  background: #F3F3F3;
}

.comments-view .keywords-chart-two .char-box ul::before, .comments-view .keywords-chart-two .char-box ul::after {
  display: table;
  content: ' ';
}

.comments-view .keywords-chart-two .char-box ul::after {
  clear: both;
}

.comments-view .keywords-chart-two .char-box ul li {
  border: 1px solid #D8D8D8;
  border-top: none;
  padding-top: 0;
  height: 28px;
  line-height: 28px;
}

.comments-view .keywords-chart-two .char-box ul li:first-child {
  border-top: 1px solid #D8D8D8;
}

.comments-view .keywords-chart-two .char-box ul li .shop-name {
  width: 340px;
  float: left;
  padding-left: 10px;
}

.comments-view .keywords-chart-two .char-box ul li .shop-count {
  width: 70px;
  float: right;
  text-align: right;
  border-left: 1px solid #D8D8D8;
  padding-right: 10px;
}

.animated {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
            transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
            transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
            transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
            transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

.action-notice-view {
  width: 100%;
  min-height: 1000px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.action_class {
  min-width: 350px;
  max-width: 400px;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -250px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 9px 20px 40px 20px;
  -webkit-box-shadow: 0px 0px 0.5rem 0px #c9c8c8;
          box-shadow: 0px 0px 0.5rem 0px #c9c8c8;
}

.action_class .title {
  font-size: 16px;
}

.action_class .pic-tag {
  padding: 20px 0;
  text-align: center;
}

.action_class .name {
  font-size: 16px;
  color: #777;
  text-align: center;
}

.action_class .desc {
  line-height: 25px;
}

.action_class i.fa-close {
  font-size: 24px;
  position: absolute;
  right: 12px;
  top: 5px;
  cursor: pointer;
}

.action_class i.tips {
  display: inline-block;
  margin-right: 10px;
}

.action_class a {
  font-size: 14px;
  line-height: 25px;
}

.error-messages-view {
  width: 100%;
  background: #FEFEFE;
  padding: 2rem 0;
  text-align: center;
}

.error-messages-view .error-title {
  font-size: 24px;
  color: #E6232B;
  padding: 1rem 0;
}

.error-messages-view .error-messages {
  margin-top: 30px;
}

.error-messages-view .error-messages a {
  display: inline-block;
  background: #E6232B;
  padding: 0.5rem 1rem;
  margin: 0 0.8rem;
  border-radius: 5px;
  color: #FEFEFE;
}

#aliyun-upload-video {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  display: none;
}

#aliyun-upload-video .content {
  width: 600px;
  min-height: 317px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  top: 200px;
  left: 50%;
  margin-left: -300px;
  background: #fff;
}

#aliyun-upload-video .content .title {
  min-height: 16px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 16px;
  font-size: 16px;
  color: #333;
  position: relative;
  font-size: 18px;
}

#aliyun-upload-video .content .title .close {
  position: absolute;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.2);
}

#aliyun-upload-video .content .title .close:hover {
  color: rgba(0, 0, 0, 0.4);
}

#aliyun-upload-video .content .body {
  padding: 20px;
  font-size: 12px;
  border-bottom: 1px solid #e5e5e5;
}

#aliyun-upload-video .content .body p {
  margin: 0 0 10px;
  color: #999;
}

#aliyun-upload-video .content .body table .butt span {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}

#aliyun-upload-video .content .body table .butt span:hover {
  color: #00c1de;
}

#aliyun-upload-video .content .body table .name {
  width: 149px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#aliyun-upload-video .content .body table .loading {
  width: 100px;
  height: 15px;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
  text-align: left;
  overflow: hidden;
  display: inline-block;
  margin-top: 2px;
}

#aliyun-upload-video .content .body table .load-stat {
  display: inline-block;
  width: 0.1%;
  height: 100%;
  background: #ccc;
  margin: 0;
}

#aliyun-upload-video .content .body table td, #aliyun-upload-video .content .body table th {
  text-align: center;
}

#aliyun-upload-video .content .bottom {
  padding: 20px;
}

#aliyun-upload-video .content .bottom button {
  background-color: #00c1de;
  color: #fff;
  padding: 10px 20px;
  float: right;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
  overflow: hidden;
  min-width: 90px;
  min-height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#aliyun-upload-video .content .bottom button input {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  text-align: center;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.aliyun_upload_contain_box {
  position: relative;
  border: 1px solid #E6232B;
  color: #E6232B;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border-radius: 4px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  direction: ltr;
  width: 90px;
}

.aliyun_upload_contain_box input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.loading {
  position: relative;
}

.load-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #999;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 15px;
}

.remove_video_id {
  display: block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #E6232B;
  border-radius: 5px;
  color: #E6232B;
  text-align: center;
  margin-top: 10px;
}

.products-filter-option-input{
  padding: 5px 8px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  margin: 0;
}
  .products-filter-option-input input{
    width: 100px;
    height: 100%;
    
    display: inline-block;
    border: 1px solid #eee;
    margin: 0;
  }
  .products-filter-option-input .search {
    width: 50px;
  }
/*# sourceMappingURL=application-e21383d0ba25dac032e0.css.map*/



.swiper-slide {
	text-align: center;
	background: #fff;
  overflow: hidden;
  background-color: #ffff00;
}
.swiper-slide img {
	width: 100%;
  height: auto;
	object-fit: cover;
}

.banner-swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner-swiper .swiper-slide {
  height: 38.8rem;
}
.article-banner {
  width: 840px;
  height: 240px;
  margin-bottom: 15px;
  position: relative;
}

.article-banner img {
  width: 840px;
  height: 240px;
}

.article-banner.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

.article-banner .slick-dots {
  bottom: 5px;
}
.upload-show {
  margin-bottom: 20px;
}
.upload-show img {
  max-height: 300px;
}
.taxon-height-0 {
  height: 0 !important;
}