/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot");
  src: url("../font/fontawesome-webfont.eot") format("embedded-opentype"), url("../font/fontawesome-webfont.woff2") format("woff2"), url("../font/fontawesome-webfont.woff") format("woff"), url("../font/fontawesome-webfont.ttf") format("truetype"), url("../font/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

* body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

div {
  box-sizing: border-box !important;
}

.logo_nav {
  width: 100%;
  min-width: 1200px;
  background-color: #e3e3e3;
  ;
  height: 72px;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.logo_nav .box {
  width: 1200px;
  height: 72px;
  background-color: #e3e3e3;
}

.logo_nav .box .logo img {
  width: 140px;
  height: 36px;
}

.logo_nav .box .nav div {
  width: 64px;
  height: 21px;
  text-align: center;
  margin-right: 48px;
}

.logo_nav .box .nav div .choose {
  font-weight: 700;
  color: #ff7031;
}

.logo_nav .box .nav div a {
  font-size: 16px;
  color: #000000;
}

.logo_nav .box .nav div a:hover {
  cursor: pointer;
  font-weight: 700;
  color: #ff7031;
}

.logo_nav .box .nav :last-child {
  margin-right: 0px;
}

.layui-carousel-ind ul {
  background-color: transparent !important;
}

.layui-carousel-ind ul li {
  border-radius: 0;
  width: 16px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.2);
}

.layui-carousel-ind ul li:hover {
  background-color: #000000;
}

.layui-carousel-ind ul .layui-this {
  width: 56px;
  height: 6px;
  background-color: #000000 !important;
}

.public_footer {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  background: #51545a;
}

.public_footer .content {
  margin: 0 auto;
  width: 1200px;
}

.public_footer .content .logo {
  width: 240px;
  height: 60px;
}

.public_footer .content .logo img {
  width: 100%;
  height: 100%;
}

.public_footer .content .info .left_text {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 2px;
}

.public_footer .content .info .qr_boxs .box {
  text-align: center;
}

.public_footer .content .info .qr_boxs .box .img {
  width: 140px;
  height: 140px;
}

.public_footer .content .info .qr_boxs .box .img img {
  width: 100%;
  height: 100%;
}

.public_footer .content .info .qr_boxs .box .text {
  margin-top: 12px;
  color: #ffffff;
  font-size: 16px;
}

.public_footer .line {
  opacity: 10%;
  width: 100%;
  height: 0px;
  border: 1px solid;
  border-color: #ffffff;
}

.public_footer .beian {
  width: 1200px;
  margin: 24px auto 0 auto;
}

.public_footer .beian .text {
  color: #ffffff;
  font-size: 16px;
}

.public_footer .beian .text img {
  width: 20px;
  height: 20px;
}

.public_footer .beian a {
  color: #ffffff;
}

.paging div {
  margin-right: 15px;
  font-size: 16px;
  border: 0.5px solid;
  border-color: #cfcfcf;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging div a {
  width: 100%;
  height: 100%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging :last-child {
  margin: 0px;
}

.paging .btn1 {
  width: 74px;
  height: 40px;
}

.paging .forbidden {
  color: #b0b0b0;
}

.paging .forbidden a {
  color: #b0b0b0;
}

.paging .btn2 {
  width: 40px;
  height: 40px;
}

.paging .choose {
  font-weight: 700;
  border: 0;
  background-color: #ff7031;
  color: #ffffff;
}

.paging .choose a {
  color: #ffffff;
}

.lineOneOmit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: break-word;
}

.lineTwoOmit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.lineThreeOmit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.pos-f {
  position: fixed;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.ai-c {
  justify-content: center;
  align-items: center;
}

.ai-b {
  align-items: baseline;
}

.ai-start {
  align-items: flex-start;
}

.ai-fe {
  align-items: flex-end;
}

.as-s {
  align-self: flex-start;
}

.as-e {
  align-self: flex-end;
}

.as-c {
  align-self: center;
}

.jc-c {
  justify-content: center;
}

.jc-end {
  justify-content: flex-end;
}

.jc-start {
  justify-content: flex-start;
}

.jc-sb {
  justify-content: space-between;
}

.jc-sa {
  justify-content: space-around;
}

.flex-1 {
  flex: 1;
}

.flex-0 {
  flex-shrink: 0;
}

.flex-right-auto {
  margin-right: auto;
}

.flex-left-auto {
  margin-left: auto;
}

.flex-wrap {
  flex-wrap: wrap;
}

.m1 {
  margin: 1px;
}

.m2 {
  margin: 2px;
}

.m4 {
  margin: 4px;
}

.m6 {
  margin: 6px;
}

.m8 {
  margin: 8px;
}

.m10 {
  margin: 10px;
}

.m12 {
  margin: 12px;
}

.m14 {
  margin: 14px;
}

.m15 {
  margin: 15px;
}

.m16 {
  margin: 16px;
}

.m18 {
  margin: 18px;
}

.m20 {
  margin: 20px;
}

.m24 {
  margin: 24px;
}

.m26 {
  margin: 26px;
}

.m28 {
  margin: 28px;
}

.m30 {
  margin: 30px;
}

.m32 {
  margin: 32px;
}

.m34 {
  margin: 34px;
}

.m36 {
  margin: 36px;
}

.m38 {
  margin: 38px;
}

.m40 {
  margin: 40px;
}

.m42 {
  margin: 42px;
}

.m44 {
  margin: 44px;
}

.m48 {
  margin: 48px;
}

.m50 {
  margin: 50px;
}

.m52 {
  margin: 52px;
}

.m56 {
  margin: 56px;
}

.m58 {
  margin: 58px;
}

.m60 {
  margin: 60px;
}

.m62 {
  margin: 62px;
}

.m64 {
  margin: 64px;
}

.m72 {
  margin: 72px;
}

.m80 {
  margin: 80px;
}

.m88 {
  margin: 88px;
}

.m96 {
  margin: 96px;
}

.m102 {
  margin: 102px;
}

.m104 {
  margin: 104px;
}

.m128 {
  margin: 128px;
}

.m180 {
  margin: 180px;
}

.m210 {
  margin: 210px;
}

.m300 {
  margin: 300px;
}

.m0 {
  margin: 0px;
}

.mt1 {
  margin-top: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mt4 {
  margin-top: 4px;
}

.mt6 {
  margin-top: 6px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt14 {
  margin-top: 14px;
}

.mt15 {
  margin-top: 15px;
}

.mt16 {
  margin-top: 16px;
}

.mt18 {
  margin-top: 18px;
}

.mt20 {
  margin-top: 20px;
}

.mt24 {
  margin-top: 24px;
}

.mt26 {
  margin-top: 26px;
}

.mt28 {
  margin-top: 28px;
}

.mt30 {
  margin-top: 30px;
}

.mt32 {
  margin-top: 32px;
}

.mt34 {
  margin-top: 34px;
}

.mt36 {
  margin-top: 36px;
}

.mt38 {
  margin-top: 38px;
}

.mt40 {
  margin-top: 40px;
}

.mt42 {
  margin-top: 42px;
}

.mt44 {
  margin-top: 44px;
}

.mt48 {
  margin-top: 48px;
}

.mt50 {
  margin-top: 50px;
}

.mt52 {
  margin-top: 52px;
}

.mt56 {
  margin-top: 56px;
}

.mt58 {
  margin-top: 58px;
}

.mt60 {
  margin-top: 60px;
}

.mt62 {
  margin-top: 62px;
}

.mt64 {
  margin-top: 64px;
}

.mt72 {
  margin-top: 72px;
}

.mt80 {
  margin-top: 80px;
}

.mt88 {
  margin-top: 88px;
}

.mt96 {
  margin-top: 96px;
}

.mt102 {
  margin-top: 102px;
}

.mt104 {
  margin-top: 104px;
}

.mt128 {
  margin-top: 128px;
}

.mt180 {
  margin-top: 180px;
}

.mt210 {
  margin-top: 210px;
}

.mt300 {
  margin-top: 300px;
}

.mt0 {
  margin-top: 0px;
}

.mb1 {
  margin-bottom: 1px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb26 {
  margin-bottom: 26px;
}

.mb28 {
  margin-bottom: 28px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb34 {
  margin-bottom: 34px;
}

.mb36 {
  margin-bottom: 36px;
}

.mb38 {
  margin-bottom: 38px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb42 {
  margin-bottom: 42px;
}

.mb44 {
  margin-bottom: 44px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb52 {
  margin-bottom: 52px;
}

.mb56 {
  margin-bottom: 56px;
}

.mb58 {
  margin-bottom: 58px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb62 {
  margin-bottom: 62px;
}

.mb64 {
  margin-bottom: 64px;
}

.mb72 {
  margin-bottom: 72px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb88 {
  margin-bottom: 88px;
}

.mb96 {
  margin-bottom: 96px;
}

.mb102 {
  margin-bottom: 102px;
}

.mb104 {
  margin-bottom: 104px;
}

.mb128 {
  margin-bottom: 128px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb210 {
  margin-bottom: 210px;
}

.mb300 {
  margin-bottom: 300px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml1 {
  margin-left: 1px;
}

.ml2 {
  margin-left: 2px;
}

.ml4 {
  margin-left: 4px;
}

.ml6 {
  margin-left: 6px;
}

.ml8 {
  margin-left: 8px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml14 {
  margin-left: 14px;
}

.ml15 {
  margin-left: 15px;
}

.ml16 {
  margin-left: 16px;
}

.ml18 {
  margin-left: 18px;
}

.ml20 {
  margin-left: 20px;
}

.ml24 {
  margin-left: 24px;
}

.ml26 {
  margin-left: 26px;
}

.ml28 {
  margin-left: 28px;
}

.ml30 {
  margin-left: 30px;
}

.ml32 {
  margin-left: 32px;
}

.ml34 {
  margin-left: 34px;
}

.ml36 {
  margin-left: 36px;
}

.ml38 {
  margin-left: 38px;
}

.ml40 {
  margin-left: 40px;
}

.ml42 {
  margin-left: 42px;
}

.ml44 {
  margin-left: 44px;
}

.ml48 {
  margin-left: 48px;
}

.ml50 {
  margin-left: 50px;
}

.ml52 {
  margin-left: 52px;
}

.ml56 {
  margin-left: 56px;
}

.ml58 {
  margin-left: 58px;
}

.ml60 {
  margin-left: 60px;
}

.ml62 {
  margin-left: 62px;
}

.ml64 {
  margin-left: 64px;
}

.ml72 {
  margin-left: 72px;
}

.ml80 {
  margin-left: 80px;
}

.ml88 {
  margin-left: 88px;
}

.ml96 {
  margin-left: 96px;
}

.ml102 {
  margin-left: 102px;
}

.ml104 {
  margin-left: 104px;
}

.ml128 {
  margin-left: 128px;
}

.ml180 {
  margin-left: 180px;
}

.ml210 {
  margin-left: 210px;
}

.ml300 {
  margin-left: 300px;
}

.ml0 {
  margin-left: 0px;
}

.mr1 {
  margin-right: 1px;
}

.mr2 {
  margin-right: 2px;
}

.mr4 {
  margin-right: 4px;
}

.mr6 {
  margin-right: 6px;
}

.mr8 {
  margin-right: 8px;
}

.mr10 {
  margin-right: 10px;
}

.mr12 {
  margin-right: 12px;
}

.mr14 {
  margin-right: 14px;
}

.mr15 {
  margin-right: 15px;
}

.mr16 {
  margin-right: 16px;
}

.mr18 {
  margin-right: 18px;
}

.mr20 {
  margin-right: 20px;
}

.mr24 {
  margin-right: 24px;
}

.mr26 {
  margin-right: 26px;
}

.mr28 {
  margin-right: 28px;
}

.mr30 {
  margin-right: 30px;
}

.mr32 {
  margin-right: 32px;
}

.mr34 {
  margin-right: 34px;
}

.mr36 {
  margin-right: 36px;
}

.mr38 {
  margin-right: 38px;
}

.mr40 {
  margin-right: 40px;
}

.mr42 {
  margin-right: 42px;
}

.mr44 {
  margin-right: 44px;
}

.mr48 {
  margin-right: 48px;
}

.mr50 {
  margin-right: 50px;
}

.mr52 {
  margin-right: 52px;
}

.mr56 {
  margin-right: 56px;
}

.mr58 {
  margin-right: 58px;
}

.mr60 {
  margin-right: 60px;
}

.mr62 {
  margin-right: 62px;
}

.mr64 {
  margin-right: 64px;
}

.mr72 {
  margin-right: 72px;
}

.mr80 {
  margin-right: 80px;
}

.mr88 {
  margin-right: 88px;
}

.mr96 {
  margin-right: 96px;
}

.mr102 {
  margin-right: 102px;
}

.mr104 {
  margin-right: 104px;
}

.mr128 {
  margin-right: 128px;
}

.mr180 {
  margin-right: 180px;
}

.mr210 {
  margin-right: 210px;
}

.mr300 {
  margin-right: 300px;
}

.mr0 {
  margin-right: 0px;
}

.mtb1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mtb2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.mtb4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mtb6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mtb8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

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

.mtb12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mtb14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mtb16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mtb18 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mtb26 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.mtb28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mtb34 {
  margin-top: 34px;
  margin-bottom: 34px;
}

.mtb36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.mtb38 {
  margin-top: 38px;
  margin-bottom: 38px;
}

.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb42 {
  margin-top: 42px;
  margin-bottom: 42px;
}

.mtb44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.mtb48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb52 {
  margin-top: 52px;
  margin-bottom: 52px;
}

.mtb56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.mtb58 {
  margin-top: 58px;
  margin-bottom: 58px;
}

.mtb60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mtb62 {
  margin-top: 62px;
  margin-bottom: 62px;
}

.mtb64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.mtb72 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.mtb80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mtb88 {
  margin-top: 88px;
  margin-bottom: 88px;
}

.mtb96 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.mtb102 {
  margin-top: 102px;
  margin-bottom: 102px;
}

.mtb104 {
  margin-top: 104px;
  margin-bottom: 104px;
}

.mtb128 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.mtb180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.mtb210 {
  margin-top: 210px;
  margin-bottom: 210px;
}

.mtb300 {
  margin-top: 300px;
  margin-bottom: 300px;
}

.mtb0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mlr1 {
  margin-left: 1px;
  margin-right: 1px;
}

.mlr2 {
  margin-left: 2px;
  margin-right: 2px;
}

.mlr4 {
  margin-left: 4px;
  margin-right: 4px;
}

.mlr6 {
  margin-left: 6px;
  margin-right: 6px;
}

.mlr8 {
  margin-left: 8px;
  margin-right: 8px;
}

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

.mlr12 {
  margin-left: 12px;
  margin-right: 12px;
}

.mlr14 {
  margin-left: 14px;
  margin-right: 14px;
}

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

.mlr16 {
  margin-left: 16px;
  margin-right: 16px;
}

.mlr18 {
  margin-left: 18px;
  margin-right: 18px;
}

.mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mlr24 {
  margin-left: 24px;
  margin-right: 24px;
}

.mlr26 {
  margin-left: 26px;
  margin-right: 26px;
}

.mlr28 {
  margin-left: 28px;
  margin-right: 28px;
}

.mlr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mlr32 {
  margin-left: 32px;
  margin-right: 32px;
}

.mlr34 {
  margin-left: 34px;
  margin-right: 34px;
}

.mlr36 {
  margin-left: 36px;
  margin-right: 36px;
}

.mlr38 {
  margin-left: 38px;
  margin-right: 38px;
}

.mlr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mlr42 {
  margin-left: 42px;
  margin-right: 42px;
}

.mlr44 {
  margin-left: 44px;
  margin-right: 44px;
}

.mlr48 {
  margin-left: 48px;
  margin-right: 48px;
}

.mlr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mlr52 {
  margin-left: 52px;
  margin-right: 52px;
}

.mlr56 {
  margin-left: 56px;
  margin-right: 56px;
}

.mlr58 {
  margin-left: 58px;
  margin-right: 58px;
}

.mlr60 {
  margin-left: 60px;
  margin-right: 60px;
}

.mlr62 {
  margin-left: 62px;
  margin-right: 62px;
}

.mlr64 {
  margin-left: 64px;
  margin-right: 64px;
}

.mlr72 {
  margin-left: 72px;
  margin-right: 72px;
}

.mlr80 {
  margin-left: 80px;
  margin-right: 80px;
}

.mlr88 {
  margin-left: 88px;
  margin-right: 88px;
}

.mlr96 {
  margin-left: 96px;
  margin-right: 96px;
}

.mlr102 {
  margin-left: 102px;
  margin-right: 102px;
}

.mlr104 {
  margin-left: 104px;
  margin-right: 104px;
}

.mlr128 {
  margin-left: 128px;
  margin-right: 128px;
}

.mlr180 {
  margin-left: 180px;
  margin-right: 180px;
}

.mlr210 {
  margin-left: 210px;
  margin-right: 210px;
}

.mlr300 {
  margin-left: 300px;
  margin-right: 300px;
}

.mlr0 {
  margin-left: 0px;
  margin-right: 0px;
}

.p1 {
  padding: 1px;
}

.p2 {
  padding: 2px;
}

.p4 {
  padding: 4px;
}

.p6 {
  padding: 6px;
}

.p8 {
  padding: 8px;
}

.p10 {
  padding: 10px;
}

.p12 {
  padding: 12px;
}

.p14 {
  padding: 14px;
}

.p15 {
  padding: 15px;
}

.p16 {
  padding: 16px;
}

.p18 {
  padding: 18px;
}

.p20 {
  padding: 20px;
}

.p24 {
  padding: 24px;
}

.p26 {
  padding: 26px;
}

.p28 {
  padding: 28px;
}

.p30 {
  padding: 30px;
}

.p32 {
  padding: 32px;
}

.p34 {
  padding: 34px;
}

.p36 {
  padding: 36px;
}

.p38 {
  padding: 38px;
}

.p40 {
  padding: 40px;
}

.p42 {
  padding: 42px;
}

.p44 {
  padding: 44px;
}

.p48 {
  padding: 48px;
}

.p50 {
  padding: 50px;
}

.p52 {
  padding: 52px;
}

.p56 {
  padding: 56px;
}

.p58 {
  padding: 58px;
}

.p60 {
  padding: 60px;
}

.p62 {
  padding: 62px;
}

.p64 {
  padding: 64px;
}

.p72 {
  padding: 72px;
}

.p80 {
  padding: 80px;
}

.p88 {
  padding: 88px;
}

.p96 {
  padding: 96px;
}

.p102 {
  padding: 102px;
}

.p104 {
  padding: 104px;
}

.p128 {
  padding: 128px;
}

.p180 {
  padding: 180px;
}

.p210 {
  padding: 210px;
}

.p300 {
  padding: 300px;
}

.p0 {
  padding: 0px;
}

.pt1 {
  padding-top: 1px;
}

.pt2 {
  padding-top: 2px;
}

.pt4 {
  padding-top: 4px;
}

.pt6 {
  padding-top: 6px;
}

.pt8 {
  padding-top: 8px;
}

.pt10 {
  padding-top: 10px;
}

.pt12 {
  padding-top: 12px;
}

.pt14 {
  padding-top: 14px;
}

.pt15 {
  padding-top: 15px;
}

.pt16 {
  padding-top: 16px;
}

.pt18 {
  padding-top: 18px;
}

.pt20 {
  padding-top: 20px;
}

.pt24 {
  padding-top: 24px;
}

.pt26 {
  padding-top: 26px;
}

.pt28 {
  padding-top: 28px;
}

.pt30 {
  padding-top: 30px;
}

.pt32 {
  padding-top: 32px;
}

.pt34 {
  padding-top: 34px;
}

.pt36 {
  padding-top: 36px;
}

.pt38 {
  padding-top: 38px;
}

.pt40 {
  padding-top: 40px;
}

.pt42 {
  padding-top: 42px;
}

.pt44 {
  padding-top: 44px;
}

.pt48 {
  padding-top: 48px;
}

.pt50 {
  padding-top: 50px;
}

.pt52 {
  padding-top: 52px;
}

.pt56 {
  padding-top: 56px;
}

.pt58 {
  padding-top: 58px;
}

.pt60 {
  padding-top: 60px;
}

.pt62 {
  padding-top: 62px;
}

.pt64 {
  padding-top: 64px;
}

.pt72 {
  padding-top: 72px;
}

.pt80 {
  padding-top: 80px;
}

.pt88 {
  padding-top: 88px;
}

.pt96 {
  padding-top: 96px;
}

.pt102 {
  padding-top: 102px;
}

.pt104 {
  padding-top: 104px;
}

.pt128 {
  padding-top: 128px;
}

.pt180 {
  padding-top: 180px;
}

.pt210 {
  padding-top: 210px;
}

.pt300 {
  padding-top: 300px;
}

.pt0 {
  padding-top: 0px;
}

.pb1 {
  padding-bottom: 1px;
}

.pb2 {
  padding-bottom: 2px;
}

.pb4 {
  padding-bottom: 4px;
}

.pb6 {
  padding-bottom: 6px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb12 {
  padding-bottom: 12px;
}

.pb14 {
  padding-bottom: 14px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb16 {
  padding-bottom: 16px;
}

.pb18 {
  padding-bottom: 18px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb24 {
  padding-bottom: 24px;
}

.pb26 {
  padding-bottom: 26px;
}

.pb28 {
  padding-bottom: 28px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb32 {
  padding-bottom: 32px;
}

.pb34 {
  padding-bottom: 34px;
}

.pb36 {
  padding-bottom: 36px;
}

.pb38 {
  padding-bottom: 38px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb42 {
  padding-bottom: 42px;
}

.pb44 {
  padding-bottom: 44px;
}

.pb48 {
  padding-bottom: 48px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb52 {
  padding-bottom: 52px;
}

.pb56 {
  padding-bottom: 56px;
}

.pb58 {
  padding-bottom: 58px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb62 {
  padding-bottom: 62px;
}

.pb64 {
  padding-bottom: 64px;
}

.pb72 {
  padding-bottom: 72px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb88 {
  padding-bottom: 88px;
}

.pb96 {
  padding-bottom: 96px;
}

.pb102 {
  padding-bottom: 102px;
}

.pb104 {
  padding-bottom: 104px;
}

.pb128 {
  padding-bottom: 128px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb210 {
  padding-bottom: 210px;
}

.pb300 {
  padding-bottom: 300px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl1 {
  padding-left: 1px;
}

.pl2 {
  padding-left: 2px;
}

.pl4 {
  padding-left: 4px;
}

.pl6 {
  padding-left: 6px;
}

.pl8 {
  padding-left: 8px;
}

.pl10 {
  padding-left: 10px;
}

.pl12 {
  padding-left: 12px;
}

.pl14 {
  padding-left: 14px;
}

.pl15 {
  padding-left: 15px;
}

.pl16 {
  padding-left: 16px;
}

.pl18 {
  padding-left: 18px;
}

.pl20 {
  padding-left: 20px;
}

.pl24 {
  padding-left: 24px;
}

.pl26 {
  padding-left: 26px;
}

.pl28 {
  padding-left: 28px;
}

.pl30 {
  padding-left: 30px;
}

.pl32 {
  padding-left: 32px;
}

.pl34 {
  padding-left: 34px;
}

.pl36 {
  padding-left: 36px;
}

.pl38 {
  padding-left: 38px;
}

.pl40 {
  padding-left: 40px;
}

.pl42 {
  padding-left: 42px;
}

.pl44 {
  padding-left: 44px;
}

.pl48 {
  padding-left: 48px;
}

.pl50 {
  padding-left: 50px;
}

.pl52 {
  padding-left: 52px;
}

.pl56 {
  padding-left: 56px;
}

.pl58 {
  padding-left: 58px;
}

.pl60 {
  padding-left: 60px;
}

.pl62 {
  padding-left: 62px;
}

.pl64 {
  padding-left: 64px;
}

.pl72 {
  padding-left: 72px;
}

.pl80 {
  padding-left: 80px;
}

.pl88 {
  padding-left: 88px;
}

.pl96 {
  padding-left: 96px;
}

.pl102 {
  padding-left: 102px;
}

.pl104 {
  padding-left: 104px;
}

.pl128 {
  padding-left: 128px;
}

.pl180 {
  padding-left: 180px;
}

.pl210 {
  padding-left: 210px;
}

.pl300 {
  padding-left: 300px;
}

.pl0 {
  padding-left: 0px;
}

.pr1 {
  padding-right: 1px;
}

.pr2 {
  padding-right: 2px;
}

.pr4 {
  padding-right: 4px;
}

.pr6 {
  padding-right: 6px;
}

.pr8 {
  padding-right: 8px;
}

.pr10 {
  padding-right: 10px;
}

.pr12 {
  padding-right: 12px;
}

.pr14 {
  padding-right: 14px;
}

.pr15 {
  padding-right: 15px;
}

.pr16 {
  padding-right: 16px;
}

.pr18 {
  padding-right: 18px;
}

.pr20 {
  padding-right: 20px;
}

.pr24 {
  padding-right: 24px;
}

.pr26 {
  padding-right: 26px;
}

.pr28 {
  padding-right: 28px;
}

.pr30 {
  padding-right: 30px;
}

.pr32 {
  padding-right: 32px;
}

.pr34 {
  padding-right: 34px;
}

.pr36 {
  padding-right: 36px;
}

.pr38 {
  padding-right: 38px;
}

.pr40 {
  padding-right: 40px;
}

.pr42 {
  padding-right: 42px;
}

.pr44 {
  padding-right: 44px;
}

.pr48 {
  padding-right: 48px;
}

.pr50 {
  padding-right: 50px;
}

.pr52 {
  padding-right: 52px;
}

.pr56 {
  padding-right: 56px;
}

.pr58 {
  padding-right: 58px;
}

.pr60 {
  padding-right: 60px;
}

.pr62 {
  padding-right: 62px;
}

.pr64 {
  padding-right: 64px;
}

.pr72 {
  padding-right: 72px;
}

.pr80 {
  padding-right: 80px;
}

.pr88 {
  padding-right: 88px;
}

.pr96 {
  padding-right: 96px;
}

.pr102 {
  padding-right: 102px;
}

.pr104 {
  padding-right: 104px;
}

.pr128 {
  padding-right: 128px;
}

.pr180 {
  padding-right: 180px;
}

.pr210 {
  padding-right: 210px;
}

.pr300 {
  padding-right: 300px;
}

.pr0 {
  padding-right: 0px;
}

.ptb1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ptb2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.ptb4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.ptb6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.ptb8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ptb14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ptb16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.ptb18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.ptb26 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.ptb28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.ptb34 {
  padding-top: 34px;
  padding-bottom: 34px;
}

.ptb36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.ptb38 {
  padding-top: 38px;
  padding-bottom: 38px;
}

.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb42 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.ptb44 {
  padding-top: 44px;
  padding-bottom: 44px;
}

.ptb48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb52 {
  padding-top: 52px;
  padding-bottom: 52px;
}

.ptb56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.ptb58 {
  padding-top: 58px;
  padding-bottom: 58px;
}

.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb62 {
  padding-top: 62px;
  padding-bottom: 62px;
}

.ptb64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.ptb72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb88 {
  padding-top: 88px;
  padding-bottom: 88px;
}

.ptb96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.ptb102 {
  padding-top: 102px;
  padding-bottom: 102px;
}

.ptb104 {
  padding-top: 104px;
  padding-bottom: 104px;
}

.ptb128 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.ptb180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.ptb210 {
  padding-top: 210px;
  padding-bottom: 210px;
}

.ptb300 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.ptb0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.plr1 {
  padding-left: 1px;
  padding-right: 1px;
}

.plr2 {
  padding-left: 2px;
  padding-right: 2px;
}

.plr4 {
  padding-left: 4px;
  padding-right: 4px;
}

.plr6 {
  padding-left: 6px;
  padding-right: 6px;
}

.plr8 {
  padding-left: 8px;
  padding-right: 8px;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.plr12 {
  padding-left: 12px;
  padding-right: 12px;
}

.plr14 {
  padding-left: 14px;
  padding-right: 14px;
}

.plr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.plr16 {
  padding-left: 16px;
  padding-right: 16px;
}

.plr18 {
  padding-left: 18px;
  padding-right: 18px;
}

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.plr24 {
  padding-left: 24px;
  padding-right: 24px;
}

.plr26 {
  padding-left: 26px;
  padding-right: 26px;
}

.plr28 {
  padding-left: 28px;
  padding-right: 28px;
}

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.plr32 {
  padding-left: 32px;
  padding-right: 32px;
}

.plr34 {
  padding-left: 34px;
  padding-right: 34px;
}

.plr36 {
  padding-left: 36px;
  padding-right: 36px;
}

.plr38 {
  padding-left: 38px;
  padding-right: 38px;
}

.plr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.plr42 {
  padding-left: 42px;
  padding-right: 42px;
}

.plr44 {
  padding-left: 44px;
  padding-right: 44px;
}

.plr48 {
  padding-left: 48px;
  padding-right: 48px;
}

.plr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.plr52 {
  padding-left: 52px;
  padding-right: 52px;
}

.plr56 {
  padding-left: 56px;
  padding-right: 56px;
}

.plr58 {
  padding-left: 58px;
  padding-right: 58px;
}

.plr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.plr62 {
  padding-left: 62px;
  padding-right: 62px;
}

.plr64 {
  padding-left: 64px;
  padding-right: 64px;
}

.plr72 {
  padding-left: 72px;
  padding-right: 72px;
}

.plr80 {
  padding-left: 80px;
  padding-right: 80px;
}

.plr88 {
  padding-left: 88px;
  padding-right: 88px;
}

.plr96 {
  padding-left: 96px;
  padding-right: 96px;
}

.plr102 {
  padding-left: 102px;
  padding-right: 102px;
}

.plr104 {
  padding-left: 104px;
  padding-right: 104px;
}

.plr128 {
  padding-left: 128px;
  padding-right: 128px;
}

.plr180 {
  padding-left: 180px;
  padding-right: 180px;
}

.plr210 {
  padding-left: 210px;
  padding-right: 210px;
}

.plr300 {
  padding-left: 300px;
  padding-right: 300px;
}

.plr0 {
  padding-left: 0px;
  padding-right: 0px;
}

#index .layui-carousel {
  width: 100%;
  min-width: 1200px;
  height: 800px;
}

#index .banner {
  width: 100%;
  min-width: 1200px;
  height: 800px;
  overflow: hidden;
}

#index .banner .bg_img {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}

#index .layui-carousel-ind {
  top: -88px !important;
  text-align: right;
  width: 1200px;
  left: 50%;
  transform: translate(-50%, 0);
}

#index .banner01 .infos {
  width: 1200px;
  padding-top: 590px;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#index .banner01 .infos .text1 {
  width: 432px;
  color: #000000;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
}

#index .banner01 .infos .text2 {
  width: 432px;
  color: #787878;
  font-size: 15px;
  text-align: center;
  margin-top: 24px;
}

#index .banner01 .infos .btns {
  width: 432px;
  margin-top: 32px;
}

#index .banner01 .infos .btns .btn1 {
  width: 188px;
  height: 56px;
  background: #ff7031;
  color: #ffffff;
  font-size: 18px;
  margin-right: 20px;
}

#index .banner01 .infos .btns .btn1 img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

#index .banner01 .infos .btns .btn2 {
  width: 279px;
  height: 56px;
  background: #ff7031;
  color: #fff;
  font-size: 18px;
}

#index .banner01 .infos .btns .btn2 .home_qr_app {
  width: 204px;
  height: 211px;
  left: 50%;
  bottom: -219px;
  transform: translate(-50%, 0);
  display: none;
  z-index: 1;
}

#index .banner01 .infos .btns .btn2 .home_qr_app img {
  width: 100%;
  height: 100%;
}

#index .banner01 .infos .btns .bg {
  width: 279px;
  height: 56px;
  background: rgba(0, 0, 0, 0.12);
}

#index .banner01 .infos .btns .bg:hover {
  cursor: pointer;
}

#index .banner02 .infos {
  width: 1200px;
  padding-top: 260px;
  padding-left: 170px;
  margin: 0 auto;
  z-index: 1;
}

#index .banner02 .text1 {
  width: 448px;
  height: 148px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  color: #ffffff;
  font-size: 56px;
  line-height: 74px;
  text-align: center;
}

#index .banner02 .boxs {
  width: 448px;
  padding: 0 23px;
}

#index .banner02 .boxs .box {
  width: 110px;
  height: 110px;
  background: #ff7031;
  border-radius: 15px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
}

#index .banner03 .infos {
  width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  padding-top: 112px;
}

#index .banner03 .infos .text1 {
  font-size: 60px;
  line-height: 74px;
}

#index .banner03 .infos .text2 {
  margin-top: 12px;
  font-size: 24px;
  line-height: 20px;
}

#index .banner03 .infos .cards {
  margin-top: 24px;
}

#index .banner03 .infos .cards .card {
  padding: 10px;
  background: #ffffff;
  margin-bottom: 17px;
}

#index .banner03 .infos .cards .card img {
  width: 236px;
  height: 188px;
}

#index .platform_characteristics {
  width: 100%;
  min-width: 1200px;
  background: #eee;
  padding: 150px 0 80px 0;
  margin: 0 auto;
}

#index .platform_characteristics .suspension {
  width: 1200px;
  height: 104px;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  left: 50%;
  top: -52px;
  transform: translate(-50%, 0);
  padding: 16px 236px 14px 236px;
}

#index .platform_characteristics .suspension .card {
  text-align: center;
}

#index .platform_characteristics .suspension .card .text1 {
  color: #57595b;
  font-size: 40px;
}

#index .platform_characteristics .suspension .card .text2 {
  color: #55595d;
  font-size: 16px;
}

#index .platform_characteristics .suspension .line {
  opacity: 70%;
  width: 0px;
  height: 48.91px;
  border: 1px solid;
  border-color: #c7c8c8;
}

#index .platform_characteristics>div {
  width: 1200px;
}

#index .platform_characteristics .one .text1 {
  color: #000000;
  font-size: 40px;
}

#index .platform_characteristics .two {
  color: #787878;
  font-size: 24px;
}

#index .platform_characteristics .three .card {
  padding: 1px 8px;
  color: #ffffff;
  font-size: 14px;
  background: #ff7031;
}

#index .platform_characteristics .four .box {
  width: 176px;
  height: 268px;
  padding: 40px 16px 0 16px;
  background: #a9adb6;
}

#index .platform_characteristics .four .box .icon {
  width: 80px;
  height: 80px;
}

#index .platform_characteristics .four .box .icon img {
  width: 100%;
  height: 100%;
}

#index .platform_characteristics .four .box .title {
  color: #ffffff;
  font-size: 24px;
}

#index .platform_characteristics .four .box .text {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

#index .service_process {
  width: 100%;
  min-width: 1200px;
  background: #ffffff;
  padding: 80px 0 80px 0;
  margin: 0 auto;
}

#index .service_process>div {
  width: 1200px;
}

#index .service_process .one .text1 {
  color: #232323;
  font-size: 40px;
}

#index .service_process .one .text2 {
  color: #a8adb5;
  font-size: 24px;
}

#index .service_process .two {
  color: #8f9899;
  font-size: 14px;
  margin-left: 37px;
}

#index .service_process .two .text1 {
  width: 340px;
  height: 27px;
  background: #dbdcdf;
}

#index .service_process .two .text2 {
  width: 106px;
  height: 27px;
  background: #dbdcdf;
  margin-right: 11px;
}

#index .service_process .two .text3 {
  width: 151px;
  height: 27px;
  background: #dbdcdf;
}

#index .service_process .boxs .box {
  width: 387px;
  margin-bottom: 20px;
}

#index .service_process .boxs .box .img {
  width: 100%;
  height: 364px;
  background-color: #dbdcdf;
}

#index .service_process .boxs .box .img img {
  width: 100%;
  height: 100%;
}

#index .service_process .boxs .box .title {
  width: 100%;
  height: 80px;
  background: #ededed;
  padding: 16px 12px;
}

#index .service_process .boxs .box .title img {
  width: 48px;
  height: 48px;
}

#index .service_process .boxs .box .title .text .text1 {
  color: #232323;
  font-size: 24px;
}

#index .service_process .boxs .box .title .text .text2 {
  color: #b0b0b0;
  font-size: 16px;
}

#index .programme {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  background: linear-gradient(135deg, #f6f6f6 0%, #eeeeee 100%);
}

#index .programme>div {
  width: 1200px;
}

#index .programme .programme_title .text1 {
  color: #232323;
  font-size: 40px;
}

#index .programme .programme_title .line {
  width: 1px;
  height: 42px;
  background: #484848;
  margin: 0 16px;
}

#index .programme .programme_title .text2 {
  color: #484848;
  font-size: 40px;
}

#index .programme .programme_box1 .box .img {
  width: 100%;
  background-color: #dbdcdf;
}

#index .programme .programme_box1 .box .img img {
  width: 100%;
  height: 100%;
}

#index .programme .programme_box1 .box .info {
  width: 100%;
  background-color: #fff;
}

#index .programme .programme_box1 .box .info .title {
  color: #000000;
}

#index .programme .programme_box1 .box .info .tags .tag {
  background: #f4f4f4;
  border-radius: 4px;
  color: #a9adb6;
  display: flex;
  align-items: center;
  justify-content: center;
}

#index .programme .programme_box1 .box:hover {
  cursor: pointer;
}

#index .programme .programme_box1 .box1 {
  width: 744px;
}

#index .programme .programme_box1 .box1 .img {
  height: 466px;
}

#index .programme .programme_box1 .box1 .info {
  height: 152px;
  padding: 30px;
}

#index .programme .programme_box1 .box1 .info .title {
  font-size: 28px;
}

#index .programme .programme_box1 .box1 .info .tags .tag {
  font-size: 22px;
  margin-right: 20px;
  padding: 4px 8px;
}

#index .programme .programme_box1 .box2 {
  width: 440px;
}

#index .programme .programme_box1 .box2 .img {
  height: 210px;
}

#index .programme .programme_box1 .box2 .info {
  height: 91px;
  padding: 16px;
}

#index .programme .programme_box1 .box2 .info .title {
  font-size: 18px;
}

#index .programme .programme_box1 .box2 .info .tags .tag {
  font-size: 14px;
  margin-right: 12px;
  padding: 4px 8px;
}

#index .programme .programme_box2 {
  width: 1200px;
  margin: 16px auto 0 auto;
  overflow: hidden;
}

#index .programme .programme_box2 .box {
  margin-right: 16px;
}

#index .programme .programme_box2 .box .img {
  width: 136px;
  height: 90px;
  background-color: #dbdcdf;
}

#index .programme .programme_box2 .box .img img {
  width: 100%;
  height: 100%;
}

#index .programme .programme_box2 .box .img .more {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#index .programme .programme_box2 .box .img .more img {
  width: 30px;
  height: 30px;
}

#index .programme .programme_box2 .box .info {
  width: 136px;
  height: 39px;
  background: #ffffff;
  color: #484848;
  font-size: 14px;
}

#index .programme .programme_box2 .box:hover {
  cursor: pointer;
}

#index .introduction {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px 0;
}

#index .introduction .introduction_title .text1 {
  color: #232323;
  font-size: 40px;
}

#index .introduction .introduction_title .line {
  width: 1px;
  height: 42px;
  background: #484848;
  margin: 0 16px;
}

#index .introduction .introduction_title .text2 {
  color: #484848;
  font-size: 40px;
}

#index .introduction .boxs {
  width: 1200px;
}

#index .introduction .boxs .box .img {
  width: 124px;
  height: 124px;
  background-color: #dbdcdf;
}

#index .introduction .boxs .box .img img {
  width: 100%;
  height: 100%;
}

#index .introduction .boxs .box .info {
  width: 388px;
  margin-left: 24px;
}

#index .introduction .boxs .box .info .text1 {
  width: 100%;
  color: #232323;
  font-size: 24px;
}

#index .introduction .boxs .box .info .text2 {
  width: 100%;
  margin-top: 12px;
  color: #989898;
  font-size: 16px;
}

#index .introduction .boxs .box:hover {
  cursor: pointer;
}

#index .introduction .more {
  width: 160px;
  height: 48px;
  background: #ff7031;
  border: 1px solid;
  border-color: #ff7031;
  font-size: 18px;
  margin: 64px auto 0 auto;
}

#index .introduction .more a {
  color: #ffffff;
}

#index .introduction .more:hover {
  cursor: pointer;
}

#index .moment_of_success {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 80px 90px;
  background-color: #eee;
}

#index .moment_of_success .moment_of_success_title .text1 {
  color: #232323;
  font-size: 40px;
}

#index .moment_of_success .moment_of_success_title .line {
  width: 1px;
  height: 42px;
  background: #484848;
  margin: 0 16px;
}

#index .moment_of_success .moment_of_success_title .text2 {
  color: #484848;
  font-size: 40px;
}

#index .moment_of_success .boxs {
  margin-top: 50px;
}

#index .moment_of_success .boxs .box {
  min-width: calc((100%/5) - 20px);
  margin-right: 20px;
}

#index .moment_of_success .boxs .box .img {
  width: 100%;
}

#index .moment_of_success .boxs .box .img img {
  width: 100%;
}

#index .moment_of_success .boxs .box .text {
  width: 100%;
  margin-top: 12px;
}

#index .moment_of_success .boxs .box .text .text1 {
  color: #232323;
  font-size: 18px;
}

#index .moment_of_success .boxs .box .text .text2 {
  color: #989898;
  font-size: 14px;
  margin-top: 4px;
}

#index .moment_of_success .boxs :last-child {
  margin-right: 0px;
}

#index .cooperative_enterprise {
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  padding: 80px 0 150px 0;
  margin: 0 auto;
}

#index .cooperative_enterprise .cooperative_enterprise_title .text1 {
  color: #232323;
  font-size: 40px;
}

#index .cooperative_enterprise .cooperative_enterprise_title .line {
  width: 1px;
  height: 42px;
  background: #484848;
  margin: 0 16px;
}

#index .cooperative_enterprise .cooperative_enterprise_title .text2 {
  color: #484848;
  font-size: 40px;
}

#index .cooperative_enterprise .brands_boxs {
  width: 1100px;
  margin: 0 auto;
}

#index .cooperative_enterprise .brands_boxs .img {
  width: 220px;
  height: 220px;
}

#index .cooperative_enterprise .brands_boxs .img img {
  width: 100%;
  height: 100%;
}

#decoration_guideline .decoration_process {
  width: 100%;
  min-width: 1200px;
  padding: 150px 0 80px 0;
  background-color: #eeeeee;
}

#decoration_guideline .decoration_process .title {
  color: #000000;
  font-size: 48px;
  text-align: center;
}

#decoration_guideline .decoration_process .cards {
  width: 1200px;
  margin: 64px auto 0 auto;
}

#decoration_guideline .decoration_process .cards .card {
  width: 588px;
  height: 164px;
  margin-bottom: 24px;
  background-color: #fff;
}

#decoration_guideline .decoration_process .cards .card .img {
  width: 212px;
  height: 100%;
}

#decoration_guideline .decoration_process .cards .card .img img {
  width: 100%;
  height: 100%;
}

#decoration_guideline .decoration_process .cards .card .img .text {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  top: 0;
  left: 0;
}

#decoration_guideline .decoration_process .cards .card .infos {
  width: 0;
}

#decoration_guideline .decoration_process .cards .card .infos .info:hover {
  cursor: pointer;
}

#decoration_guideline .decoration_process .cards .card .infos .info:hover .text {
  text-decoration: underline;
  text-decoration-color: #ff7031;
}

#decoration_guideline .decoration_process .cards .card .infos .info {
  display: flex;
  align-items: center;
}

#decoration_guideline .decoration_process .cards .card .infos .info .point {
  margin: 3.5px;
  width: 5px;
  height: 5px;
  background: #ff7031;
  border-radius: 100%;
}

#decoration_guideline .decoration_process .cards .card .infos .info .text {
  margin-left: 8px;
  color: #000000;
  font-size: 18px;
}

#decoration_guideline .decoration_process .cards :last-child {
  margin-bottom: 0;
}

#decoration_guideline .pit_avoidance_guide {
  width: 100%;
  min-width: 1200px;
  padding: 80px 0px;
  background-color: #fff;
}

#decoration_guideline .pit_avoidance_guide .title {
  color: #000000;
  font-size: 48px;
  text-align: center;
}

#decoration_guideline .pit_avoidance_guide .box {
  width: 1200px;
  margin: 80px auto 0 auto;
}

#decoration_guideline .pit_avoidance_guide .box .box_left {
  width: 588px;
}

#decoration_guideline .pit_avoidance_guide .box .box_left .img {
  width: 588px;
  height: 329.96px;
  background-color: #eee;
}

#decoration_guideline .pit_avoidance_guide .box .box_left .img img {
  width: 100%;
  height: 100%;
}

#decoration_guideline .pit_avoidance_guide .box .box_left .text1 {
  font-weight: 700;
  color: #000000;
  font-size: 24px;
  margin-top: 20px;
}

#decoration_guideline .pit_avoidance_guide .box .box_left .text2 {
  color: #787878;
  font-size: 20px;
  margin-top: 12px;
}

#decoration_guideline .pit_avoidance_guide .box .box_right {
  width: 0;
  margin-left: 32px;
}

#decoration_guideline .pit_avoidance_guide .box .box_right .info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#decoration_guideline .pit_avoidance_guide .box .box_right .info .point {
  margin: 3.5px;
  width: 5px;
  height: 5px;
  background: #ff7031;
  border-radius: 100%;
}

#decoration_guideline .pit_avoidance_guide .box .box_right .info .text {
  margin-left: 8px;
  color: #000000;
  font-size: 20px;
}

#decoration_guideline .pit_avoidance_guide .box .box_right .info:hover .text {
  text-decoration: underline;
  text-decoration-color: #ff7031;
}

#decoration_guideline .pit_avoidance_guide .box .box_right :last-child {
  margin-bottom: 0px;
}

#decoration_guideline .pit_avoidance_guide .more_btn {
  display: block;
  width: 200px;
  height: 48px;
  background: #ff7031;
  border: 1px solid;
  border-color: #ff7031;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  margin: 55px auto 0 auto;
}

#decoration_guideline .decoration_technology {
  width: 100%;
  min-width: 1200px;
  background: #f3f0ec;
  padding: 80px 0;
}

#decoration_guideline .decoration_technology .title {
  color: #000000;
  font-size: 48px;
  text-align: center;
}

#decoration_guideline .decoration_technology .content {
  width: 1200px;
  margin: 80px auto 0 auto;
}

#decoration_guideline .decoration_technology .content .img {
  width: 510px;
  height: 680px;
}

#decoration_guideline .decoration_technology .content .img img {
  width: 100%;
  height: 100%;
}

#decoration_guideline .decoration_technology .content .infos {
  width: 710px;
  background-color: #ffffff;
  border: 2px solid;
  border-color: #ffffff;
  backdrop-filter: blur(30px);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
  margin-left: -52px;
}

#decoration_guideline .decoration_technology .content .infos .info {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

#decoration_guideline .decoration_technology .content .infos .info .point {
  margin: 3.5px;
  width: 5px;
  height: 5px;
  background: #ff7031;
  border-radius: 100%;
}

#decoration_guideline .decoration_technology .content .infos .info .text {
  margin-left: 12px;
  color: #000000;
  font-size: 20px;
}

#decoration_guideline .decoration_technology .content .infos .info .text:hover {
  text-decoration: underline;
  text-decoration-color: #ff7031;
}

#decoration_guideline .decoration_technology .content .infos :last-child {
  margin-bottom: 0px;
}

#decoration_guideline .pretend_to_ask_a_hundred_questions {
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  padding: 80px 0;
}

#decoration_guideline .pretend_to_ask_a_hundred_questions .title {
  color: #000000;
  font-size: 48px;
  text-align: center;
}

#decoration_guideline .pretend_to_ask_a_hundred_questions .box {
  width: 1200px;
  height: 180px;
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
  margin: 64px auto 0 auto;
}

#decoration_guideline .pretend_to_ask_a_hundred_questions .box .img {
  width: 320px;
  height: 180px;
  background-color: #eee;
}

#decoration_guideline .pretend_to_ask_a_hundred_questions .box .img img {
  width: 100%;
  height: 100%;
}

#decoration_guideline .pretend_to_ask_a_hundred_questions .box .text {
  width: 0;
}

#decoration_guideline .pretend_to_ask_a_hundred_questions .box .text .text1 {
  color: #000000;
  font-size: 24px;
}

#decoration_guideline .pretend_to_ask_a_hundred_questions .box .text .text2 {
  color: #787878;
  font-size: 18px;
}

#decoration_guideline .pretend_to_ask_a_hundred_questions .questions {
  width: 1200px;
  margin: 40px auto 0 auto;
}

#decoration_guideline .pretend_to_ask_a_hundred_questions .questions .question {
  width: 568px;
  margin-bottom: 20px;
}

#decoration_guideline .pretend_to_ask_a_hundred_questions .questions .question .line {
  width: 5px;
  height: 16px;
  background: #ff7031;
}

#decoration_guideline .pretend_to_ask_a_hundred_questions .questions .question .text {
  width: 0;
  margin-left: 16px;
  color: #000000;
  font-size: 20px;
}

#decoration_guideline .pretend_to_ask_a_hundred_questions .questions .question:hover .text {
  color: #ff7031;
}

#decoration_guideline .pretend_to_ask_a_hundred_questions .questions :last-child {
  margin-bottom: 0;
}

#decoration_guideline .pretend_to_ask_a_hundred_questions .more_btn {
  display: block;
  width: 200px;
  height: 48px;
  background: #ff7031;
  border: 1px solid;
  border-color: #ff7031;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  margin: 76px auto 0 auto;
}

#decoration_guideline .user_guide {
  width: 100%;
  min-width: 1200px;
  height: 1218px;
  overflow: hidden;
}

#decoration_guideline .user_guide .bg_img {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}

#decoration_guideline .user_guide .box {
  width: 1200px;
  background: #ffffff;
  border: 3px solid;
  border-color: #ffffff;
  backdrop-filter: blur(41px);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.16);
  padding: 80px 160px;
}

#decoration_guideline .user_guide .box .title {
  color: #000000;
  font-size: 48px;
  text-align: center;
}

#decoration_guideline .user_guide .box .text1 {
  color: #000000;
  font-size: 24px;
}

#decoration_guideline .user_guide .box .line {
  opacity: 30%;
  width: 880px;
  height: 0px;
  border: 0.5px solid;
  border-color: #000000;
}

#decoration_guideline .user_guide .box .text2 {
  color: #787878;
  font-size: 18px;
  line-height: 32px;
}

#decoration_guideline .user_guide .box .cards {
  margin-top: 56px;
}

#decoration_guideline .user_guide .box .cards .text3 {
  margin-bottom: 20px;
  color: #000000;
  font-size: 20px;
  width: 415px;
}

#decoration_guideline .user_guide .box .cards .text3:hover {
  color: #ff7031;
}

#decoration_guideline .user_guide .box .cards :last-child {
  margin-bottom: 0px;
}

#decoration_guideline .user_guide .box .more_btn {
  width: 240px;
  height: 48px;
  border: 1px solid;
  border-color: #b0b0b0;
  color: #232323;
  font-size: 18px;
  margin: 43px auto 0 auto;
}

#decoration_guideline .more {
  color: #ff7031;
  font-size: 18px;
  display: flex;
  align-items: center;
}

#decoration_guideline .more img {
  width: 16px;
  height: 16px;
}

#decoration_guideline .more:hover {
  cursor: pointer;
  color: #ff7031;
}

#decoration_case .decoration_case {
  width: 100%;
  min-width: 1200px;
  padding: 160px 0 80px 0;
  background-color: #f5f5f5;
}

#decoration_case .decoration_case .title {
  color: #000000;
  font-size: 48px;
  text-align: center;
}

#decoration_case .decoration_case .cards {
  width: 1200px;
  margin: 64px auto 0 auto;
}

#decoration_case .decoration_case .cards .card {
  width: 384px;
  margin-right: 24px;
  margin-bottom: 24px;
}

#decoration_case .decoration_case .cards .card .img {
  width: 100%;
  height: 216px;
  background-color: #eee;
}

#decoration_case .decoration_case .cards .card .img img {
  width: 100%;
  height: 100%;
}

#decoration_case .decoration_case .cards .card .info {
  padding: 20px;
  background-color: #Fff;
}

#decoration_case .decoration_case .cards .card .info .title {
  color: #000000;
  font-size: 20px;
}

#decoration_case .decoration_case .cards .card .info .tags .tag {
  margin-top: 8px;
  padding: 4px 8px;
  background-color: #fff0ea;
  color: #ff7031;
  font-size: 16px;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#decoration_case .decoration_case .cards .card:hover {
  cursor: pointer;
}

#decoration_case .decoration_case .cards :nth-child(3n) {
  margin-right: 0px;
}

#craftsmen_settle_in .header_bg {
  width: 100%;
  min-width: 1200px;
  height: 800px;
  overflow: hidden;
}

#craftsmen_settle_in .header_bg .bg_img {
  width: 1920px;
  height: 800px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

#craftsmen_settle_in .header_bg .text {
  width: 1200px;
  margin: 0 auto;
  padding-top: 270px;
}

#craftsmen_settle_in .header_bg .text .text1 {
  color: #232323;
  font-size: 40px;
}

#craftsmen_settle_in .header_bg .text .text2 {
  margin-top: 24px;
  color: #787878;
  font-size: 16px;
  line-height: 28px;
  width: 525px;
}

#craftsmen_settle_in .header_bg .text img {
  margin-top: 20px;
  width: 148px;
  height: 148px;
}

#craftsmen_settle_in .introduce_box {
  width: 100%;
  min-width: 1200px;
}

#craftsmen_settle_in .introduce_box .introduce {
  width: 1040px;
  height: 472px;
  background: #ededed;
  box-shadow: 0px 5px 2px rgba(104, 95, 78, 0.3);
  margin: 160px auto 0 auto;
  padding-top: 96px;
}

#craftsmen_settle_in .introduce_box .introduce .title {
  color: #000000;
  font-size: 40px;
}

#craftsmen_settle_in .introduce_box .introduce .title .line {
  width: 2px;
  height: 36px;
  background: #000000;
  margin: 0 12px;
}

#craftsmen_settle_in .introduce_box .introduce .lines .line1 {
  width: 79.82px;
  height: 2px;
  background: #a8adb5;
}

#craftsmen_settle_in .introduce_box .introduce .lines .line2 {
  width: 15.38px;
  height: 2px;
  background: #a8adb5;
}

#craftsmen_settle_in .introduce_box .introduce .text {
  width: 820px;
  height: 139px;
  color: #484848;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: 28px auto 0 auto;
}

#craftsmen_settle_in .advantage_box {
  width: 100%;
  min-width: 1200px;
}

#craftsmen_settle_in .advantage_box .advantage {
  width: 1200px;
  margin: 81px auto 0 auto;
}

#craftsmen_settle_in .advantage_box .advantage .title {
  color: #000000;
  font-size: 40px;
}

#craftsmen_settle_in .advantage_box .advantage .title .line {
  width: 2px;
  height: 36px;
  background: #000000;
  margin: 0 12px;
}

#craftsmen_settle_in .advantage_box .advantage .boxs {
  margin-top: 48px;
}

#craftsmen_settle_in .advantage_box .advantage .boxs .box {
  width: 176px;
  margin-right: 28px;
}

#craftsmen_settle_in .advantage_box .advantage .boxs .box .img {
  width: 176px;
  height: 176px;
  background-color: #eee;
}

#craftsmen_settle_in .advantage_box .advantage .boxs .box .img img {
  width: 100%;
  height: 100%;
}

#craftsmen_settle_in .advantage_box .advantage .boxs .box .box_title {
  color: #232323;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}

#craftsmen_settle_in .advantage_box .advantage .boxs .box .box_text {
  color: #787878;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 12px;
}

#craftsmen_settle_in .advantage_box .advantage .boxs :last-child {
  margin-right: 0px;
}

#craftsmen_settle_in .bg_fenge {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  margin-top: 80px;
}

#craftsmen_settle_in .bg_fenge img {
  width: 1920px;
  height: 204px;
}

#craftsmen_settle_in .problem_box {
  width: 100%;
  min-width: 1200px;
}

#craftsmen_settle_in .problem_box .problem {
  width: 1200px;
  margin: 80px auto 80px auto;
}

#craftsmen_settle_in .problem_box .problem .title {
  color: #000000;
  font-size: 40px;
}

#craftsmen_settle_in .problem_box .problem .title .line {
  width: 2px;
  height: 36px;
  background: #000000;
  margin: 0 12px;
}

#craftsmen_settle_in .problem_box .problem .box {
  margin-top: 88px;
}

#craftsmen_settle_in .problem_box .problem .box .box_title {
  color: #000000;
  font-size: 24px;
}

#craftsmen_settle_in .problem_box .problem .box .box_line {
  opacity: 30%;
  width: 1200px;
  height: 0px;
  border: 0.5px solid;
  border-color: #000000;
  margin: 20px 0;
}

#craftsmen_settle_in .problem_box .problem .box .box_text {
  color: #787878;
  font-size: 18px;
}

#craftsmen_settle_in .problem_box .problem .infos .info {
  width: 516px;
  color: #232323;
  font-size: 20px;
  margin-bottom: 20px;
}

#craftsmen_settle_in .problem_box .problem .infos .info:hover {
  text-decoration: underline;
  text-decoration-color: #ff7031;
}

#craftsmen_settle_in .problem_box .problem .infos .more {
  width: 516px;
  color: #ff7031;
  font-size: 20px;
  margin-bottom: 20px;
}

#craftsmen_settle_in .problem_box .problem .infos .more img {
  width: 20px;
  height: 20px;
}

#merchant_settle_in .header_bg {
  width: 100%;
  min-width: 1200px;
  height: 800px;
  overflow: hidden;
}

#merchant_settle_in .header_bg .bg_img {
  width: 1920px;
  height: 800px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

#merchant_settle_in .header_bg .text {
  width: 892px;
  margin: 0 auto;
  padding-top: 420px;
}

#merchant_settle_in .header_bg .text .text1 {
  color: #ffffff;
  font-size: 32px;
}

#merchant_settle_in .header_bg .text .text2 {
  margin-top: 4px;
  color: #ffffff;
  font-size: 18px;
}

#merchant_settle_in .header_bg .text img {
  margin-top: 56px;
  width: 142px;
  height: 142px;
}

#merchant_settle_in .introduce_box {
  width: 100%;
  min-width: 1200px;
}

#merchant_settle_in .introduce_box .introduce {
  width: 1040px;
  height: 472px;
  background: #eeeeee;
  box-shadow: 0px 5px 2px rgba(104, 95, 78, 0.3);
  margin: 80px auto 0 auto;
  padding-top: 96px;
}

#merchant_settle_in .introduce_box .introduce .title {
  color: #000000;
  font-size: 40px;
}

#merchant_settle_in .introduce_box .introduce .title .line {
  width: 2px;
  height: 36px;
  background: #000000;
  margin: 0 12px;
}

#merchant_settle_in .introduce_box .introduce .text1 {
  color: #232323;
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
}

#merchant_settle_in .introduce_box .introduce .text2 {
  color: #ff7031;
}

#merchant_settle_in .introduce_box .introduce .text3 {
  width: 757px;
  height: 109px;
  color: #787878;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin: 16px auto 0px auto;
}

#merchant_settle_in .advantage_box {
  width: 100%;
  min-width: 1200px;
}

#merchant_settle_in .advantage_box .advantage {
  width: 1200px;
  margin: 80px auto;
}

#merchant_settle_in .advantage_box .advantage .title {
  color: #000000;
  font-size: 40px;
}

#merchant_settle_in .advantage_box .advantage .title .line {
  width: 2px;
  height: 36px;
  background: #000000;
  margin: 0 12px;
}

#merchant_settle_in .advantage_box .advantage .boxs {
  margin-top: 48px;
}

#merchant_settle_in .advantage_box .advantage .boxs .box {
  width: 176px;
  margin-right: 28px;
}

#merchant_settle_in .advantage_box .advantage .boxs .box .img {
  width: 176px;
  height: 176px;
  background-color: #eee;
}

#merchant_settle_in .advantage_box .advantage .boxs .box .img img {
  width: 100%;
  height: 100%;
}

#merchant_settle_in .advantage_box .advantage .boxs .box .box_title {
  color: #232323;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}

#merchant_settle_in .advantage_box .advantage .boxs .box .box_text {
  color: #787878;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 12px;
}

#merchant_settle_in .advantage_box .advantage .boxs :last-child {
  margin-right: 0px;
}

#merchant_settle_in .merchant_settlement_box {
  width: 100%;
  min-width: 1200px;
  background: #eeeeee;
  padding: 80px 0px;
}

#merchant_settle_in .merchant_settlement_box .merchant_settlement {
  width: 1200px;
  margin: 0px auto;
}

#merchant_settle_in .merchant_settlement_box .merchant_settlement .title {
  color: #000000;
  font-size: 40px;
}

#merchant_settle_in .merchant_settlement_box .merchant_settlement .title .line {
  width: 2px;
  height: 36px;
  background: #000000;
  margin: 0 12px;
}

#merchant_settle_in .merchant_settlement_box .merchant_settlement .lines .line1 {
  width: 79.82px;
  height: 2px;
  background: #a9aeb6;
}

#merchant_settle_in .merchant_settlement_box .merchant_settlement .lines .line2 {
  width: 15.38px;
  height: 2px;
  background: #a9aeb6;
}

#merchant_settle_in .merchant_settlement_box .merchant_settlement .boxs {
  width: 894px;
  margin: 40px auto 0 auto;
}

#merchant_settle_in .merchant_settlement_box .merchant_settlement .boxs .box {
  width: 274px;
  height: 380px;
  background-color: #ffffff;
}

#merchant_settle_in .merchant_settlement_box .merchant_settlement .boxs .box .img {
  width: 274px;
  height: 274px;
}

#merchant_settle_in .merchant_settlement_box .merchant_settlement .boxs .box .img img {
  width: 100%;
  height: 100%;
}

#merchant_settle_in .merchant_settlement_box .merchant_settlement .boxs .box .info {
  width: 274px;
  height: 106px;
  padding: 12px;
}

#merchant_settle_in .merchant_settlement_box .merchant_settlement .boxs .box .info .text1 {
  color: #232323;
  font-size: 24px;
}

#merchant_settle_in .merchant_settlement_box .merchant_settlement .boxs .box .info .text2 {
  margin-top: 8px;
  color: #787878;
  font-size: 14px;
}

#merchant_settle_in .problem_box {
  width: 100%;
  min-width: 1200px;
}

#merchant_settle_in .problem_box .problem {
  width: 1200px;
  margin: 80px auto 80px auto;
}

#merchant_settle_in .problem_box .problem .title {
  color: #000000;
  font-size: 40px;
}

#merchant_settle_in .problem_box .problem .title .line {
  width: 2px;
  height: 36px;
  background: #000000;
  margin: 0 12px;
}

#merchant_settle_in .problem_box .problem .box {
  margin-top: 88px;
}

#merchant_settle_in .problem_box .problem .box .box_title {
  color: #000000;
  font-size: 24px;
}

#merchant_settle_in .problem_box .problem .box .box_line {
  opacity: 30%;
  width: 1200px;
  height: 0px;
  border: 0.5px solid;
  border-color: #000000;
  margin: 20px 0;
}

#merchant_settle_in .problem_box .problem .box .box_text {
  color: #787878;
  font-size: 18px;
}

#merchant_settle_in .problem_box .problem .infos .info {
  width: 516px;
  color: #232323;
  font-size: 20px;
  margin-bottom: 20px;
}

#merchant_settle_in .problem_box .problem .infos .info:hover {
  text-decoration: underline;
  text-decoration-color: #ff7031;
}

#merchant_settle_in .problem_box .problem .infos .more {
  width: 516px;
  color: #ff7031;
  font-size: 20px;
  margin-bottom: 20px;
}

#merchant_settle_in .problem_box .problem .infos .more img {
  width: 20px;
  height: 20px;
}

#about_us .company_introduction_box {
  width: 100%;
  height: 883px;
  min-width: 1200px;
  overflow: hidden;
}

#about_us .company_introduction_box .bg_img {
  width: 1920px;
  height: 1158px;
  top: -275px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

#about_us .company_introduction_box .bg_img img {
  width: 100%;
  height: 100%;
}

#about_us .company_introduction_box .company_introduction {
  width: 100%;
  height: 312px;
  opacity: 90%;
  background: #ffffff;
  box-shadow: 2px 0px 3px rgba(35, 35, 35, 0.2);
  bottom: 0;
  left: 0;
  padding-top: 40px;
}

#about_us .company_introduction_box .company_introduction .box {
  width: 1062px;
}

#about_us .company_introduction_box .company_introduction .box .title .text1 {
  color: #000000;
  font-size: 48px;
}

#about_us .company_introduction_box .company_introduction .box .title .text2 {
  margin-left: 16px;
  color: #b0b0b0;
  font-size: 40px;
}

#about_us .company_introduction_box .company_introduction .box .text3 {
  color: #000000;
  font-size: 20px;
}

#about_us .cultural_value_box {
  width: 100%;
  height: 838px;
  min-width: 1200px;
  padding-top: 120px;
  overflow: hidden;
}

#about_us .cultural_value_box .bg_img {
  width: 1920px;
  height: 838px;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

#about_us .cultural_value_box .title1 {
  color: #ffffff;
  font-size: 48px;
  text-align: center;
}

#about_us .cultural_value_box .title2 {
  color: #b0b0b0;
  font-size: 40px;
  text-align: center;
  margin-top: 4px;
}

#about_us .cultural_value_box .text {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  margin-top: 55px;
}

#about_us .cultural_value_box .boxs {
  width: 1200px;
  margin: 112px auto 0 auto;
}

#about_us .cultural_value_box .boxs .box {
  width: 392px;
  height: 274px;
}

#about_us .cultural_value_box .boxs .box img {
  width: 100%;
  height: 100%;
}

#about_us .development_course_box {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

#about_us .development_course_box .title1 {
  color: #000000;
  font-size: 48px;
  text-align: center;
}

#about_us .development_course_box .yuan {
  display: flex;
  align-items: center;
justify-content: center;
}
#about_us .development_course_box .yuan1 {
 margin: 20px;
}
#about_us .development_course_box .title2 {
  margin-top: 4px;
  color: #b0b0b0;
  font-size: 40px;
  text-align: center;
}

#about_us .development_course_box .bg_img {
  width: 1200px;
  height: 840px;
  margin: 40px auto;
}

#about_us .development_course_box .bg_img img {
  width: 100%;
  height: 100%;
}

#about_us .development_course_box .bg_video {
  width: 1200px;
  height: 675px;
  margin: 100px auto 0 auto;
}

#about_us .moment_of_success {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 80px 90px;
  background-color: #eee;
}

#about_us .moment_of_success .moment_of_success_title {
  text-align: center;
}

#about_us .moment_of_success .moment_of_success_title .text1 {
  color: #000000;
  font-size: 48px;
}

#about_us .moment_of_success .moment_of_success_title .text2 {
  color: #b0b0b0;
  font-size: 40px;
  margin-top: 12px;
}

#about_us .moment_of_success .boxs {
  margin-top: 50px;
}

#about_us .moment_of_success .boxs .box {
  min-width: calc((100%/5) - 20px);
  margin-right: 20px;
}

#about_us .moment_of_success .boxs .box .img {
  width: 100%;
}

#about_us .moment_of_success .boxs .box .img img {
  width: 100%;
}

#about_us .moment_of_success .boxs .box .text {
  width: 100%;
  margin-top: 12px;
}

#about_us .moment_of_success .boxs .box .text .text1 {
  color: #232323;
  font-size: 18px;
}

#about_us .moment_of_success .boxs .box .text .text2 {
  color: #989898;
  font-size: 14px;
  margin-top: 4px;
}

#about_us .moment_of_success .boxs :last-child {
  margin-right: 0px;
}

#about_us .contact_address_box {
  width: 100%;
  min-width: 1200px;
  height: 1040px;
  padding-top: 160px;
  overflow: hidden;
}

#about_us .contact_address_box .bg_img {
  width: 1920px;
  height: 1040px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;



}

#about_us .contact_address_box .bg_img img {
  width: 100%;
  height: 100%;

}

#about_us .contact_address_box .title1 {
  color: #ffffff;
  font-size: 48px;
  text-align: center;
}

#about_us .contact_address_box .title2 {
  margin-top: 4px;
  color: #b0b0b0;
  font-size: 40px;
  text-align: center;
}

#about_us .contact_address_box .boxs {
  width: 1200px;
  margin: 80px auto 0 auto;
}

#about_us .contact_address_box .boxs .list .box {
  width: 270px;
  height: 105px;
  margin-bottom: 32px;
}

#about_us .contact_address_box .boxs .list .box .name {
  color: #ff8954;
  font-size: 16px;
}

#about_us .contact_address_box .boxs .list .box .address {
  color: #ffffff;
  font-size: 16px;
  margin-top: 16px;
}

#decoration_process .decoration_process {
  width: 100%;
  min-width: 1200px;
  padding-top: 144px;
}

#decoration_process .decoration_process .box {
  width: 1200px;
  min-height: 800px;
  margin: 0 auto;
}

#decoration_process .decoration_process .box .box_left {
  margin-right: 120px;
}

#decoration_process .decoration_process .box .box_left .text1 {
  color: #787878;
  font-size: 24px;
}

#decoration_process .decoration_process .box .box_left .text2 {
  color: #000000;
  font-size: 18px;
}

#decoration_process .decoration_process .box .box_left .text2 div {
  margin-bottom: 32px;
}

#decoration_process .decoration_process .box .box_left .text2 .choose {
  font-weight: 700;
  color: #ff7031;
}

#decoration_process .decoration_process .box .box_left .text2 div:hover {
  cursor: pointer;
  font-weight: 700;
  color: #ff7031;
}

#decoration_process .decoration_process .box .box_right .box_nav {
  color: #989898;
  font-size: 18px;
}

#decoration_process .decoration_process .box .box_right .box_nav .line {
  font-size: 25px;
  margin: 0 12px;
}

#decoration_process .decoration_process .box .box_right .box_nav .choose {
  color: #000000;
}

#decoration_process .decoration_process .box .box_right .title {
  font-weight: 700;
  color: #000000;
  font-size: 36px;
}

#decoration_process .decoration_process .box .box_right .cards .card .img {
  width: 214px;
  height: 120px;
  background-color: #787878;
}

#decoration_process .decoration_process .box .box_right .cards .card .img img {
  width: 100%;
  height: 100%;
}

#decoration_process .decoration_process .box .box_right .cards .card .card_right .title {
  color: #232323;
  font-size: 24px;
  font-weight: 400;
}

#decoration_process .decoration_process .box .box_right .cards .card .card_right .text {
  color: #787878;
  font-size: 14px;
}

#problem_list .problem_list_box {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  min-height: 800px;
  padding: 144px 0 80px 0;
}

#problem_list .problem_list_box .problem_list {
  width: 1200px;
  margin: 0 auto;
}

#problem_list .problem_list_box .problem_list .box_nav {
  color: #989898;
  font-size: 18px;
}

#problem_list .problem_list_box .problem_list .box_nav .line {
  font-size: 25px;
  margin: 0 12px;
}

#problem_list .problem_list_box .problem_list .box_nav .choose {
  color: #000000;
}

#problem_list .problem_list_box .problem_list .title {
  font-weight: 700;
  color: #000000;
  font-size: 40px;
  margin-top: 80px;
}

#problem_list .problem_list_box .problem_list .infos {
  margin-top: 48px;
}

#problem_list .problem_list_box .problem_list .infos .info {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  width: 528px;
}

#problem_list .problem_list_box .problem_list .infos .info .point {
  margin: 3.5px;
  width: 5px;
  height: 5px;
  background: #ff7031;
  border-radius: 100%;
}

#problem_list .problem_list_box .problem_list .infos .info .text {
  margin-left: 8px;
  color: #000000;
  font-size: 18px;
}

#problem_list .problem_list_box .problem_list .infos .info:hover .text {
  text-decoration: underline;
  text-decoration-color: #ff7031;
}

#content_details .content_details_box {
  width: 100%;
  min-width: 1200px;
  padding: 144px 0 80px 0;
}

#content_details .content_details_box .content_details {
  width: 1200px;
  margin: 0 auto;
}

#content_details .content_details_box .content_details .box_nav {
  color: #989898;
  font-size: 18px;
}

#content_details .content_details_box .content_details .box_nav .line {
  font-size: 25px;
  margin: 0 12px;
}

#content_details .content_details_box .content_details .box_nav .choose {
  color: #000000;
}

#content_details .content_details_box .content_details .content_title {
  color: #000000;
  font-size: 32px;
}

#content_details .content_details_box .content_details .content_infos {
  color: #b0b0b0;
  font-size: 16px;
}

#content_details .content_details_box .content_details .content_infos div {
  margin-right: 24px;
}

#content_details .content_details_box .content_details .content_infos .line {
  width: 0px;
  height: 14px;
  border: 1px solid;
  border-color: #b0b0b0;
}

#content_details .content_details_box .content_details .content_infos :last-child {
  margin-right: 0;
}

#content_details .content_details_box .content_details .rich_text {
  width: 100%;
  min-height: 200px;
  line-height: 1.5;
  font-size: 18px;
}

#content_details .content_details_box .content_details .rich_text img {
  max-width: 1200px;
}

#content_details .content_details_box .content_details .rich_text p {
  margin: 24px 0;
}

#content_details .content_details_box .content_details .content_end {
  margin-top: 48px;
  color: #787878;
  font-size: 20px;
}

#content_details .content_details_box .content_details .other_questions {
  display: flex;
  flex-direction: column;
}

#content_details .content_details_box .content_details .other_questions a {
  color: #ff7031;
  font-size: 20px;
  margin-bottom: 20px;
}

#content_details .content_details_box .content_details .other_questions a:hover {
  text-decoration: underline;
}