@charset "utf-8";
/* 凯美瑞公共模块 */
@import "./animate.min.css";
@import "./nav/footer.css";
@import "./nav/tool-right.css";
@import "./nav/common-module.css";
* ::-webkit-scrollbar {
  width: 5px;
  display: none;
}
* ::-webkit-scrollbar-thumb {
  background-color: #efefef;
  border-radius: 5px;
}
* ::-webkit-scrollbar-thumb:hover {
  background-color: #bfbfbf;
}

.wow {
  opacity: 0;
}
.wow:nth-child(2) {
  -webkit-animation-delay: 0.4s;
     -moz-animation-delay: 0.4s;
       -o-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.wow:nth-child(3) {
  -webkit-animation-delay: 0.6s;
     -moz-animation-delay: 0.6s;
       -o-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.wow:nth-child(4) {
  -webkit-animation-delay: 0.8s;
     -moz-animation-delay: 0.8s;
       -o-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.pop-videoplay {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.pop-videoplay .pop-close {
  background: url(/uploads/image/2saicomponent/guanbi.png) no-repeat center;
  -o-background-size: 100%;
     background-size: 100%;
  width: 0.62rem;
  height: 0.62rem;
  position: absolute;
  top: 9%;
  right: 5%;
  cursor: pointer;
  z-index: 10;
}
.pop-videoplay .video-wrap {
  max-width: 1200px;
  width: 80%;
  background-color: #000;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pop-videoplay .video-wrap .xgplayer-skin-default.xgplayer-pause.xgplayer-start-hide .xgplayer-start,
.pop-videoplay .video-wrap .xgplayer-skin-default.xgplayer-playing .xgplayer-start,
.pop-videoplay .video-wrap .xgplayer-skin-default.xgplayer-playing .xgplayer-start .xgplayer-icon-play,
.pop-videoplay .video-wrap .xgplayer-skin-default.xgplayer-start-hide .xgplayer-start {
  display: none !important;
}
.pop-videoplay .swiper-button-prev {
  left: -1.26rem;
}
.pop-videoplay .swiper-button-next {
  right: -1.26rem;
}
.pop-videoplay .swiper-pagination {
  color: #fff;
}

.kv-bottom {
  position: absolute;
  z-index: 1;
  bottom: -2.5%;
  width: 2.4rem;
  left: 50%;
  -webkit-transform: translatex(-50%);
     -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
       -o-transform: translatex(-50%);
          transform: translatex(-50%);
}

.swiper-button-prev {
  width: 0.72rem;
  height: 0.72rem;
  left: 0.4rem;
  background: url(/uploads/image/2saicomponent/arrow_left_w.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}
.swiper-button-prev:after {
  content: "" !important;
}
.swiper-button-prev:hover {
  background-image: url(/uploads/image/2saicomponent/arrow_left_w_active.png);
}
.swiper-button-prev.black {
  background-image: url(/uploads/image/2saicomponent/arrow_left.png);
}
.swiper-button-prev.black:hover {
  background-image: url(/uploads/image/2saicomponent/arrow_left_active.png);
}

.swiper-button-next {
  width: 0.72rem;
  height: 0.72rem;
  right: 0.4rem;
  background: url(/uploads/image/2saicomponent/arrow_right_w.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  opacity: 1;
  cursor: pointer;
}
.swiper-button-next:after {
  content: "" !important;
}
.swiper-button-next:hover {
  background-image: url(/uploads/image/2saicomponent/arrow_right_w_active.png);
}
.swiper-button-next.black {
  background-image: url(/uploads/image/2saicomponent/arrow_right.png);
}
.swiper-button-next.black:hover {
  background-image: url(/uploads/image/2saicomponent/arrow_right_active.png);
}

.page-footer {
  background-color: #fff;
}
.page-footer .section_bottom_btn {
  background-color: #f2f2f2;
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8.3%;
}
.page-footer .section_bottom_btn .bottom_btn_item {
  display: block;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.35rem 0;
  font-size: 0.18rem;
}
.page-footer .section_bottom_btn .bottom_btn_item img {
  display: inline-block;
  width: 0.65rem;
  margin-bottom: 0.2rem;
}
.page-footer .section_bottom_btn .bottom_btn_item:hover {
  background-color: #fff;
  color: #000;
}
.page-footer .section_bottom_remarks {
  background-color: #000;
  padding: 0.4rem 8.3% 0.7rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999;
}
.page-footer .section_bottom_remarks .margintop {
  margin-top: 0.3rem;
}
.page-footer .section_bottom_remarks .marginleft {
  margin-left: 0.3rem;
}

.play-btn {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  z-index: 11;
  cursor: pointer;
  background: url(/uploads/image/2saicomponent/play_arrow.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.play-btn i {
  background: url(/uploads/image/2saicomponent/play_cricle.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.play-btn i.animate {
  -moz-animation: play_cricle 3s linear infinite;
    -o-animation: play_cricle 3s linear infinite;
       animation: play_cricle 3s linear infinite;
  -webkit-animation: play_cricle 3s linear infinite;
}

@-webkit-keyframes play_cricle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes play_cricle {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes play_cricle {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes play_cricle {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .pop-videoplay .pop-close {
    top: 22%;
  }
}
@media (max-width: 750px) {
  .pop-videoplay .pop-close {
    width: 40px;
    height: 40px;
    position: fixed;
    -webkit-transform: translate(-50%, 0%);
       -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
         -o-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    top: 26.5%;
    left: 90%;
  }
  .pop-videoplay .video-wrap {
    max-width: 100%;
    width: 100%;
  }
  .pop-videoplay .swiper-button-prev {
    position: fixed;
    top: 125%;
    left: 20%;
  }
  .pop-videoplay .swiper-button-next {
    position: fixed;
    top: 125%;
    right: 20%;
  }
  .pop-videoplay .swiper-pagination {
    display: block;
    position: fixed;
    top: 125%;
    bottom: 0;
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.74rem;
    height: 0.74rem;
    letter-spacing: 0.02rem;
    text-align: center;
    margin-top: -22px;
    z-index: 9;
  }
  .kv-bottom {
    bottom: 0;
    width: 2.8rem;
  }
  .page-footer .section_bottom_btn .bottom_btn_item {
    font-size: 0.24rem;
  }
  .page-footer .section_bottom_remarks {
    padding: 0.4rem 0.24rem 1rem;
    font-size: 0.2rem;
    line-height: 0.28rem;
  }
}
.animation-slide-top {
  -webkit-transform: translatey(50px);
     -moz-transform: translatey(50px);
      -ms-transform: translatey(50px);
       -o-transform: translatey(50px);
          transform: translatey(50px);
  opacity: 0;
  -webkit-animation: slide-top 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: slide-top 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
       -o-animation: slide-top 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-top 0.4s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translatey(50px);
            transform: translatey(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    opacity: 1;
  }
}
@-moz-keyframes slide-top {
  0% {
    -moz-transform: translatey(50px);
         transform: translatey(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translatey(0);
         transform: translatey(0);
    opacity: 1;
  }
}
@-o-keyframes slide-top {
  0% {
    -o-transform: translatey(50px);
       transform: translatey(50px);
    opacity: 0;
  }
  100% {
    -o-transform: translatey(0);
       transform: translatey(0);
    opacity: 1;
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translatey(50px);
       -moz-transform: translatey(50px);
         -o-transform: translatey(50px);
            transform: translatey(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translatey(0);
       -moz-transform: translatey(0);
         -o-transform: translatey(0);
            transform: translatey(0);
    opacity: 1;
  }
}