﻿.fl-builder-content *,
.fl-builder-content *:before,
.fl-builder-content *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fl-row:before,
.fl-row:after,
.fl-row-content:before,
.fl-row-content:after,
.fl-col-group:before,
.fl-col-group:after,
.fl-col:before,
.fl-col:after,
.fl-module:before,
.fl-module:after,
.fl-module-content:before,
.fl-module-content:after {
  display: table;
  content: " ";
}

.fl-row:after,
.fl-row-content:after,
.fl-col-group:after,
.fl-col:after,
.fl-module:after,
.fl-module-content:after {
  clear: both;
}

.fl-row,
.fl-row-content,
.fl-col-group,
.fl-col,
.fl-module,
.fl-module-content {
  zoom: 1;
}

.fl-clear {
  clear: both;
}

.fl-clearfix:before,
.fl-clearfix:after {
  display: table;
  content: " ";
}

.fl-clearfix:after {
  clear: both;
}

.fl-clearfix {
  zoom: 1;
}

.fl-visible-medium,
.fl-visible-medium-mobile,
.fl-visible-mobile,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group .fl-visible-medium-mobile.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
  display: none;
}

.fl-row,
.fl-row-content {
  margin-left: auto;
  margin-right: auto;
}

.fl-row-content-wrap {
  position: relative;
}

.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
  background-attachment: scroll;
}

.fl-row-bg-video,
.fl-row-bg-video .fl-row-content {
  position: relative;
}

.fl-row-bg-video .fl-bg-video {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.fl-row-bg-video .fl-bg-video video {
  bottom: 0;
  left: 0px;
  max-width: none;
  position: absolute;
  right: 0;
  top: 0px;
}

.fl-row-bg-video .fl-bg-video iframe {
  pointer-events: none;
  width: 100vw;
  height: 56.25vw;
  max-width: none;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.fl-bg-video-fallback {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.fl-row-bg-slideshow,
.fl-row-bg-slideshow .fl-row-content {
  position: relative;
}

.fl-row .fl-bg-slideshow {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.fl-builder-edit .fl-row .fl-bg-slideshow * {
  bottom: 0;
  height: auto !important;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
}

.fl-row-bg-overlay .fl-row-content-wrap:after {
  border-radius: inherit;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.fl-row-bg-overlay .fl-row-content {
  position: relative;
  z-index: 1;
}

.fl-row-full-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.fl-row-custom-height .fl-row-content-wrap {
  min-height: 0;
}

.fl-builder-edit .fl-row-full-height .fl-row-content-wrap {
  min-height: calc(100vh - 48px);
}

.fl-row-full-height .fl-row-content,
.fl-row-custom-height .fl-row-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.fl-row-full-height .fl-row-full-width.fl-row-content,
.fl-row-custom-height .fl-row-full-width.fl-row-content {
  max-width: 100%;
  width: 100%;
}

.fl-builder-ie-11
  .fl-row.fl-row-full-height:not(.fl-visible-medium):not(
    .fl-visible-medium-mobile
  ):not(.fl-visible-mobile),
.fl-builder-ie-11
  .fl-row.fl-row-custom-height:not(.fl-visible-medium):not(
    .fl-visible-medium-mobile
  ):not(.fl-visible-mobile) {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content-wrap,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content-wrap {
  height: auto;
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content {
  flex: 0 0 auto;
  flex-basis: 100%;
  margin: 0;
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content {
  margin: 0 auto;
}

.fl-builder-ie-11
  .fl-row-full-height.fl-row-align-center
  .fl-col-group:not(.fl-col-group-equal-height),
.fl-builder-ie-11
  .fl-row-custom-height.fl-row-align-center
  .fl-col-group:not(.fl-col-group-equal-height) {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
  align-items: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: end;
  -ms-flex-align: end;
  -ms-flex-pack: end;
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-builder-ie-11
  .fl-row-custom-height.fl-row-align-bottom
  .fl-row-content-wrap {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .fl-row-full-height .fl-row-content-wrap {
    min-height: 1024px;
  }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .fl-row-full-height .fl-row-content-wrap {
    min-height: 768px;
  }
}

@media screen and (device-aspect-ratio: 40/71) {
  .fl-row-full-height .fl-row-content-wrap {
    min-height: 500px;
  }
}

.fl-col-group-equal-height,
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fl-col-group-equal-height {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fl-col-group-equal-height.fl-col-group-has-child-loading {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.fl-col-group-equal-height .fl-col-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
}

.fl-col-group-equal-height:before,
.fl-col-group-equal-height .fl-col:before,
.fl-col-group-equal-height .fl-col-content:before,
.fl-col-group-equal-height:after,
.fl-col-group-equal-height .fl-col:after,
.fl-col-group-equal-height .fl-col-content:after {
  content: none;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
  width: 100%;
}

.fl-builder-ie-11 .fl-col-group-equal-height,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col-content,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
  min-height: 1px;
}

.fl-col {
  float: left;
  min-height: 1px;
}

.fl-col-bg-overlay .fl-col-content {
  position: relative;
}

.fl-col-bg-overlay .fl-col-content:after {
  border-radius: inherit;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.fl-col-bg-overlay .fl-module {
  position: relative;
  z-index: 2;
}

.fl-module img {
  max-width: 100%;
}

.fl-builder-module-template {
  margin: 0 auto;
  max-width: 1100px;
  padding: 20px;
}

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  padding: 12px 24px;
  text-decoration: none;
  text-shadow: none;
}

.fl-builder-content .fl-button:hover {
  text-decoration: none;
}

.fl-builder-content .fl-button:active {
  position: relative;
  top: 1px;
}

.fl-builder-content .fl-button-width-full .fl-button {
  display: block;
  text-align: center;
}

.fl-builder-content .fl-button-width-custom .fl-button {
  display: inline-block;
  text-align: center;
  max-width: 100%;
}

.fl-builder-content .fl-button-left {
  text-align: left;
}

.fl-builder-content .fl-button-center {
  text-align: center;
}

.fl-builder-content .fl-button-right {
  text-align: right;
}

.fl-builder-content .fl-button i {
  font-size: 1.3em;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
  width: auto;
}

.fl-builder-content .fl-button i.fl-button-icon-after {
  margin-left: 8px;
  margin-right: 0;
}

.fl-builder-content .fl-button-has-icon .fl-button-text {
  vertical-align: middle;
}

.fl-icon-wrap {
  display: inline-block;
}

.fl-icon {
  display: table-cell;
  vertical-align: middle;
}

.fl-icon a {
  text-decoration: none;
}

.fl-icon i {
  float: left;
  height: auto;
  width: auto;
}

.fl-icon i:before {
  border: none !important;
  height: auto;
  width: auto;
}

.fl-icon-text {
  display: table-cell;
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
}

.fl-icon-text-empty {
  display: none;
}

.fl-icon-text *:last-child {
  margin: 0 !important;
  padding: 0 !important;
}

.fl-icon-text a {
  text-decoration: none;
}

.fl-icon-text span {
  display: block;
}

.fl-icon-text span.mce-edit-focus {
  min-width: 1px;
}

.fl-photo {
  line-height: 0;
  position: relative;
}

.fl-photo-align-left {
  text-align: left;
}

.fl-photo-align-center {
  text-align: center;
}

.fl-photo-align-right {
  text-align: right;
}

.fl-photo-content {
  display: inline-block;
  line-height: 0;
  position: relative;
  max-width: 100%;
}

.fl-photo-img-svg {
  width: 100%;
}

.fl-photo-content img {
  display: inline;
  height: auto;
  max-width: 100%;
}

.fl-photo-crop-circle img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.fl-photo-caption {
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fl-photo-caption-below {
  padding-bottom: 20px;
  padding-top: 10px;
}

.fl-photo-caption-hover {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 10px 15px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.fl-photo-content:hover .fl-photo-caption-hover {
  opacity: 100;
  filter: alpha(opacity=100);
}

.fl-builder-pagination,
.fl-builder-pagination-load-more {
  padding: 40px 0;
}

.fl-builder-pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.fl-builder-pagination li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.page-numbers {
  border: 1px solid #e6e6e6;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 5px;
}

.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li span.current {
  background: #f5f5f5;
  text-decoration: none;
}

.fl-slideshow,
.fl-slideshow * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fl-slideshow .fl-slideshow-image img {
  max-width: none !important;
}

.fl-slideshow-social {
  line-height: 0 !important;
}

.fl-slideshow-social * {
  margin: 0 !important;
}

.fl-builder-content .bx-wrapper .bx-viewport {
  background: transparent;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  left: 0;
}

.mfp-wrap button.mfp-arrow,
.mfp-wrap button.mfp-arrow:active,
.mfp-wrap button.mfp-arrow:hover,
.mfp-wrap button.mfp-arrow:focus {
  background: transparent !important;
  border: none !important;
  outline: none;
  position: absolute;
  top: 50%;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
  background: transparent !important;
  border: none !important;
  outline: none;
  position: absolute;
  top: 0;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:hover,
.admin-bar .mfp-wrap .mfp-close:focus {
  top: 32px !important;
}

img.mfp-img {
  padding: 0;
}

.mfp-counter {
  display: none;
}

.mfp-wrap .mfp-preloader.fa {
  font-size: 30px;
}

.fl-form-field {
  margin-bottom: 15px;
}

.fl-form-field input.fl-form-error {
  border-color: #dd6420;
}

.fl-form-error-message {
  clear: both;
  color: #dd6420;
  display: none;
  padding-top: 8px;
  font-size: 12px;
  font-weight: lighter;
}

.fl-form-button-disabled {
  opacity: 0.5;
}

.fl-animation {
  opacity: 0;
}

.fl-builder-preview .fl-animation,
.fl-builder-edit .fl-animation,
.fl-animated {
  opacity: 1;
}

.fl-animated {
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.fl-button.fl-button-icon-animation i {
  width: 0 !important;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

.fl-button.fl-button-icon-animation:hover i {
  opacity: 1 !important;
  -ms-filter: "alpha(opacity=100)";
}

.fl-button.fl-button-icon-animation i.fl-button-icon-after {
  margin-left: 0px !important;
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
  margin-left: 10px !important;
}

.fl-button.fl-button-icon-animation i.fl-button-icon-before {
  margin-right: 0 !important;
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
  margin-right: 20px !important;
  margin-left: -10px;
}

.single:not(.woocommerce).single-fl-builder-template .fl-content {
  width: 100%;
}

.fl-builder-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.fl-builder-shape-layer {
  z-index: 0;
}

.fl-builder-shape-layer.fl-builder-bottom-edge-layer {
  z-index: 1;
}

.fl-row-bg-overlay .fl-builder-shape-layer {
  z-index: 1;
}

.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
  z-index: 2;
}

.fl-row-has-layers .fl-row-content {
  z-index: 1;
}

.fl-row-bg-overlay .fl-row-content {
  z-index: 2;
}

.fl-builder-layer > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.fl-builder-layer + .fl-row-content {
  position: relative;
}

.fl-builder-layer .fl-shape {
  fill: #aaa;
  stroke: none;
  stroke-width: 0;
  width: 100%;
}

.fl-row-content-wrap {
  margin-top: 30px;
}

.fl-row-content-wrap {
  margin-right: ;
}

.fl-row-content-wrap {
  margin-bottom: ;
}

.fl-row-content-wrap {
  margin-left: ;
}

.fl-row-content-wrap {
  padding-top: 0px;
}

.fl-row-content-wrap {
  padding-right: 0px;
}

.fl-row-content-wrap {
  padding-bottom: 0px;
}

.fl-row-content-wrap {
  padding-left: 0px;
}

.fl-row-fixed-width {
  max-width: 976px;
}

@media (max-width: 992px) {
  .fl-visible-desktop,
  .fl-visible-mobile,
  .fl-col-group .fl-visible-desktop.fl-col,
  .fl-col-group .fl-visible-mobile.fl-col {
    display: none;
  }

  .fl-visible-desktop-medium,
  .fl-visible-medium,
  .fl-visible-medium-mobile,
  .fl-col-group .fl-visible-desktop-medium.fl-col,
  .fl-col-group .fl-visible-medium.fl-col,
  .fl-col-group .fl-visible-medium-mobile.fl-col {
    display: block;
  }

  .fl-row[data-node] > .fl-row-content-wrap {
    margin-top: ;
  }

  .fl-row[data-node] > .fl-row-content-wrap {
    margin-right: ;
  }

  .fl-row[data-node] > .fl-row-content-wrap {
    margin-bottom: ;
  }

  .fl-row[data-node] > .fl-row-content-wrap {
    margin-left: ;
  }

  .fl-row[data-node] > .fl-row-content-wrap {
    padding-top: ;
  }

  .fl-row[data-node] > .fl-row-content-wrap {
    padding-right: 10px;
  }

  .fl-row[data-node] > .fl-row-content-wrap {
    padding-bottom: ;
  }

  .fl-row[data-node] > .fl-row-content-wrap {
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .fl-visible-desktop,
  .fl-visible-desktop-medium,
  .fl-visible-medium,
  .fl-col-group .fl-visible-desktop.fl-col,
  .fl-col-group .fl-visible-desktop-medium.fl-col,
  .fl-col-group .fl-visible-medium.fl-col {
    display: none;
  }

  .fl-visible-medium-mobile,
  .fl-visible-mobile,
  .fl-col-group .fl-visible-medium-mobile.fl-col,
  .fl-col-group .fl-visible-mobile.fl-col {
    display: block;
  }

  .fl-row-content-wrap {
    background-attachment: scroll !important;
  }

  .fl-row-bg-parallax .fl-row-content-wrap {
    background-attachment: scroll !important;
    background-position: center center !important;
  }

  .fl-col-group.fl-col-group-equal-height {
    display: block;
  }

  .fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .fl-col-group.fl-col-group-responsive-reversed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -ms-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
  }

  .fl-col-group.fl-col-group-responsive-reversed .fl-col {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .fl-col {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
  }

  .fl-col-small {
    max-width: 400px;
  }

  .fl-block-col-resize {
    display: none;
  }

  .fl-row[data-node] .fl-row-content-wrap {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fl-row[data-node] .fl-bg-video,
  .fl-row[data-node] .fl-bg-slideshow {
    left: 0;
    right: 0;
  }

  .fl-col[data-node] .fl-col-content {
    border-left: none;
    border-right: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fl-row[data-node] > .fl-row-content-wrap {
    margin-top: 30px;
  }

  .fl-row[data-node] > .fl-row-content-wrap {
    margin-right: ;
  }

  .fl-row[data-node] > .fl-row-content-wrap {
    margin-bottom: ;
  }

  .fl-row[data-node] > .fl-row-content-wrap {
    margin-left: ;
  }

  .fl-row[data-node] > .fl-row-content-wrap {
    padding-top: ;
  }

  .fl-row[data-node] > .fl-row-content-wrap {
    padding-right: 10px;
  }

  .fl-row[data-node] > .fl-row-content-wrap {
    padding-bottom: ;
  }

  .fl-row[data-node] > .fl-row-content-wrap {
    padding-left: 10px;
  }
}

.page .fl-post-header,
.single-fl-builder-template .fl-post-header {
  display: none;
}

.fl-node-6451f011dff1f .fl-bg-video-audio {
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 20px;
}

.fl-node-6451f011dff1f .fl-bg-video-audio .fl-audio-control {
  font-size: 20px;
}

.fl-node-6451f011dff1f .fl-bg-video-audio .fa-times {
  font-size: 10px;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: 11px;
  bottom: 0;
}

.fl-node-6451f011dff1f > .fl-row-content-wrap {
  margin-top: 0px;
}

@media (max-width: 992px) {
  .fl-node-6451f011dff1f.fl-row > .fl-row-content-wrap {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .fl-node-6451f011dff1f.fl-row > .fl-row-content-wrap {
    margin-top: 0px;
  }
}

.fl-node-6451f011dff1f > .fl-row-content-wrap {
  padding-top: 0px;
}

@media (max-width: 992px) {
  .fl-node-6451f011dff1f.fl-row > .fl-row-content-wrap {
    padding-top: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 768px) {
  .fl-node-6451f011dff1f.fl-row > .fl-row-content-wrap {
    padding-top: 0px;
  }
}

.fl-node-6451f011dffa6 .fl-bg-video-audio {
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 20px;
}

.fl-node-6451f011dffa6 .fl-bg-video-audio .fl-audio-control {
  font-size: 20px;
}

.fl-node-6451f011dffa6 .fl-bg-video-audio .fa-times {
  font-size: 10px;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: 11px;
  bottom: 0;
}

.fl-node-6451f011dffa6 > .fl-row-content-wrap {
  margin-top: 0px;
}

@media (max-width: 992px) {
  .fl-node-6451f011dffa6.fl-row > .fl-row-content-wrap {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .fl-node-6451f011dffa6.fl-row > .fl-row-content-wrap {
    margin-top: 0px;
  }
}

.fl-node-6451f011dffa6 > .fl-row-content-wrap {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 124px;
}

.fl-node-6451f011dffa9 .fl-bg-video-audio {
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 20px;
}

.fl-node-6451f011dffa9 .fl-bg-video-audio .fl-audio-control {
  font-size: 20px;
}

.fl-node-6451f011dffa9 .fl-bg-video-audio .fa-times {
  font-size: 10px;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: 11px;
  bottom: 0;
}

.fl-node-6451f011dffa9 > .fl-row-content-wrap {
  background-image: url(/tianchen/images/ç»„-2665.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.fl-node-6451f011dffa9 > .fl-row-content-wrap {
  margin-top: -151px;
}

@media (max-width: 992px) {
  .fl-node-6451f011dffa9.fl-row > .fl-row-content-wrap {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .fl-node-6451f011dffa9.fl-row > .fl-row-content-wrap {
    margin-top: -180px;
  }
}

.fl-node-6451f011dffa9 > .fl-row-content-wrap {
  padding-right: 124px;
  padding-left: 124px;
}

.fl-node-6451f011dff7e .fl-bg-video-audio {
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 20px;
}

.fl-node-6451f011dff7e .fl-bg-video-audio .fl-audio-control {
  font-size: 20px;
}

.fl-node-6451f011dff7e .fl-bg-video-audio .fa-times {
  font-size: 10px;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: 11px;
  bottom: 0;
}

.fl-node-6451f011dff7e > .fl-row-content-wrap {
  background-image: url(/tianchen/images/ç»„-2667.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.fl-node-6451f011dff7e > .fl-row-content-wrap {
  margin-top: 0px;
}

@media (max-width: 992px) {
  .fl-node-6451f011dff7e.fl-row > .fl-row-content-wrap {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .fl-node-6451f011dff7e.fl-row > .fl-row-content-wrap {
    margin-top: 0px;
  }
}

.fl-node-6451f011dff7e > .fl-row-content-wrap {
  padding-bottom: 120px;
}

.fl-node-6451f011dff33 .fl-bg-video-audio {
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 20px;
}

.fl-node-6451f011dff33 .fl-bg-video-audio .fl-audio-control {
  font-size: 20px;
}

.fl-node-6451f011dff33 .fl-bg-video-audio .fa-times {
  font-size: 10px;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: 11px;
  bottom: 0;
}

.fl-node-6451f011dff33 > .fl-row-content-wrap {
  background-image: url(https://panasonic.cn/wp-content/uploads/2023/03/bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.fl-node-6451f011dff33 > .fl-row-content-wrap {
  margin-top: 0px;
}

@media (max-width: 992px) {
  .fl-node-6451f011dff33.fl-row > .fl-row-content-wrap {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .fl-node-6451f011dff33.fl-row > .fl-row-content-wrap {
    margin-top: 0px;
  }
}

.fl-node-6451f011dff33 > .fl-row-content-wrap {
  padding-top: 196px;
  padding-bottom: 223px;
}

@media (max-width: 768px) {
  .fl-node-6451f011dff33.fl-row > .fl-row-content-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.fl-node-6451f011dff48 .fl-bg-video-audio {
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 20px;
}

.fl-node-6451f011dff48 .fl-bg-video-audio .fl-audio-control {
  font-size: 20px;
}

.fl-node-6451f011dff48 .fl-bg-video-audio .fa-times {
  font-size: 10px;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: 11px;
  bottom: 0;
}

.fl-node-6451f011dff48 > .fl-row-content-wrap {
  background-image: url(https://panasonic.cn/wp-content/uploads/2022/08/bg3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.fl-node-6451f011dff48 > .fl-row-content-wrap {
  margin-top: 0px;
}

@media (max-width: 992px) {
  .fl-node-6451f011dff48.fl-row > .fl-row-content-wrap {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .fl-node-6451f011dff48.fl-row > .fl-row-content-wrap {
    margin-top: 0px;
  }
}

.fl-node-6451f011dff48 > .fl-row-content-wrap {
  padding-top: 120px;
  padding-bottom: 100px;
}

.fl-node-6451f011dff2c {
  width: 100%;
}

.fl-node-6451f011dffb4 {
  width: 43.68%;
}

@media (max-width: 768px) {
  .fl-builder-content .fl-node-6451f011dffb4 {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}

.fl-node-6451f011dffb4 > .fl-col-content {
  padding-right: 20px;
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  .fl-node-6451f011dffb4.fl-col > .fl-col-content {
    padding-bottom: 40px;
  }
}

.fl-node-6451f011dffb5 {
  width: 56.32%;
}

.fl-node-6451f011dffac {
  width: 100%;
}

.fl-node-6451f011dff85 {
  width: 100%;
}

.fl-node-6451f011dff90 {
  width: 65%;
}

.fl-node-6451f011dff90 > .fl-col-content {
  padding-left: 124px;
}

.fl-node-6451f011dff97 {
  width: 30%;
}

.fl-node-6451f011dff97 > .fl-col-content {
  padding-right: 124px;
}

.fl-node-6451f011dff9f {
  width: 100%;
}

.fl-node-6451f011dff6e {
  width: 100%;
}

.fl-node-6451f011dff3a {
  width: 100%;
}

.fl-node-6451f011dff42 {
  width: 100%;
}

.fl-node-6451f011dff75 {
  width: 100%;
}

.fl-node-6451f011dff51 {
  width: 100%;
}

.fl-node-6451f011dff58 {
  width: 12.5%;
}

.fl-node-6451f011dffbe {
  width: 25%;
}

.fl-node-6451f011dff5d {
  width: 25%;
}

.fl-node-6451f011dff5f {
  width: 25%;
}

.fl-node-6451f011dffcd {
  width: 12.5%;
}

.fl-node-64b4ecd148eb2 {
  width: 87.66%;
}

.fl-node-64b4ece5740ee {
  width: 12.34%;
}

.fl-field-control-wrapper {
  width: 100%;
  margin: 0 auto !important;
}

@media (max-width: 768px) {
  .fl-photo-content {
    width: 100%;
  }
}

.mfp-figure:after {
  display: none;
}

.fl-node-6451f011dffb7 .fl-photo {
  text-align: right;
}

.fl-node-6451f011dffae > .fl-module-content {
  margin-top: -70px;
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .fl-node-6451f011dffae > .fl-module-content {
    margin-top: px;
    margin-bottom: px;
  }
}

.fl-node-6451f011dff89 > .fl-module-content {
  margin-top: 120px;
  margin-right: 176px;
  margin-bottom: 64px;
  margin-left: 170px;
}

@media (max-width: 768px) {
  .fl-node-6451f011dff89 > .fl-module-content {
    margin-top: px;
    margin-bottom: px;
    margin-left: px;
    margin-right: px;
  }
}

@media (max-width: 768px) {
  .fl-node-6451f011dff94.fl-module > .fl-module-content {
    margin-top: -70px;
  }
}

.fl-module-post-grid .fl-sep {
  display: inline-block;
  margin: 0 2px;
}

body.rtl .fl-post-column {
  float: right;
}

.fl-post-column {
  float: left;
}

.fl-post-column .fl-post-grid-post {
  visibility: visible;
}

.fl-post-grid {
  margin: 0 auto;
  position: relative;
}

.fl-post-grid:before,
.fl-post-grid:after {
  display: table;
  content: " ";
}

.fl-post-grid:after {
  clear: both;
}

.fl-post-grid-post {
  background: #fff;
  border: 1px solid #e6e6e6;
  visibility: hidden;
}

.fl-post-grid-post,
.fl-post-feed-post {
  overflow: hidden;
}

.fl-post-grid-image {
  position: relative;
}

.fl-post-grid-image img {
  height: auto !important;
  width: 100% !important;
}

.fl-post-grid-text {
  padding: 20px;
}

.fl-post-grid-title {
  padding-bottom: 7px;
}

body .fl-post-grid-text,
body .fl-post-grid-content p {
  font-size: 14px;
  line-height: 22px;
}

body .fl-post-grid-text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

body .fl-post-grid-content p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

body .fl-post-grid-text a {
  text-decoration: none;
}

body h2.fl-post-grid-title {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 10px;
  padding: 0;
}

body .fl-post-grid-meta {
  font-size: 14px;
  padding-bottom: 10px;
}

.fl-post-feed-comments .fa {
  vertical-align: text-top;
}

.fl-post-grid-more {
  margin-top: 10px;
  display: inline-block;
}

.fl-post-grid #infscr-loading {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fl-post-gallery-post {
  overflow: hidden;
  position: relative;
  visibility: hidden;
}

.fl-post-gallery-link {
  display: block;
  height: 100%;
}

.fl-post-gallery-img {
  position: relative;
  z-index: 1;
}

.fl-post-gallery-img-horiz {
  height: 100% !important;
  max-height: 100% !important;
  max-width: none !important;
  width: auto !important;
}

.fl-post-gallery-img-vert {
  height: auto !important;
  max-height: none !important;
  max-width: 100% !important;
  width: 100% !important;
}

.fl-post-gallery-text-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.fl-post-gallery-link:hover .fl-post-gallery-text-wrap {
  filter: alpha(opacity=100);
  opacity: 1;
}

.fl-post-gallery-text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.fl-post-gallery-text,
.fl-post-gallery-link:hover .fl-post-gallery-text {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
}

.fl-post-gallery-text .fl-gallery-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.fl-post-gallery-text .fl-gallery-icon i,
.fl-post-gallery-text .fl-gallery-icon i:before {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.fl-post-gallery-text h2.fl-post-gallery-title {
  font-size: 22px;
  margin: 0 0 5px 0;
}

.fl-post-gallery #infscr-loading {
  clear: both;
  padding: 40px 0;
  text-align: center;
  width: 100%;
}

.fl-post-feed-post {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px;
}

.fl-post-feed-post:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.fl-post-feed-header {
  margin-bottom: 20px;
}

.fl-post-feed-header a {
  text-decoration: none;
}

body h2.fl-post-feed-title {
  margin: 0 0 10px;
  padding: 0;
  clear: none;
}

body .fl-post-feed-meta {
  font-size: 14px;
  margin-bottom: 5px;
}

.fl-post-feed-meta .fl-sep {
  margin: 0 3px;
}

.fl-post-feed-image {
  margin-bottom: 25px;
  position: relative;
}

.fl-post-feed-image img {
  height: auto !important;
  width: 100% !important;
}

.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image {
  float: left;
  margin-bottom: 0;
  width: 33%;
}

.fl-post-feed-image-beside .fl-post-feed-text,
.fl-post-feed-image-beside-content .fl-post-feed-text {
  margin-left: 37%;
}

.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image {
  float: right;
  margin-bottom: 0;
  width: 33%;
}

.fl-post-feed-image-beside-right .fl-post-feed-text,
.fl-post-feed-image-beside-content-right .fl-post-feed-text {
  margin-right: 37%;
}

.fl-post-feed-content a {
  text-decoration: none;
}

.fl-post-feed-content p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.fl-post-feed-more {
  margin-top: 15px;
  display: inline-block;
}

.fl-post-feed #infscr-loading {
  padding: 40px 0;
  text-align: center;
  width: 100%;
}

.fl-post-grid-empty {
}

li.fl-post-feed-post,
li.fl-post-gallery-post,
li.fl-post-grid-post {
  list-style: none;
}

@media (max-width: 768px) {
  .fl-post-feed-post.fl-post-feed-image-beside,
  .fl-post-feed-post.fl-post-feed-image-beside-content,
  .fl-post-feed-post.fl-post-feed-image-beside-right,
  .fl-post-feed-post.fl-post-feed-image-beside-content-right {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .fl-post-feed-image-beside .fl-post-feed-image,
  .fl-post-feed-image-beside .fl-post-feed-image img,
  .fl-post-feed-image-beside-content .fl-post-feed-image,
  .fl-post-feed-image-beside-content .fl-post-feed-image img,
  .fl-post-feed-image-beside-right .fl-post-feed-image,
  .fl-post-feed-image-beside-right .fl-post-feed-image img,
  .fl-post-feed-image-beside-content-right .fl-post-feed-image,
  .fl-post-feed-image-beside-content-right .fl-post-feed-image img {
    float: none;
    width: 100% !important;
  }

  .fl-post-feed-image-beside .fl-post-feed-image,
  .fl-post-feed-image-beside-content .fl-post-feed-image,
  .fl-post-feed-image-beside-right .fl-post-feed-image,
  .fl-post-feed-image-beside-content-right .fl-post-feed-image {
    margin-bottom: 20px;
  }

  .fl-post-feed-image-beside .fl-post-feed-text,
  .fl-post-feed-image-beside-content .fl-post-feed-text,
  .fl-post-feed-image-beside-right .fl-post-feed-text,
  .fl-post-feed-image-beside-content-right .fl-post-feed-text {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.fl-node-6451f011dffbc .fl-post-feed-post {
  margin-bottom: 40px;
}

.fl-node-6451f011dffbc .fl-post-feed-post:last-child {
  margin-bottom: 0 !important;
}

.fl-node-6451f011dffbc .fl-post-feed-post {
}

.fl-node-6451f011dffa3 > .fl-module-content {
  margin-right: 124px;
  margin-left: 124px;
}

@media (max-width: 768px) {
  .fl-node-6451f011dffa3 > .fl-module-content {
    margin-left: px;
    margin-right: px;
  }
}

.fl-rich-text p {
  font-family: "Microsoft YaHei", "å¾®è½¯é›…é»‘", Arial, Helvetica, sans-serif;
  margin-top: 15px;
}

.red p {
  color: #fc1921;
}

.green p {
  color: #4fad26;
}

.grey p {
  color: #a3a3a3;
}

.red_dark p {
  color: #b50000;
}

.green_dark p {
  color: #1f6600;
}

.grey_dark p {
  color: #666666;
}

.fl-node-6451f011dff3d .fl-rich-text,
.fl-node-6451f011dff3d .fl-rich-text * {
  color: #ffffff !important;
  text-align: center;
}

.fl-node-6451f011dff3d > .fl-module-content {
  margin-top: 33px;
  margin-right: 20px;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .fl-node-6451f011dff3d > .fl-module-content {
    margin-top: px;
    margin-left: px;
    margin-right: px;
  }
}

.fl-node-6451f011dff45 > .fl-module-content {
  margin-top: 48px;
}

@media (max-width: 768px) {
  .fl-node-6451f011dff45 > .fl-module-content {
    margin-top: px;
  }
}

.fl-node-6451f011dff4a .fl-rich-text,
.fl-node-6451f011dff4a .fl-rich-text * {
  color: #333333 !important;
  text-align: center;
}

.fl-node-6451f011dff4a > .fl-module-content {
  margin-top: 33px;
  margin-right: 20px;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .fl-node-6451f011dff4a > .fl-module-content {
    margin-top: px;
    margin-left: px;
    margin-right: px;
  }
}

.fl-node-6451f011dffc2 .fl-rich-text,
.fl-node-6451f011dffc2 .fl-rich-text * {
  color: # !important;
  text-align: center;
}

.fl-node-6451f011dffc2 > .fl-module-content {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .fl-node-6451f011dffc2 > .fl-module-content {
    margin-top: px;
  }
}

.fl-node-6451f011dffc5 .fl-rich-text,
.fl-node-6451f011dffc5 .fl-rich-text * {
  color: # !important;
  text-align: center;
}

.fl-node-6451f011dffc5 > .fl-module-content {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .fl-node-6451f011dffc5 > .fl-module-content {
    margin-top: px;
  }
}

.fl-node-6451f011dffc9 .fl-rich-text,
.fl-node-6451f011dffc9 .fl-rich-text * {
  color: # !important;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 768px) {
  .fl-node-6451f011dffc9.fl-module > .fl-module-content {
    margin-top: -15px;
  }
}

.fl-node-6451f011dff68 .fl-rich-text,
.fl-node-6451f011dff68 .fl-rich-text * {
  color: # !important;
  text-align: center;
}

.fl-node-6451f011dff68 > .fl-module-content {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .fl-node-6451f011dff68 > .fl-module-content {
    margin-top: px;
  }
}

.fl-node-6451f011dff7a .fl-rich-text,
.fl-node-6451f011dff7a .fl-rich-text * {
  color: # !important;
  text-align: center;
}

.fl-node-6451f011dff7a > .fl-module-content {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .fl-node-6451f011dff7a > .fl-module-content {
    margin-top: px;
  }
}

.fl-node-6451f011dff63 .fl-rich-text,
.fl-node-6451f011dff63 .fl-rich-text * {
  color: # !important;
  text-align: center;
}

@media (max-width: 768px) {
  .fl-node-6451f011dff63.fl-module > .fl-module-content {
    margin-top: -15px;
  }
}

.fl-node-6451f011dff65 .fl-rich-text,
.fl-node-6451f011dff65 .fl-rich-text * {
  color: # !important;
  text-align: center;
}

.fl-node-6451f011dff65 > .fl-module-content {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .fl-node-6451f011dff65 > .fl-module-content {
    margin-top: px;
  }
}

.fl-node-6451f011dff7c .fl-rich-text,
.fl-node-6451f011dff7c .fl-rich-text * {
  color: # !important;
  text-align: center;
}

.fl-node-6451f011dff7c > .fl-module-content {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .fl-node-6451f011dff7c > .fl-module-content {
    margin-top: px;
  }
}

.fl-node-6451f011dff60 .fl-rich-text,
.fl-node-6451f011dff60 .fl-rich-text * {
  color: # !important;
  text-align: center;
}

@media (max-width: 768px) {
  .fl-node-6451f011dff60.fl-module > .fl-module-content {
    margin-top: -15px;
  }
}

.fl-node-64b4ecd148d85 .fl-rich-text,
.fl-node-64b4ecd148d85 .fl-rich-text * {
  color: # !important;
  text-align: right;
}

.fl-node-64b4ecd148d85 > .fl-module-content {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .fl-node-64b4ecd148d85.fl-module > .fl-module-content {
    margin-right: 40px;
  }
}

@media (max-width: 768px) {
  .fl-node-64b4ecd148d85 > .fl-module-content {
    margin-top: px;
  }
}

.tab-doortodoor table tr th,
.tab-doortodoor table tr td {
  text-align: center;
  width: 20%;
  vertical-align: middle;
}

.tab-doortodoor table tr:nth-child(1) {
  background-color: #4c6685 !important;
}

.tab-doortodoor table tr:nth-child(1) td,
.tab-doortodoor table tr:nth-child(1) th {
  color: #fff;
}

.tab-doortodoor table tr:nth-child(odd) {
  background-color: #f1f1f1;
}

.tab-doortodoor table {
  border: 1px solid #c1c1c1;
}

@media (min-width: 1200px) {
  .dce-header .globalheader-nav .header_menu .nav-lvII > a > .menu-image-title {
    font-size: 17px !important;
  }

  .dce-header .nav-lvI .sub-center .nav-lvIII-wrapper .nav-third-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.fl-fixed-width .fl-page {
  width: 100% !important;
  max-width: unset !important;
}

.crumbslist {
  display: none !important;
}

#banner-wrap .swiper-pagination-lines {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 80px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 188px;
}

#banner-wrap .swiper-pagination-line {
  position: relative;
  overflow: hidden;
  width: 24px;
  height: 6px;
  border-radius: 3px;
  cursor: pointer;
  outline: 0;
}

#banner-wrap .swiper-pagination-line.active {
  width: 36px;
}

#banner-wrap .swiper-pagination-line::before {
  width: 100%;
  background: #b7b7b7;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  content: "";
}

#banner-wrap .swiper-pagination-line::after {
  width: 0;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  content: "";
}

#banner-wrap .swiper-pagination-line:not(:nth-of-type(1)) {
  margin-left: 16px;
}

@-webkit-keyframes line-progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

#banner-wrap .swiper-pagination-lines:not(.touched) .active::after {
  -webkit-animation: line-progress forwards 7s linear;
  animation: line-progress forwards 7s linear;
}

#banner-wrap .content-wrap {
  width: 440px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@-webkit-keyframes title-progress {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes title-progress {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes remove-title-progress {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes remove-title-progress {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes btn-progress {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes btn-progress {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes btn-show-progress {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes btn-show-progress {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#banner-wrap .content-wrap .kv-title {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: all 1s ease-in;
  animation: all 1s ease-in;
  position: relative;
  z-index: 3;
}

#banner-wrap .content-wrap .kv-btn-wrap {
  overflow: hidden;
  border-radius: 4px;
}

#banner-wrap .content-wrap .kv-btn-wrap .kv-btn {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation: all 1s ease-in;
  animation: all 1s ease-in;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
}

#banner-wrap .ani-slide .content-wrap .kv-btn-wrap .kv-btn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: all 0.3s ease-in;
  animation: all 0.3s ease-in;
  -webkit-animation: title-progress forwards 0.3s linear;
  animation: title-progress forwards 0.3s linear;
}

#banner-wrap .ani-slide .content-wrap .kv-title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: all 0.3s ease-in;
  animation: all 0.3s ease-in;
  -webkit-animation: title-progress forwards 0.3s linear;
  animation: title-progress forwards 0.3s linear;
}

#banner-wrap .swiper-slide {
  overflow: hidden;
}

#banner-wrap .swiper-slide img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 7s ease;
  transition: all 7s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

#banner-wrap .swiper-slide.ani-slide img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#banner-wrap .content-wrap .kv-btn-wrap {
  width: 142px;
  position: relative;
  margin-top: 40px;
}

#banner-wrap .content-wrap .kv-btn {
  padding: 14px 24px;
  border: 2px solid #333333;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

#banner-wrap .content-wrap .kv-btn-wrap:after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #333;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  z-index: 2;
}

#banner-wrap .content-wrap .kv-btn-wrap:hover:after {
  width: 100%;
}

#banner-wrap .content-wrap .kv-btn-wrap:hover .kv-btn {
  color: #fff;
}

#banner-wrap .content-wrap .kv-btn-wrap.kv-white:hover .kv-btn {
  color: #333;
}

#banner-wrap .content-wrap .kv-btn-wrap.kv-white:hover::after {
  background: #fff;
  z-index: 2;
}

#banner-wrap .content-wrap .kv-title.kv-white {
  color: #fff;
}

#banner-wrap .content-wrap .kv-btn.kv-white {
  color: #fff;
  border: 2px solid #fff;
}

.kv-btn .arrow-svg-w {
  display: none;
}

.kv-btn-wrap.kv-white .kv-btn .arrow-svg-w {
  display: block;
}

.kv-btn-wrap.kv-white .kv-btn .arrow-svg-b {
  display: none;
}

.kv-btn-wrap:hover .kv-btn .arrow-svg-w {
  display: block;
}

.kv-btn-wrap:hover .kv-btn .arrow-svg-b {
  display: none;
}

.kv-btn-wrap.kv-white:hover .kv-btn .arrow-svg-b {
  display: block;
}

.kv-btn-wrap.kv-white:hover .kv-btn .arrow-svg-w {
  display: none;
}

#banner-wrap .content-wrap .kv-title-wrap {
  overflow: hidden;
}

#banner-wrap .swiper-slide img {
  max-width: unset;
}

#banner-wrap .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.head-line {
  position: relative;
}

.head-line::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 4px;
  background: #0071d0;
  left: calc((100% - 64px) / 2);
  bottom: -16px;
}

#cause .fl-row-content-wrap {
  background-position: left 89%;
  background-size: auto;
}

@media (max-width: 1290px) {
  #cause .fl-row-content-wrap {
    background-position: left 82%;
  }
}

#cause-wrap {
  margin-top: 56px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cause-wrap .cause-container {
  height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#cause-wrap .cause-container .cause-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
  color: #fff;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  transition: flex 0.4s, -webkit-box-flex 0.4s, -ms-flex 0.4s;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 62px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 60px;
}

#cause-wrap .cause-container .cause-item:nth-child(1) {
  background-position: 74% 11%;
}

#cause-wrap .cause-container .cause-item:nth-child(2) {
  background-position: 43% 10%;
}

#cause-wrap .cause-container .cause-item:nth-child(3) {
  background-position: 51% 10%;
}

#cause-wrap .cause-container .cause-item.active:nth-child(1) {
  background-position: center;
}

#cause-wrap .cause-container .cause-item:nth-child(2) {
  margin: 0 10px;
}

#cause-wrap .cause-container .cause-item img {
  display: none;
}

#cause-wrap .cause-container .cause-item.active {
  background-position: center;
  -webkit-box-flex: 8;
  -ms-flex: 8;
  flex: 8;
}

#cause-wrap .cause-container .cause-item:hover {
  -webkit-box-flex: 8 !important;
  -ms-flex: 8 1 0% !important;
  flex: 8 1 0% !important;
}

#cause-wrap .cause-title {
  opacity: 0;
  -webkit-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0);
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  position: relative;
  z-index: 2;
}

#cause-wrap .cause-content {
  opacity: 0;
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  position: relative;
  z-index: 2;
  margin-top: 16px;
}

#cause-wrap .cause-container .cause-item.active .cause-title,
#cause-wrap .cause-container .cause-item.active .cause-content {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

#cause-wrap .item-fixed {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
}

#cause-wrap .cause-item.active .item-fixed {
  opacity: 1;
}

#society-wrap .society-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

#society-wrap .tab-content-container {
  margin-left: 20%;
}

#society-wrap .society-container .tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

#society-wrap .society-container .tab-item {
  padding-left: 40px;
  border-left: 4px solid #fff;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-transition: all 0.1s 0.1s;
  transition: all 0.1s 0.1s;
  cursor: pointer;
}

#society-wrap .society-container .tab-item.active {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

#society-wrap .society-container .tab-wrap .tab-item.active .tab-content img {
  display: block;
}

#society-wrap .society-container .tab-item:not(:nth-of-type(1)) {
  margin-top: 56px;
}

#society-wrap .society-container .tab-wrap .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}

#society-wrap .society-container .tab-wrap .tab-content img {
  width: 18px;
  height: 16px;
  margin-left: 16px;
  display: none;
}

#society-wrap .tab-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
  opacity: 0;
  -webkit-animation: all 0.1s ease-in;
  animation: all 0.1s ease-in;
  display: none;
}

#society-wrap .tab-content-wrap.active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#society-wrap .tab-content-wrap .content-item {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 600px;
}

#society-wrap .tab-content-wrap .content-item img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#society-wrap .tab-content-wrap .content-item:nth-child(2n) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

#society-wrap .tab-content-wrap .content-item:nth-child(2n + 1) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#society-wrap .tab-content-wrap .content-item span {
  color: #fff;
  font-weight: bold;
  position: relative;
  margin-left: 35px;
  margin-top: 16px;
}

#society-wrap .tab-content-wrap .content-item:nth-child(2n) span {
  margin-bottom: 16px;
}

#society-wrap .tab-content-wrap .content-item div {
  overflow: hidden;
  margin-top: 0;
}

#society-wrap .tab-content-wrap .content-item span::after {
  content: "";
  width: 4px;
  height: 80px;
  background: #0071d0;
  left: -16px;
  bottom: -16px;
  position: absolute;
}

#society-wrap .tab-content-wrap .content-item:nth-child(2n) span::after {
  bottom: -34px;
}

#society-wrap .tab-content-wrap .content-item img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

#news-video-wrap {
}

#news-video-wrap .news-content-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#news-video-wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#news-video-wrap .news-content-l {
  width: 100%;
}

#news-video-wrap .news-content-r {
  width: 35%;
}

.parent .div1,
.parent .div2,
.parent .div3 {
  position: relative;
  overflow: hidden;
}

#news-video-wrap .pic-r,
#video-content-wrap .pic-r {
  width: 41%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#news-video-wrap .news-video-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#news-video-wrap .news-tab-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#news-video-wrap .news-video-tab .news-tab-item:nth-child(1) {
  margin-right: 77px;
}

#news-video-wrap .news-video-tab .news-tab-item {
  color: rgba(51, 51, 51, 0.4);
  position: relative;
  cursor: pointer;
}

#news-video-wrap .news-video-tab .news-tab-item.active {
  color: #333;
}

#news-video-wrap .news-video-tab .news-tab-item.active::after {
  content: "";
  width: 64px;
  height: 4px;
  background: #0071d0;
  position: absolute;
  left: 0;
  bottom: -16px;
}

#news-video-wrap .news-content-wrap {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#news-video-wrap .parent .img-wrap img.pic,
#video-content-wrap .parent .video-wrap img.pic {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

#news-video-wrap .parent .img-wrap:hover img.pic,
#video-content-wrap .parent .video-wrap:hover img.pic {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#news-video-wrap .news-content-wrap .parent .div1 {
  margin-right: 20px;
  width: 56%;
  font-size: 0;
  height: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#news-video-wrap .news-content-wrap .parent .div2 {
  width: 100%;
  font-size: 0;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#news-video-wrap .news-content-wrap .parent .div3 {
  margin-top: 18px;
  width: 100%;
  font-size: 0;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pic-bg {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(rgba(0, 0, 0, 0.1)),
    color-stop(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.5)
  );
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

#video-content-wrap .parent > div {
  width: 586px;
  font-size: 0;
}

#video-content-wrap .parent .div1,
#video-content-wrap .parent .pic-r {
  width: 32%;
  position: relative;
}

#video-content-wrap .parent {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#news-video-wrap {
}

#news-video-wrap .parent .type,
#video-content-wrap .parent .type {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background-color: #333333;
  padding: 6px 13px;
  z-index: 3;
}

#video-content-wrap {
  display: none;
}

#video-content-wrap .parent .play {
  width: 80px;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  cursor: pointer;
}

#news-video-wrap .parent .news-title,
#video-content-wrap .parent .news-title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  width: calc(100% - 40px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  z-index: 3;
}

#news-video-wrap .news-content-l {
  margin-right: 40px;
}

#news-video-wrap .news-date {
  color: #473636;
  margin-top: 56px;
}

#news-video-wrap .news-item:nth-child(1) .news-date {
  margin-top: 0;
}

#news-video-wrap .news-name {
  font-weight: bold;
  margin-top: 12px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  cursor: pointer;
}

#news-video-wrap .news-item {
  position: relative;
}

#news-video-wrap .news-name::after {
  content: "";
  width: 67px;
  height: 2px;
  background-color: #0071d0;
  bottom: -20px;
  position: absolute;
  left: 0;
}

@-webkit-keyframes news-progress {
  from {
    width: 67px;
  }

  to {
    width: 100%;
  }
}

#news-video-wrap .news-name:hover:after {
  -webkit-animation: news-progress forwards 0.3s linear;
  animation: news-progress forwards 0.3s linear;
}

#news-video .fl-row-content-wrap {
  background-position: right bottom;
  background-size: auto;
}

#new-list-wrap .fl-post-feed-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#new-list-wrap .fl-post-feed-header::after {
  content: "";
  width: 67px;
  height: 2px;
  background-color: #0071d0;
  bottom: -7px;
  position: absolute;
  left: 0;
}

@-webkit-keyframes header-progress {
  from {
    width: 67px;
  }

  to {
    width: 100%;
  }
}

#new-list-wrap .fl-post-feed-header:hover:after {
  -webkit-animation: header-progress forwards 0.3s linear;
  animation: header-progress forwards 0.3s linear;
}

#new-list-wrap .fl-post-feed-post {
  border: none;
  margin-bottom: 0;
}

#new-list-wrap .fl-post-feed-title {
  width: 600px;
  margin-top: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

#new-list-wrap .fl-post-feed-meta {
  margin-bottom: 0;
  font-size: 12px;
  margin-top: 40px;
}

#new-list-wrap .fl-post-feed-post:nth-child(1) .fl-post-feed-meta {
  margin-top: 0px;
}

#new-list-wrap .fl-post-feed-meta:nth-child(2) {
  width: 80%;
}

#new-list-wrap .fl-post-feed-meta:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#new-list-wrap .fl-terms-label {
  margin-right: 4px;
  font-size: 12px;
}

#new-list-wrap .fl-post-feed-meta a,
#new-list-wrap .fl-post-feed-meta .fl-sep-term {
  display: none;
}

.dft-btn-wrap {
  position: relative;
  border-radius: 4px;
}

.dft-btn {
  color: #333;
  padding: 14px 24px;
  border: 2px solid #333333;
  cursor: pointer;
  position: relative;
  z-index: 2;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dft-btn-wrap:after {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #333;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  border-radius: 4px;
}

.dft-btn-wrap.btn-white:after {
  background: #fff;
}

.dft-btn-wrap.btn-white .dft-btn {
  color: #fff;
  border: 2px solid #fff;
}

.dft-btn .arrow-svg-w {
  display: none;
}

.dft-btn-wrap.btn-white .dft-btn .arrow-svg-w {
  display: block;
}

.dft-btn-wrap:hover .dft-btn .arrow-svg-w {
  display: block;
}

.dft-btn-wrap:hover .dft-btn .arrow-svg-b {
  display: none;
}

.dft-btn-wrap.btn-white:hover .dft-btn .arrow-svg-b {
  display: block;
}

.dft-btn-wrap.btn-white:hover .dft-btn .arrow-svg-w {
  display: none;
}

.dft-btn-wrap.btn-white .dft-btn .arrow-svg-b {
  display: none;
}

.dft-btn-wrap:hover:after {
  width: 100%;
}

.dft-btn-wrap:hover .dft-btn {
  color: #fff;
}

.dft-btn-wrap.btn-white:hover .dft-btn {
  color: #333;
}

.dft-btn-wrap.btn-white:hover:after {
  background: rgba(255, 255, 255, 1);
}

.scheme-header {
  position: relative;
}

.scheme-header::after {
  content: "";
  width: 64px;
  height: 4px;
  background-color: #0071d0;
  position: absolute;
  bottom: -24px;
  left: calc((100% - 64px) / 2);
}

#scheme-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#scheme-btn-wrap .dft-btn-wrap {
  margin: 0 20px;
}

#scheme-btn-wrap .dft-btn-wrap:nth-child(1) {
  width: 222px;
}

.number-counter .fl-number-string {
  font-size: 18px;
}

.number-counter .fl-number-string .fl-number-int {
  font-size: 64px;
  color: #0071d0;
  margin-right: 16px;
}

.appliances-wrap {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #0071d0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ft-size-40 {
  font-size: 40px;
}

.ft-size-32 {
  font-size: 32px;
}

.ft-size-28 {
  font-size: 28px;
}

.ft-size-16 {
  font-size: 16px;
}

.ft-size-14 {
  font-size: 14px;
}

.ft-size-12 {
  font-size: 12px;
}

.ft-size-18 {
  font-size: 18px;
}

#btn-mb {
  display: none;
}

.appliances-wrap {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.bot-link .fl-col-content.fl-node-content:hover .appliances-wrap {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

#banner-wrap .swiper-slide img {
  width: 100%;
}

#news-video-wrap .news-tab-wb,
#video-tab-wb {
  display: none;
}

@media screen and (min-width: 1450px) and (max-width: 1600px) {
  #banner-wrap .swiper-slide {
    max-height: calc(100vh - 120px);
    overflow: hidden;
  }

  #banner-wrap .swiper-slide img {
    margin-top: -22px;
  }

  #cause-wrap .cause-container {
    height: 460px;
  }

  #news-image-wrap {
    width: 70% !important;
  }

  #news-lists-wrap {
    width: 30% !important;
  }

  #new-list-wrap .fl-post-feed-meta:nth-child(2) {
    width: auto;
  }
}

@media screen and (min-width: 1250px) and (max-width: 1300px) {
  #banner-wrap .swiper-slide {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100vh - 200px);
  }

  #news-video-wrap .parent .img-wrap picture,
  #news-video-wrap .parent .video-wrap picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #news-video-wrap .parent .img-wrap img.pic,
  #video-content-wrap .parent .video-wrap img.pic {
    max-width: none;
    width: 120%;
  }

  #news-lists-wrap {
    width: 30% !important;
  }

  #news-image-wrap {
    width: 70% !important;
  }

  #cause-wrap .cause-container {
    height: 458px !important;
  }

  #scheme-wrap .fl-row-content-wrap {
    padding: 190px 0 !important;
  }

  #news-video-wrap .news-name::after {
    bottom: -10px;
  }

  #news-video-wrap .news-date {
    margin-top: 40px;
  }

  #news-video-wrap .news-content-wrap .parent .div1 {
    height: 416px;
  }

  #news-video-wrap .news-content-wrap .parent .div2,
  #news-video-wrap .news-content-wrap .parent .div3 {
    height: 200px;
  }

  #new-list-wrap .fl-post-feed-header {
    margin-bottom: 5px;
  }

  #new-list-wrap .fl-post-feed-header::after {
    bottom: -5px;
  }

  #new-list-wrap .fl-post-feed-title {
    margin-top: 10px;
  }

  #new-list-wrap .fl-post-feed-meta {
    margin-top: 28px;
  }

  #cause-wrap .cause-container .cause-item:nth-child(2).active {
    background-position-x: 75%;
  }
}

@media (max-width: 1700px) {
  .ft-size-40,
  .scheme-header .ops-40 {
    font-size: 38px;
  }

  .ft-size-32 {
    font-size: 30px;
  }

  #society-wrap .society-container .tab-item {
    padding-left: 30px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  #society-wrap .tab-content-container {
    margin-left: 15%;
  }
}

@media (max-width: 1600px) {
  #banner-wrap .content-wrap {
    left: 100px;
  }

  #news-image-wrap .fl-col-content {
    padding-left: 100px;
  }

  #news-lists-wrap .fl-col-content {
    padding-right: 100px;
  }

  #tab-wraps .fl-node-content,
  #video-contents-wrap .fl-module-content {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  #society .fl-module-content {
    margin-left: 100px;
    margin-right: 100px;
  }

  #banner-wrap .swiper-pagination-lines {
    padding-right: 120px;
  }

  #new-list-wrap .fl-post-feed-meta:nth-child(2) {
    width: auto;
  }
}

@media (max-width: 1500px) {
  .ft-size-40,
  .scheme-header .ops-40 {
    font-size: 36px;
  }

  .ft-size-32 {
    font-size: 28px;
  }

  .ft-size-28 {
    font-size: 26px;
  }

  #society-wrap .society-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #society-wrap .tab-content-container {
    margin-left: 0;
  }

  #news-image-wrap {
    width: 70% !important;
  }

  #news-lists-wrap {
    width: 30% !important;
  }
}

@media (max-width: 1300px) {
  #banner-wrap .content-wrap {
    left: 70px;
  }

  #news-image-wrap .fl-col-content {
    padding-left: 70px;
  }

  #news-lists-wrap .fl-col-content {
    padding-right: 70px;
  }

  #tab-wraps .fl-node-content,
  #video-contents-wrap .fl-module-content {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  #society .fl-module-content {
    margin-left: 70px;
    margin-right: 70px;
  }

  #banner-wrap .swiper-pagination-lines {
    padding-right: 70px;
    bottom: 40px;
  }
}

@media (max-width: 1250px) {
  .ft-size-40,
  .scheme-header .ops-40 {
    font-size: 32px;
  }

  .ft-size-32 {
    font-size: 26px;
  }

  .ft-size-28 {
    font-size: 24px;
  }

  #society-wrap .tab-content-wrap .content-item {
    margin-left: 8px;
  }

  #banner-wrap .content-wrap {
    left: 40px;
  }

  #news-image-wrap .fl-col-content {
    padding-left: 40px;
  }

  #news-lists-wrap .fl-col-content {
    padding-right: 40px;
  }

  #tab-wraps .fl-node-content,
  #video-contents-wrap .fl-module-content {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  #society .fl-module-content {
    margin-left: 40px;
    margin-right: 40px;
  }

  #news-video-wrap .news-video-tab {
    width: 100%;
  }

  #video-content-wrap .parent,
  #news-video-wrap .news-content-wrap {
    width: 100%;
  }

  #video-content-wrap .parent > div {
    width: calc(100% - 40px);
  }

  #news-video-wrap .news-content-l {
    margin-right: 40px;
  }

  #news-video-wrap .news-name {
    width: 230px;
  }

  #news-image-wrap {
    width: 78% !important;
  }

  #news-lists-wrap {
    width: 22% !important;
  }
}

@media (max-width: 1120px) {
  .ft-size-40,
  .scheme-header .ops-40 {
    font-size: 30px;
  }

  .ft-size-32 {
    font-size: 24px;
  }

  .ft-size-28 {
    font-size: 22px;
  }

  #society-wrap .tab-content-wrap .content-item {
    width: 260px;
  }

  #society-wrap .tab-content-wrap .content-item div {
    height: auto;
  }

  #society-wrap .tab-content-wrap .content-item span {
    margin-top: 0;
  }

  #society-wrap .tab-content-wrap .content-item:nth-child(2n) span {
    margin-bottom: 15px;
  }

  #society-wrap .tab-content-wrap .content-item:nth-child(2n) span::after {
    bottom: -45px;
  }

  #banner-wrap .content-wrap {
    left: 30px;
  }

  #news-image-wrap .fl-col-content {
    padding-left: 30px !important;
  }

  #news-lists-wrap .fl-col-content {
    padding-right: 30px !important;
  }

  #tab-wraps .fl-node-content,
  #video-contents-wrap .fl-module-content {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  #bolan .fl-col-content {
    padding-left: 30px !important;
  }

  #society .fl-module-content {
    margin-left: 30px;
    margin-right: 30px;
  }

  #banner-wrap .swiper-pagination-lines {
    padding-right: 30px;
  }
}

@media (max-width: 1020px) {
  #news-video-wrap .news-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #news-video-wrap .news-content-l,
  #news-video-wrap .news-name {
    width: 720px;
  }

  #news-video-wrap .news-content-r {
    margin-top: 30px;
    width: 100%;
  }

  #society-wrap .society-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #society-wrap .society-container .tab-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #society-wrap .society-container .tab-item:not(:nth-of-type(1)) {
    margin-top: 0;
  }

  #society-wrap .society-container .tab-item {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    margin: 0 20px;
  }

  #society-wrap .tab-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #society-wrap .tab-content-wrap .content-item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  #society-wrap .tab-content-wrap .content-item {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }

  #society-wrap .tab-content-wrap .content-item span::after {
    left: -16px;
    bottom: 2px;
    width: 4px;
    height: 16px;
  }

  #society-wrap .tab-content-wrap .content-item span {
    margin-left: 16px;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #society-wrap .tab-content-wrap .content-item:nth-child(2n) span::after {
    bottom: 2px;
  }

  #society-wrap .tab-content-wrap .content-item {
    margin-left: 0;
  }

  .fl-row-content-wrap {
    padding-left: 0 !important;
  }

  #scheme-wrap .fl-row-content-wrap {
    background-image: url(https://panasonic.cn/wp-content/uploads/2023/03/scheme-750.jpg);
  }

  #news-video-wrap .news-content-wrap .parent .div3,
  #news-video-wrap .news-content-wrap .parent .div2,
  #news-video-wrap .news-content-wrap .parent .div1 {
    height: auto;
    display: inline-block;
  }

  #news-image-wrap {
    width: 100% !important;
  }

  #news-lists-wrap {
    width: 100% !important;
    padding-left: 30px;
    margin-top: 30px;
  }

  #new-list-wrap .fl-post-feed-meta:nth-child(2) {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .fl-row-content-wrap {
    padding-right: 0 !important;
  }

  #cause-wrap .cause-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #cause-wrap .cause-container .cause-item.active {
    margin: 0;
  }

  #cause-wrap .cause-container .cause-item:nth-child(2) {
    margin: 10px 0;
  }

  #cause-wrap .cause-container .cause-item:nth-child {
    background-position: center;
  }

  #cause-wrap .cause-container .cause-item:nth-child(1) {
    background-position: 10% 20%;
  }

  #cause-wrap .cause-container .cause-item.active:nth-child(1) {
    background-position: center;
  }

  #cause-wrap .cause-container .cause-item {
    padding: 0;
    margin-top: 20px;
  }

  #cause-wrap .cause-container .cause-item img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  #cause-wrap .item-fixed {
    z-index: 2;
  }

  #cause-wrap .cause-container .cause-item.active {
    background-position: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #cause-wrap .cause-container .cause-item:hover {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important;
  }

  #cause-wrap .cause-title,
  #cause-wrap .cause-content {
    opacity: 1;
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    transform: none;
  }

  #cause-wrap .cause-title {
    bottom: 40px;
  }

  #cause-wrap .cause-content {
    bottom: 15px;
  }

  #new-list-wrap .fl-post-feed-header:hover:after {
    -webkit-animation: none;
    animation: none;
  }
}

@media (max-width: 800px) {
  #banner-wrap .swiper-slide img {
    margin-left: 0;
    width: 100%;
  }

  #banner-wrap .content-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 40px;
  }

  #banner-wrap .swiper-pagination-lines {
    bottom: 60px;
  }

  #cause .fl-module-content,
  #society .fl-module-content.fl-node-content {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  #news-video #news-image-wrap .fl-module-content {
    margin-bottom: 0;
  }

  #news-video #news-lists-wrap .fl-module-content {
    margin-top: 0;
  }

  #develop .fl-row-content-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #cause-wrap {
    margin-top: 40px;
  }

  #video-content-wrap .parent,
  #news-video-wrap .news-content-wrap {
    margin: 40px auto 0 auto;
  }

  #news-image-wrap .fl-col-content {
    padding-left: 0 !important;
  }

  #news-lists-wrap {
    padding-left: 0;
  }

  #news-image-wrap,
  #news-lists-wrap {
    padding: 0 30px;
  }
}

@media (max-width: 780px) {
  #news-video-wrap .parent,
  #video-content-wrap .parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #news-video-wrap .parent > div,
  #video-content-wrap .parent > div {
    margin-top: 20px;
  }

  #video-content-wrap .parent .div1,
  #video-content-wrap .parent .pic-r {
    width: 100%;
  }

  #video-content-wrap .parent .pic-r .div3 {
    margin-top: 20px;
  }

  #news-video-wrap .news-content-wrap .parent .div1 {
    margin-right: 0;
  }

  #news-video-wrap .news-content-l,
  #news-video-wrap .news-name {
    width: 100%;
  }

  #news-video-wrap .news-content-wrap {
    margin-left: 0;
  }

  .text-br {
    display: none;
  }

  #news-video-wrap .news-content-wrap .parent > div {
    width: 100% !important;
  }

  #news-video-wrap .news-video-tab {
    display: none;
  }

  #news-video-wrap .news-tab-wb {
    margin-top: 80px;
  }

  #news-video-wrap .news-tab-wb,
  #video-tab-wb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #video-tab-wb {
    margin-top: 70px;
  }

  #news-video-wrap .news-tab-wb img,
  #video-tab-wb img {
    width: 11px;
    height: 19px;
    margin-top: 2px;
    margin-left: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  #news-video-wrap .news-tab-wb.active img,
  #video-tab-wb.active img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  #news-video-wrap .news-tab-wb::after,
  #video-tab-wb::after {
    content: "";
    width: 64px;
    height: 4px;
    background: #0071d0;
    position: absolute;
    left: 0px;
    bottom: -16px;
  }

  #news-video-wrap .btn-pc {
    display: none;
  }

  #btn-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 70px;
    padding-right: 30px;
  }

  #tab-wraps {
    display: none;
  }

  #news-lists-wrap.fl-col-small {
    max-width: 100% !important;
  }

  #news-video-wrap .news-content-wrap .parent .div1,
  #news-video-wrap .news-content-wrap .parent .div3,
  #news-video-wrap .news-content-wrap .parent .div2,
  #news-video-wrap .news-content-wrap .parent .div3 img,
  #news-video-wrap .news-content-wrap .parent .div2 img,
  #news-video-wrap .news-content-wrap .parent .div1 img {
    width: 100%;
  }

  #scheme-btn-wrap .more-btn-wrap.large {
    width: 232px !important;
  }

  #scheme-wrap .fl-row-content-wrap {
    padding: 250px 0 !important;
  }
}

@media (max-width: 600px) {
  #society-wrap .ft-size-32,
  .ft-size-32 {
    font-size: 20px;
  }

  .ft-size-28 {
    font-size: 20px;
  }

  #society-wrap .society-container .tab-wrap .tab-content {
    font-size: 14px;
  }

  #society-wrap .society-container .tab-item {
    margin: 0 10px;
    padding-left: 15px;
  }

  .dft-btn {
    width: auto;
    padding: 10px 20px;
  }

  #scheme-wrap .dft-btn {
    padding: 10px 0;
  }

  #banner-wrap .content-wrap .kv-btn {
    padding: 10px 20px;
  }

  #news-video-wrap .news-video-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  #news-video-wrap .news-tab-item-wrap {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #scheme-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #scheme-btn-wrap .dft-btn-wrap {
    margin: 0 0 30px 0;
  }

  #banner-wrap .content-wrap .kv-btn-wrap {
    margin-top: 32px;
  }
}

@media (max-width: 470px) {
  #society-wrap .ft-size-32 {
    font-size: 18px;
  }

  .ft-size-28 {
    font-size: 18px;
  }

  #society-wrap .society-container .tab-item {
    margin: 0 8px;
  }

  .ft-size-18,
  .number-counter .fl-number-string {
    font-size: 15px !important;
  }
}

@media (max-width: 414px) {
  .number-counter .fl-number-string .fl-number-int {
    font-size: 40px;
  }

  .ft-size-40,
  .scheme-header .ops-40 {
    font-size: 22px;
  }

  .ft-size-16 {
    font-size: 14px;
  }

  #society-wrap .ft-size-32,
  .ft-size-32 {
    font-size: 18px;
  }

  #society-wrap .ft-size-32 {
    font-size: 18px;
  }

  #society-wrap .society-container .tab-item {
    margin: 0 8px;
  }

  #society-wrap .society-container .tab-item {
    border-left: 2px solid #fff;
    margin: 0 5px;
    padding-left: 10px;
  }

  #society-wrap .ft-size-32 {
    font-size: 17px;
  }

  #society-wrap .society-container .tab-wrap .tab-content {
    font-size: 12px;
  }

  #scheme-wrap .fl-row-content-wrap {
    padding: 150px 0 190px 0 !important;
  }
}
