@charset "UTF-8";

:root {
  --content-max-width: 1275px;
  --content-width: min(calc(100% - 8%), var(--content-max-width));
  --transition-fast: 0.2s;
  --color-accent-lightest: #ffe0e3;
  --color-accent-light: #e60027;
  --color-accent: #e60027;
  --color-accent-dark: #7e000a;
  --color-black: #000000;
  --color-foreground: #333333;
  --color-background: #fff;
  --color-background-accent: #f0f0f0;
  --color-border: #d9d9d9;
  --font-family-serif:
    system-ui,
    -apple-system,
    /* Firefox supports this but not yet `system-ui` */
    'Segoe UI',
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    serif;
  background-color: var(--color-background);
}

:root *,
:root *::before,
:root *::after {
  box-sizing: border-box;
}

/* :root img {
  max-width: 100%;
  height: auto;
} */
:root button {
  padding: 0;
  font-size: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}

:root :disabled {
  cursor: default;
}

:root iframe {
  border: none;
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

main {
  --content-width: min(calc(100% - 8%), 1224px);
}

@media screen and (min-width: 768.02px),
print {
  main {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 768px) {
  main {
    padding-bottom: 40px;
  }
}

.FocusItem__Link:is(a, a:link, a:visited) {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 16px;
  align-items: center;
  padding: 12px 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: var(--color-accent);
  transition-duration: var(--transition-fast);
  transition-property: background-color;
  border-radius: 5px;
}

@media screen and (min-width: 768.02px),
print {
  .FocusItem__Link:is(a, a:link, a:visited) {
    width: -moz-fit-content;
    width: fit-content;
    min-width: min(225px, 100%);
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .FocusItem__Link:is(a, a:link, a:visited) {
    width: 100%;
    max-width: 400px;
    font-size: 14px;
  }
}

.FocusItem__Link:is(a, a:link, a:visited)::before {
  content: "";
}

.FocusItem__Link:is(a, a:link, a:visited)::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  background-color: currentColor;
  transition-duration: var(--transition-fast);
  transition-property: transform background-color;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8.1 13.4"><polygon points="1.4,13.4 0,12 5.3,6.7 0,1.4 1.4,0 8.1,6.7 "/></svg>');
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8.1 13.4"><polygon points="1.4,13.4 0,12 5.3,6.7 0,1.4 1.4,0 8.1,6.7 "/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.FocusItem__Link:is(a, a:link, a:visited)[target=_blank]::after {
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 12"><path d="M10,2V0v0H0v0v3v7h2v2h10V2H10z M1,3h8v6H1V3z M11,11H3v-1h7V3v0h1V11z"/></svg>');
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 12 12"><path d="M10,2V0v0H0v0v3v7h2v2h10V2H10z M1,3h8v6H1V3z M11,11H3v-1h7V3v0h1V11z"/></svg>');
}

@media (hover: hover) {
  .FocusItem__Link:is(a, a:link, a:visited):where(:any-link, :enabled, summary):hover:not([target=_blank])::after {
    transform: translateX(2px);
  }
}

.FocusItem__Link:is(a, a:link, a:visited)::after {
  display: inline-block;
  justify-self: end;
  color: inherit;
}

@media (hover: hover) {
  .FocusItem__Link:is(a, a:link, a:visited):where(:any-link, :enabled, summary):hover {
    background-color: var(--color-accent-dark);
  }
}

@media screen and (min-width: 768.02px),
print {
  .FocusItem__Link {
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .FocusItem__Link {
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
  }
}

.inline-block {
  display: inline-block !important;
}

@media screen and (min-width: 768.02px),
print {
  .pc\:inline-block {
    display: inline-block;
  }
}

@media screen and (min-width: 768.02px),
print {
  .pc\:hidden {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp\:hidden {
    display: none !important;
  }
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff !important;
}

.relative {
  position: relative;
}

.FCol {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.FCol-Full {
  height: 100%;
}

.FCol-Padding {
  padding: 80px 0;
}

.FCol-DarkGray-Bg {
  background-color: #E5E5E5;
}

.FCol-Gray-Bg {
  background-color: #f1f1f1;
}

.FCol-White-Bg {
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .FCol-Padding {
    padding: 64px 0;
  }
}

@media screen and (max-width: 768px) {
  .FCol-Padding {
    padding: 40px 0;
  }
}

.FBg-Cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.FBox {
  width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.FBox.FBox-Full {
  height: 100%;
}

.FGrid {
  display: grid;
  gap: 25px;
  row-gap: 25px;
}

.FGrid.FGrid-1 {
  grid-template-columns: 100%;
}

.FGrid.FGrid-2 {
  grid-template-columns: repeat(2, calc((100% - 25px * (1)) / 2));
}

.FGrid.FGrid-3 {
  grid-template-columns: repeat(3, calc((100% - 25px * (2)) / 3));
}

.FGrid.FGrid-4 {
  grid-template-columns: repeat(4, calc((100% - 25px * (3)) / 4));
}

.FGrid.FGrid-1.FGrid-Gap-0 {
  gap: 0;
  row-gap: 0;
}

.FGrid.FGrid-2.FGrid-Gap-0 {
  gap: 0;
  row-gap: 0;
  grid-template-columns: 50% 50%;
}

.FGrid.FGrid-3.FGrid-Gap-0 {
  gap: 0;
  row-gap: 0;
  grid-template-columns: repeat(3, calc(100% / 3));
}

.FGrid>.FGrid-item {
  background-color: transparent;
}

.FGrid>.FGrid-item.FGrid-Span-2 {
  grid-column-start: span 2;
}

.FGrid>.FGrid-item.FGrid-Span-3 {
  grid-column-start: span 3;
}

@media screen and (max-width: 768px) {
  .FGrid {
    grid-gap: 10px;
  }

  .FGrid.FGrid-2,
  .FGrid.FGrid-2.FGrid-Gap-0,
  .FGrid.FGrid-3,
  .FGrid.FGrid-3.FGrid-Gap-0 {
    grid-template-columns: 100%;
  }

  .FGrid>.FGrid-item.FGrid-Span-2 {
    grid-column-start: auto;
  }

  .FGrid>.FGrid-item.FGrid-Span-3 {
    grid-column-start: auto;
  }

  .FGrid.FGrid-4 {
    grid-template-columns: repeat(2, calc((100% - 10px * (1)) / 2));
  }
}

.FTab {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.FTab-Body {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.FTab-Nav {
  width: 300px;
  position: relative;
  z-index: 1;
}

.FTab-Nav .FTab-Nav-Ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.FTab-Nav .FTab-Nav-Item {
  cursor: pointer;
  margin-bottom: 24px;
  background-color: rgba(0, 0, 0, 0.75);
}

.FTab-Nav .FTab-Nav-Item.actived {
  cursor: default;
}

.FTab-Nav .FTab-Nav-Item:hover,
.FTab-Nav .FTab-Nav-Item.actived {
  background-color: var(--color-accent-light);
}

.FTab-Nav .FTab-Nav-Item .FTab-Nav-Link {
  position: relative;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.FTab-Nav .FTab-Nav-Item .FTab-Nav-Link::after {
  display: none;
  content: '';
  position: absolute;
  top: calc((100% - 20px) / 2);
  right: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 10px 0 10px 10px;
  border-left-color: var(--color-accent-light);

}

.FTab-Nav .FTab-Nav-Item:hover .FTab-Nav-Link::after,
.FTab-Nav .FTab-Nav-Item.actived .FTab-Nav-Link::after {
  display: block;
}

.FTab-Nav .FTab-Nav-Item .FTab-Nav-Link h4 {
  font-size: 140%;
  color: #fff;
}

.FTab-Nav .FTab-Nav-Item .FTab-Nav-Link p {
  font-size: 100%;
  color: #fff;
  line-height: 1;
}

.FTab-Content {
  flex: 1;
  min-height: 540px;
}

.FTab-Content-Inner {
  display: block;
  position: relative;
}

.FTab-Content-Inner .FTab-Content-Item {
  display: none;
}

.FTab-Content-Inner .FTab-Content-Item.actived {
  display: block;
}

@media screen and (max-width: 1024px) {
	.FTab-Nav {
	    width: 240px;
	}
	
	.FTab-Nav .FTab-Nav-Item {
	    margin-bottom: 16px;
	}
	
	.FTab-Nav .FTab-Nav-Item .FTab-Nav-Link {
	    padding: 16px;
	}
	
	.FTab-Nav .FTab-Nav-Item .FTab-Nav-Link h4 {
	    font-size: 120%;
	}
}

@media screen and (max-width: 768px) {
  .FTab-Body {
    flex-direction: column;
  }

  .FTab-Content {
    width: 100%;
    min-height: 270px;
  }

  .FTab-Nav {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .FTab-Nav .FTab-Nav-Ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* overflow: scroll; */
  }

  .FTab-Nav .FTab-Nav-Item {
    margin-bottom: 12px;
  }

  .FTab-Nav .FTab-Nav-Item .FTab-Nav-Link {
    padding: 12px 16px;
  }

  .FTab-Nav .FTab-Nav-Item .FTab-Nav-Link::after {
    top: auto;
    right: auto;
    left: calc((100% - 10px) / 2);
    bottom: -6px;

    border-width: 5px 0 5px 5px;
    transform: rotate(90deg);
  }

  .FTab-Nav .FTab-Nav-Item .FTab-Nav-Link h4 {
    font-size: 100%;
    font-weight: 400;
  }

  .FTab-Nav .FTab-Nav-Item .FTab-Nav-Link p {
    font-size: 80%;
  }
}

a.LinkWithArrow {
  color: var(--color-accent-light);
}

a.LinkWithArrow.LinkWithArrow-White {
  color: #fff;
}

a.LinkWithArrow1_Left,
a.LinkWithArrow1_Right {
  font-size: 100%;
  text-decoration: none;
  position: relative;
}

a.LinkWithArrow1_Right {
  padding-right: 45px;
}

a.LinkWithArrow1_Right::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 17px;
  background: url(../img/icon_arrow_right_red.png) center no-repeat;
}

.HomeStatisList {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.HomeStatisList .HomeStatisItem {
  height: 60px;
  color: #333;
}

.HomeStatisList .HomeStatisItem h5 {
  font-weight: 400;
  font-size: 100%;
}

.HomeStatisList .HomeStatisItem h5 strong {
  padding-right: 2px;
  font-weight: 500;
  font-size: 220%;
  color: var(--color-accent);
}

.HomeStatisList .HomeStatisItem p {
  font-size: 80%;
}

.HomeStaticInfo {
  font-size: 80%;
  color: #333;
  opacity: 0.7;
  line-height: 24px;
}

.HomeStaticInfo img {
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .HomeStatisList {
    margin-left: 15%;
    width: 80%;
    grid-template-columns: 1fr 1fr;
  }

  .HomeStatisList .HomeStatisItem h5 strong {
    font-size: 200%;
  }

  .HomeStaticInfo {
    text-align: center;
  }
}

.HomeHightLights {
  width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
}

.HomeHightLightsInner {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.HomeHightLightsBody {
  width: 50%;
}

.HomeHightLightsBody p {
  font-size: 80%;
  width: 70%;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .HomeHightLightsBody {
    width: 100%;
  }

  .HomeHightLightsBody p {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}

.HomeCases {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.HomeCasesItem {
  margin: 0;
  width: 50%;
  padding: 0 6px;
  position: relative;
}

.HomeCasesItem > img {
  width: 100%;
  height: auto;
}

.HomeCasesItem .HomeCasesItemLink {
  position: absolute;
  width: 100%;
  height: 130px;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.HomeCasesItem .HomeCasesItemLink a {
  flex: 1;
  display: inline-flex;
  padding-left: 10%;
  color: #fff;
  text-decoration: none;
  text-align: left;
  font-size: 32px;
}

.HomeCasesItem .HomeCasesItemLink:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.HomeCasesItem .HomeCasesItemLink img {
  margin-right: 15px;
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 768px) {
  .HomeCases {
    padding: 32px 0;
    flex-direction: column;
  }

  .HomeCasesItem {
    width: 90%;
    padding: 0;
  }

  .HomeCasesItem .HomeCasesItemLink {
    height: 80px;
  }

  .HomeCasesItem img {
    width: 100%;
    height: auto;
  }
}

.ServiceByItem {
  width: 100%;
  height: 300px;
  background-color: #fff;
}

.ServiceByItem h5 {
  font-weight: 400;
  font-size: 100%;
}

.ServiceByItem h5 strong {
  padding-right: 2px;
  font-weight: 500;
  font-size: 250%;
  color: var(--color-accent);
}

.ServiceByItem p {
  font-size: 100%;
}

@media screen and (max-width: 768px) {
  .ServiceByItem {
    height: 165px;
  }

  .ServiceByItem h5 {
    font-size: 80%;
  }

  .ServiceByItem h5 strong {
    font-size: 200%;
  }

  .ServiceByItem p {
    font-size: 80%;
  }
}

.ServiceAzItem {
  width: 100%;
  height: 134px;
  background-color: #fff;
}

.ServiceAzItem img {
  margin-left: 12px;
  width: 109px;
  height: 109px;
}

.ServiceAzItem p {
  margin-left: 20px;
  font-size: 100%;
}

@media screen and (max-width: 768px) {
  .ServiceAzItem {
    width: 100%;
    height: 77px;
  }

  .ServiceAzItem img {
    margin-left: 5px;
    width: 55px;
    height: 55px;
  }

  .ServiceAzItem p {
    margin-left: 10px;
    font-size: 80%;
  }
}

a.BusinessesItemLink {
  position: relative;
  text-decoration: none;
  text-align: right;
  color: var(--color-accent-light);
  font-size: 100%;
  padding-right: 55px;
}

a.BusinessesItemLink::after {
  content: '';
  position: absolute;
  right: 12px;
  top: calc((100% - 17px) / 2);
  width: 27px;
  height: 17px;
  background-image: url(../img/icon_right.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  a.BusinessesItemLink {
    font-size: 80%;
    padding-right: 45px;
  }

  a.BusinessesItemLink::after {
    width: 20px;
    top: calc((100% - 12px) / 2);
    height: 12.5px;
  }
}

.BusinessesBottomItem {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 420px;
  background-color: #E5E5E5;
}

.BusinessesBottomItem .BusinessesBottomItemInner {
  width: 65%;
  height: 65%;
}

.BusinessesBottomItem .BusinessesBottomItemFull {
  width: 100%;
  height: 100%;
}

.BusinessesBottomItem .BusinessesBottomItemInner,
.BusinessesBottomItem .BusinessesBottomItemFull {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.BusinessesBottomItem .BusinessesBottomItemInner a {
  color: #fff;
  font-size: 150%;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.BusinessesBottomItem .BusinessesBottomItemInner a svg {
    margin-left: 5px;
}

.BusinessesBottomItem .BusinessesBottomItemFull p {
  color: #333;
  font-size: 150%;
  font-weight: 400;
  line-height: 1.5;
}

.BusinessesBottomItem .BusinessesBottomItemFull p strong {
  color: var(--color-accent);
  font-weight: 500;
}

.BusinessesBottomItem .BusinessesBottomItemFull a {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  border: 1px solid var(--color-accent-light);
  text-decoration: none;
}

.BusinessesBottomItem .BusinessesBottomItem1 {
  background-color: var(--color-accent);
  color: #fff;
}

.BusinessesBottomItem .BusinessesBottomItem2 {
  position: relative;
  background-color: #fafafa;
  color: #fff;
}

.BusinessesBottomItem .BusinessesBottomItem2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 12px;
  background-color: var(--color-accent);
}

.BusinessesBottomItem .BusinessesBottomItem3 {
  background-color: var(--color-foreground);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .BusinessesBottomItem {
    height: 210px;
  }

  .BusinessesBottomItem .BusinessesBottomItemInner {
    width: 50%;
    height: 50%;
  }

  .BusinessesBottomItem .BusinessesBottomItemInner img {
    width: 25px;
    height: auto;
  }

  .BusinessesBottomItem .BusinessesBottomItemInner a {
    font-size: 80%;
  }

  .BusinessesBottomItem .BusinessesBottomItemFull p {
    font-size: 100%;
  }

  .BusinessesBottomItem .BusinessesBottomItemFull a {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    font-size: 80%;
  }
}

.ServiceTopBrandingStat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ServiceTopBrandingStat h3 {
  margin: 0 0 12px 0;
  color: #fff;
  font-size: 100%;
  font-weight: 400;
}

.ServiceTopBrandingStat h3 strong {
  font-weight: 400;
  font-size: 200%;
  color: #fff;
  text-align: center;
}

.ServiceTopBrandingStat p {
  color: #fff;
  font-size: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ServiceTopBrandingStat h3 {
    margin-top: 10px;
  }

  .ServiceTopBrandingStat h3,
  .ServiceTopBrandingStat p {
    font-size: 80%;
  }

  .ServiceTopBrandingStat h3 strong {
    font-size: 150%;
  }
}

.full-screen {
  position: relative;
  /* width: 100vw;
  height: 100vh; */
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}



.HomeBrandingArea {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}


.HomeVideo {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
  background-color: #000;
}

.HomeVideo .first-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.music {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #e60012;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 3;
}

.music img {
  width: 16px;
}

.music.on {
  animation: xz_mp3 2s linear infinite;
}

@keyframes xz_mp3 {
  form {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


/* follow */
.FollowUsAreaInner .meiti {
    position: relative;
    z-index: 10;
}
.qrcode-img {
    position: absolute;
    width: 100%;
    bottom: -20%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.FollowUsAreaInner .meiti:hover .qrcode-img {
    opacity: 1;
    visibility: visible;
    bottom: 100%;
}

/* tab 白色层覆盖 */
.overlayMask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.8);
    z-index: 0;
}





.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.FSwiper {
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
}

.FSwiper .swiper-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.FSwiper .swiper-footer .swiper-button {
  position: relative;
  width: 160px;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.FSwiper .swiper-button-next,
.FSwiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  margin-top: calc(0px - (60px / 2));
  background-color: var(--color-accent-light);
}

.FSwiper .swiper-button-next:after,
.FSwiper .swiper-button-prev:after {
  font-size: 24px;
  color: #fff;
}

.FSwiper .swiper-footer .swiper-page {
  position: relative;
  flex: 1;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.FSwiper .swiper-pagination {
  text-align: left;
}

.FSwiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}

.FSwiper .swiper-pagination-bullet-active {
  background-color: var(--color-accent);
}

.FSwiper .swiper-horizontal>.swiper-pagination-bullets,
.FSwiper .swiper-pagination-horizontal.swiper-pagination-bullets,
.FSwiper .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.FSwiper .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 0;
  transform: none;
}

@media screen and (max-width: 768px) {
  .FSwiper .swiper-button-next, .FSwiper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .FSwiper .swiper-footer .swiper-button {
    width: 90px;
    height: 30px;
  }
  .FSwiper .swiper-button-next:after, .FSwiper .swiper-button-prev:after {
    font-size: 12px;
  }

  .FSwiper .swiper-footer {
    justify-content: center;
  }
  .FSwiper .swiper-footer .swiper-page {
    display: none;
    height: 30px;
  }
}

.f-play {
    cursor: pointer;
    text-decoration: none;
}
.f-play:hover {
    text-decoration: none;
}
.f-play > img {
    width: auto;
}

.f-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 88px;
    height: 88px;
    
    margin-left: -44px;
    margin-top: -44px;
    
    z-index: 9;
}


@media screen and (max-width: 768px) {
    .f-play-btn {
        width: 44px;
        height: 44px;
        
        margin-left: -22px;
        margin-top: -22px;
    }
    .f-play-btn > img {
        width: 100%;
        height: auto;
    }
}

.f-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.downGuide {
    text-align: center;
    font-size: 22px;
}
.downbtn {
    position: relative;
    color: #e60027 !important;
    text-decoration: none !important;
    border: 1px solid #e60027;
    padding:3px 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.iArrowR {
    fill: #e60027;
    width: 16px;
    height: 16px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.downbtn .iArrowR {
    margin-bottom: -2px;
    margin-right: 3px;
}
/*.downbtn:hover {*/
/*    background-color: #e60027;*/
/*    color: #ffffff !important;*/
/*}*/
.downbtn:hover .iArrowR {
    margin-right: 10px;
    /*fill: #ffffff;*/
}

.downGuide > p {
    width: 100%;
}

/* btn white */
.downbtn.btn-light {
    color: #ffffff !important;
    border-color: #ffffff;
    
}
.btn-light .iArrowR {
    fill:#ffffff;
}

/* btn blank */




@media screen and (max-width: 768px) {
    
    .downGuide > p {
        font-size: 50%;
    }
    
    .downbtn {
        padding: 5px 10px;
        font-size: 12px;
    }
    
    .iArrowR {
        display: none;
    }
}