@charset "UTF-8";
/*******/
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}
@media screen and (max-width: 1800px) and (min-width: 1601px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1441px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1441px) and (max-height: 920px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 14px;
  }
}

body {
  min-width: 1000px;
  font-size: 1em;
  color: #fff;
  min-height: 100%;
  background: #222538;
  font-weight: 200;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: rgba(34, 37, 56, 0.5);
}

div, span, h1, h2, h3, h4, h5, h6, p, input, select, textarea, label, dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-weight: 200;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
div:focus, div:active, span:focus, span:active, h1:focus, h1:active, h2:focus, h2:active, h3:focus, h3:active, h4:focus, h4:active, h5:focus, h5:active, h6:focus, h6:active, p:focus, p:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active, label:focus, label:active, dl:focus, dl:active, dt:focus, dt:active, dd:focus, dd:active, ul:focus, ul:active, li:focus, li:active {
  outline: none;
  box-shadow: none;
}

div:focus, span:focus, i:focus {
  outline: none;
}

input[type='radio'], input[type='checkbox'], textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}
input[type='radio']:focus, input[type='radio']:active, input[type='checkbox']:focus, input[type='checkbox']:active, textarea:focus, textarea:active {
  outline: none;
  box-shadow: none;
}

button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
button:focus {
  outline: none;
}

a {
  color: inherit;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
}

table {
  border: none;
}

th, td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e5e5e5;
}

.wrapper {
  width: 100%;
  min-height: 568px;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}

.global-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 10rem;
  position: relative;
  display: block;
  z-index: 5;
}
.global-inner:before, .global-inner:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 1920px) {
  .global-inner {
    width: 1420px;
    margin: 0 auto;
    padding: 0 5px 0 0;
  }
}
@media (max-width: 991.98px) {
  .global-inner, .sm-inner {
    width: 100% !important;
    padding: 0 0.18rem;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.en {
  font-family: "Arial";
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.fa {
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-sm-down {
    display: none !important;
  }

  .hidden-sm-up {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .hidden-xxl-up {
    display: none !important;
  }
}
@media (max-width: 1919.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
/***** 滚动条 *****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}

.mCSB_scrollTools {
  width: 5px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: transparent;
  transition: all 1.5s easeInOut;
  -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 5px;
  background: #222538;
}

/***** popover-box ****/
.popover-box {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
}

.popover-zhe {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1025;
}

.popover-inner {
  width: 100%;
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1030;
  -webkit-overflow-scrolling: touch;
}

.popover-close {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  overflow: hidden;
  background: url(/Img/images/close_01.png) no-repeat center center;
  background-size: 0.2rem auto;
  border-radius: 100%;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  cursor: pointer;
  z-index: 1040;
}

/**** modal ***/
.modal-backdrop {
  display: none !important;
}

#modalDiv {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: -1;
}

.modal {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important;
}
.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}
.modal .modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-close {
  width: 3em;
  height: 3em;
  display: block;
  background: url(/Img/images/close_01.png) no-repeat center center;
  background-size: 1.25em auto;
  border: solid 1px #fff;
  border-radius: 100%;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1100;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .modal-close {
    right: 0.18rem;
    position: fixed;
    top: 0.18rem;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

/**** animate ***/
.animated {
  animation-delay: .1s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 500px, 0);
    -webkit-transform: translate3d(0, 500px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
.fadeInUp2 {
  animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInUp3 {
  animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/**** video ***/
.video-box {
  position: relative;
}
.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  background-color: #222538;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 20;
}
.video-js:hover .vjs-big-play-button {
  background-color: transparent;
  opacity: 1;
}
.video-js .vjs-big-play-button {
  width: 5.9rem;
  height: 5.9rem;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  border-radius: 100%;
  z-index: 50;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 3.3rem;
  height: 3.7rem;
  display: block;
  background: url("/Img/images/video_play2.png") no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-30%, -50%);
  -webkit-transform: translate(-30%, -50%);
  border: none;
  z-index: 50;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.video-js .vjs-big-play-button:focus {
  border-color: #ff7f00;
}
.video-js .vjs-poster {
  background-size: cover;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.video-js .vjs-subs-caps-button {
  display: none !important;
}
.video-js .vjs-control-bar {
  display: none;
}
@media (max-width: 991.98px) {
  .video-js .vjs-big-play-button {
    width: 0.6rem;
    height: 0.6rem;
    margin: -0.3rem 0 0 -0.3rem;
  }
}

.video-play {
  width: 3.7rem;
  height: 4.3rem;
  display: block;
  background: url("/Img/images/video_play2.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.15rem 0 0 -1.85rem;
  z-index: 50;
  cursor: url("/Img/images/pointer2.cur"), auto;
}

/******/
.scaleImg {
  display: block;
  overflow: hidden;
  position: relative;
}
.scaleImg .imgs-box, .scaleImg .item-imgs {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.scaleImg .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.scaleImg img {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
@media (min-width: 768px) {
  .scaleImg:hover .image, .scaleImg:hover .item-imgs img, .scaleImg:hover .imgs-box img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
}

/**** header ****/
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.head-logo {
  float: left;
  margin: 1rem 1.2rem;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head-logo img {
  height: 2.6rem;
  display: block;
}

.head-menu {
  width: 1.9rem;
  height: 2.6rem;
  display: block;
  position: fixed;
  right: 1.3rem;
  top: 1rem;
  z-index: 2000;
  cursor: pointer;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head-menu .linebox {
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.head-menu .line {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: swing;
  transition-timing-function: swing;
}
.head-menu .line1 {
  top: 0;
}
.head-menu .line2 {
  top: 50%;
  margin-top: -1px;
}
.head-menu .line3 {
  bottom: 0;
}

.body-zhe {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #222538;
  opacity: 0.4;
}

#modalNavBox {
  overflow: hidden;
  background: none;
}
#modalNavBox .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  transition: none;
  -webkit-transition: none;
  transform: none;
  -webkit-transform: none;
  position: absolute;
  left: 0;
  top: 0;
}
#modalNavBox .modal-content {
  width: 375px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  background: #54586a;
  opacity: 1;
  padding: 4.7rem 29px 3.25rem 49px;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#modalNavBox.show .modal-content {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
#modalNavBox .navlist {
  width: 100%;
}
#modalNavBox .navlist > li {
  margin-bottom: 3rem;
  position: relative;
}
#modalNavBox .navlist .lv1 {
  height: 1em;
  font-size: 0.9rem;
  line-height: 1em;
  letter-spacing: 0px;
  color: #ff7f00;
  margin-bottom: 1.5rem;
}
#modalNavBox .subnav li {
  font-size: 1.2rem;
  line-height: 1em;
  color: #fff;
  margin-bottom: 1.15rem;
  position: relative;
}
#modalNavBox .subnav li:last-child {
  margin-bottom: 0;
}
#modalNavBox .subnav li a {
  height: 1.6rem;
  display: block;
  position: relative;
}
#modalNavBox .subnav li a:before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #222538;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#modalNavBox .subnav li a:after {
  content: '';
  width: 0;
  height: 2px;
  display: block;
  background: #ff7f00;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#modalNavBox .navitem2 {
  margin-top: 3.6rem;
}
#modalNavBox .navitem2 .subnav li {
  font-size: 1rem;
  line-height: 1em;
  color: #fff;
  margin-bottom: 3.2rem;
}
#modalNavBox .navitem2 .subnav li a {
  height: 1.4rem;
}
#modalNavBox .antd {
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  opacity: 0;
}
#modalNavBox .botool {
  width: 100%;
  overflow: hidden;
}
#modalNavBox a[href]:hover, #modalNavBox a[href]:active, #modalNavBox a[href]:focus {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
#modalNavBox a[href]:hover:after, #modalNavBox a[href]:active:after, #modalNavBox a[href]:focus:after {
  width: 100%;
}
@media screen and (max-height: 920px) {
  #modalNavBox .navlist li {
    margin-bottom: 2.5rem;
  }
  #modalNavBox .navitem2 {
    margin-top: 3rem;
  }
  #modalNavBox .navitem2 .subnav li {
    margin-bottom: 2rem;
  }
}

.btn-language {
  display: inline-block;
  vertical-align: top;
  font-size: 0.75rem;
  line-height: 1.3rem;
  color: #fff;
  overflow: hidden;
}
.btn-language img {
  height: 1.3rem;
  float: left;
  margin: 0 0.5rem 0 0;
}

body.nav-open .head-menu .line2 {
  width: 0;
}
body.nav-open .head-menu .line1 {
  transform: translateY(9px) rotate(45deg);
  -webkit-transform: translateY(9px) rotate(45deg);
}
body.nav-open .head-menu .line3 {
  transform: translateY(-9px) rotate(-45deg);
  -webkit-transform: translateY(-9px) rotate(-45deg);
}
body.nav-open .body-zhe {
  display: block;
}
body.hide-head .header, body.had-loading .header {
  opacity: 0;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
}

/**** main-box ***/
.main-box {
  width: 100%;
  background: #222538;
  position: relative;
  z-index: 20;
}
.main-box.isScroll {
  height: 100vh;
  overflow: hidden;
}

/**** footer ***/
.footer {
  width: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.foot-topbox {
  width: 100%;
  padding: 2rem 0;
  background-color: #222538;
  position: relative;
  border-top: solid 1px rgba(255, 255, 255, 0.7);
}
.foot-topbox .row {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.foot-topbox .lfbox {
  max-width: 1193px;
  flex: 0 0 84.31%;
}
.foot-topbox .lflist {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: nowrap;
  margin: 0 -1.2%;
}
.foot-topbox .flex-item {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  letter-spacing: 1px;
  white-space: nowrap;
  flex: 1 1 14.3%;
  -webkit-flex: 1 1 14.3%;
  -ms-flex: 1 1 14.3%;
  padding: 0 1.2%;
}
.foot-topbox .flex-item .item-inner {
  width: 100%;
  min-width: 8em;
  white-space: normal;
}
.foot-topbox .flex-item .tit {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 14px;
  color: #ff7f00;
}
.foot-topbox .flex-item .doc {
  opacity: 0.7;
}
.foot-topbox .flex-item.lv1 {
  font-size: 20px;
  line-height: 26px;
  flex: 1 1 57.2%;
  -webkit-flex: 1 1 57.2%;
  -ms-flex: 1 1 57.2%;
  color: #ff7f00;
}
.foot-topbox .flex-item.tel {
  flex: 1 1 28.6%;
  -webkit-flex: 1 1 28.6%;
  -ms-flex: 1 1 28.6%;
}
.foot-topbox .rtbox {
  flex: 0 0 15.69%;
}

.foot-gotop {
  float: right;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #ffffff;
}
.foot-gotop i {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  background: url("/Img/images/arrow_top.png") no-repeat center center;
  background-size: contain;
  margin: 0 12px 0 0;
}
.foot-gotop:hover {
  color: #fff;
}

.foot-botbox {
  width: 100%;
  padding: 2.9rem 0 3rem;
  background-color: #222538;
  position: relative;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.foot-botbox .bg-lt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.foot-botbox .bg-lt img {
  width: 100%;
  display: block;
}
.foot-botbox .bg-rt {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.foot-botbox .bg-rt img {
  width: 100%;
  display: block;
}
.foot-botbox .line-bt {
  width: 64.27%;
  height: 1px;
  display: block;
  background-image: linear-gradient(225deg, rgba(255, 127, 0, 0) 0%, #ff7f00 48%, rgba(255, 127, 0, 0) 100%);
  position: absolute;
  left: 16.72%;
  bottom: 4.06%;
  z-index: 1;
}
.foot-botbox .row {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.foot-navbox {
  max-width: 1193px;
  flex: 0 0 84.31%;
}

.foot-logo {
  flex: 0 0 15.69%;
}
.foot-logo a {
  width: 80%;
  float: right;
  max-width: 163px;
}
.foot-logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.foot-navlist {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: nowrap;
  color: #fff;
  margin: 0 -1.2%;
}
.foot-navlist > li {
  white-space: nowrap;
  flex: 1 1 14.3%;
  -webkit-flex: 1 1 14.3%;
  -ms-flex: 1 1 14.3%;
  padding: 0 1.2%;
}
.foot-navlist .item-inner {
  width: 100%;
  max-width: 115px;
}
.foot-navlist .lv1 {
  width: 100%;
  display: block;
  height: 25px;
  font-size: 12px;
  line-height: 24px;
  border-bottom: solid 1px #9b9b9b;
  color: #ff7f00;
}
.foot-navlist .lv1 a {
  color: #ff7f00;
}
.foot-navlist .subnav {
  width: 100%;
  overflow: hidden;
  margin-top: 11px;
}
.foot-navlist .subnav a {
  font-size: 13px;
  line-height: 22px;
  opacity: 0.7;
}
.foot-navlist a {
  color: #fff;
}
.foot-navlist a:hover {
  opacity: 1;
}

.foot-support {
  display: none;
}

/*********/
.cmn-pointer {
  z-index: 200;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  pointer-events: none;
  background: url("/Img/images/pointer.png") no-repeat center center;
  background-size: contain;
  opacity: 0;
}
@media (max-width: 1199.98px) {
  .cmn-pointer {
    display: none;
  }
}
.cmn-pointer.is-active {
  opacity: 1;
  cursor: default;
}

@keyframes downFlv {
  0% {
    transform: translateY(-0.5rem);
    -webkit-transform: translateY(-0.5rem);
  }
  100% {
    transform: translateY(0.5rem);
    -webkit-transform: translateY(0.5rem);
  }
}
@-webkit-keyframes downFlv {
  0% {
    transform: translateY(-0.5rem);
    -webkit-transform: translateY(-0.5rem);
  }
  100% {
    transform: translateY(0.5rem);
    -webkit-transform: translateY(0.5rem);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(46px);
  }
}
.global-down, .icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  bottom: 10px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 25px;
  z-index: 999;
  transform: scale(0.5);
  position: fixed;
  left: 50%;
}
.global-down:before, .icon-scroll:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background: #ff7f00;
  margin-left: -4px;
  position: absolute;
  left: 50%;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
/* @media(max-width:1300px){
     .lfbox .item-inner br{
    display: none;
  }
} */
/*# sourceMappingURL=module.css.map */
