@charset "utf-8";
/* 公共模块 */
@import "./animate.min.css";
@import "./nav/footer.css";
@import "./nav/tool-right.css";
@import "./nav/common-module.css";
@import "./modules/info-window.css";
@import "./modules/order-list.css";
@import "./modules/active-info.css";
@import "./modules/car-policy.css";
@import "./modules/config-price.css";
@import "./modules/wonder-appr.css";
/* 公共样式 */
.text-effect {
  opacity: 0;
  -webkit-transform: translatey(20px);
  -moz-transform: translatey(20px);
   -ms-transform: translatey(20px);
    -o-transform: translatey(20px);
       transform: translatey(20px);
}
.text-effect:nth-child(1) {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.text-effect:nth-child(2) {
  -webkit-transition: all 0.2s ease 0.2s;
  -o-transition: all 0.2s ease 0.2s;
  -moz-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}
.text-effect:nth-child(3) {
  -webkit-transition: all 0.2s ease 0.4s;
  -o-transition: all 0.2s ease 0.4s;
  -moz-transition: all 0.2s ease 0.4s;
  transition: all 0.2s ease 0.4s;
}
.text-effect:nth-child(4) {
  -webkit-transition: all 0.2s ease 0.5s;
  -o-transition: all 0.2s ease 0.5s;
  -moz-transition: all 0.2s ease 0.5s;
  transition: all 0.2s ease 0.5s;
}
.text-effect:nth-child(5) {
  -webkit-transition: all 0.2s ease 0.6s;
  -o-transition: all 0.2s ease 0.6s;
  -moz-transition: all 0.2s ease 0.6s;
  transition: all 0.2s ease 0.6s;
}
.text-effect.text-effect-show {
  opacity: 1;
  -webkit-transform: translatey(0);
  -moz-transform: translatey(0);
   -ms-transform: translatey(0);
    -o-transform: translatey(0);
       transform: translatey(0);
}

.section-content {
  position: relative;
  height: 100%;
}
.section-content .section-title {
  text-align: center;
  padding-top: 1.2rem;
  font-size: 0.48rem;
}
.section-content .verticalcenter {
  position: absolute;
  width: 100%;
  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%);
}

.section_carin {
  color: #000;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 0.24rem;
  background-color: #fff;
}
.section_carin h2 {
  font-size: 0.36rem;
}
.section_carin a {
  display: block;
}
.section_carin a img {
  width: 4.4rem;
  margin: 2% auto;
}

.section_bottom {
  width: 100%;
  background-color: #000;
}
.section_bottom .section_bottom_btn {
  text-align: center;
  background-color: #f2f2f2;
}
.section_bottom .section_bottom_btn .bottom_btn_item {
  display: inline-block;
  width: 4rem;
}
.section_bottom .section_bottom_btn .bottom_btn_item a {
  display: block;
  padding: 0.35rem 0;
  font-size: 0.18rem;
}
.section_bottom .section_bottom_btn .bottom_btn_item a img {
  display: inline-block;
  width: 0.8rem;
  margin-bottom: 0.2rem;
}
.section_bottom .section_bottom_btn .bottom_btn_item:hover {
  background-color: #fff;
}
.section_bottom .section_bottom_btn .bottom_btn_item:hover a:hover {
  color: #000;
}
.section_bottom .section_bottom_remarks {
  width: 83.4%;
  padding: 0.4rem 0 0.7rem;
  margin: auto;
  font-size: 0.14rem;
  color: #999;
  line-height: 1.6;
}
.section_bottom .section_bottom_remarks .margintop {
  margin-top: 0.3rem;
}
.section_bottom .section_bottom_remarks .marginleft {
  margin-left: 0.3rem;
}

.pop-videoplay .pop-close {
  background: url(/uploads/image/2saicomponent/guanbi.png) no-repeat center;
  -o-background-size: 100%;
     background-size: 100%;
  width: 32px;
  height: 32px;
  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;
}

.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;
}

.bottom-down {
  position: absolute;
  bottom: -4px;
  left: 50%;
  z-index: 5;
  -webkit-transform: translatex(-50%);
     -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
       -o-transform: translatex(-50%);
          transform: translatex(-50%);
}
.bottom-down.black .css-down {
  color: #000;
}
.bottom-down.black .css-down .ani-box {
  border: 1px solid #000;
}
.bottom-down.black .css-down .ani-line-r,
.bottom-down.black .css-down .ani-line-l, .bottom-down.black .css-down .ani-dot {
  background-color: #000;
}
.bottom-down .css-down {
  color: #fff;
  font-size: 0.14rem;
  cursor: pointer;
  text-align: center;
  height: 0.73rem;
  width: 1rem;
  overflow: hidden;
}
.bottom-down .css-down .ani-box {
  width: 0.23rem;
  height: 0.23rem;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 auto;
  position: relative;
}
.bottom-down .css-down .ani-dot {
  width: 0.5px;
  height: 0px;
  background-color: #fff;
  position: absolute;
  bottom: 0.62rem;
  left: 50%;
  -webkit-transform: translatex(-50%);
     -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
       -o-transform: translatex(-50%);
          transform: translatex(-50%);
}
.bottom-down .css-down .ani-line-r,
.bottom-down .css-down .ani-line-l {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  margin-left: -0.5px;
  -webkit-transform-origin: bottom;
     -moz-transform-origin: bottom;
      -ms-transform-origin: bottom;
       -o-transform-origin: bottom;
          transform-origin: bottom;
  width: 1px;
  height: 0px;
  background-color: #fff;
}
.bottom-down .css-down .ani-line-r {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bottom-down .css-down .ani-line-l {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-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);
  }
}
.levinlin-body {
  width: 100%;
  height: 100vh;
  height: -webkit-calc(var(--vh) * 100);
  height: -moz-calc(var(--vh) * 100);
  height: calc(var(--vh) * 100);
}

.minheight {
  min-height: 100vh;
  min-height: -webkit-calc(var(--vh) * 100);
  min-height: -moz-calc(var(--vh) * 100);
  min-height: calc(var(--vh) * 100);
}

.bgfilter {
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}

.opacity {
  opacity: 0 !important;
}

.common-button-prev.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;
}
.common-button-prev.swiper-button-prev:hover {
  background-image: url(/uploads/image/2saicomponent/arrow_left_w_active.png);
}
.common-button-prev.swiper-button-prev.black {
  background-image: url(/uploads/image/2saicomponent/arrow_left.png);
}
.common-button-prev.swiper-button-prev.black:hover {
  background-image: url(/uploads/image/2saicomponent/arrow_left_active.png);
}

.common-button-next.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;
}
.common-button-next.swiper-button-next:hover {
  background-image: url(/uploads/image/2saicomponent/arrow_right_w_active.png);
}
.common-button-next.swiper-button-next.black {
  background-image: url(/uploads/image/2saicomponent/arrow_right.png);
}
.common-button-next.swiper-button-next.black:hover {
  background-image: url(/uploads/image/2saicomponent/arrow_right_active.png);
}

#page-footer {
  padding-top: 0.4rem;
  background-color: #fff;
}
#page-footer .section_bottom .section_bottom_btn .bottom_btn_item a img {
  width: 0.65rem;
}

@media (max-width: 1024px) {
  .section-content .section-title {
    padding-top: 2.1rem;
  }
  .section_bottom .section_bottom_btn {
    font-size: 0;
  }
  .section_bottom .section_bottom_btn .bottom_btn_item {
    width: 25%;
  }
  .section_bottom .section_bottom_btn .bottom_btn_item a {
    font-size: 0.24rem;
  }
  .section_bottom .section_bottom_btn .bottom_btn_item a img {
    margin-bottom: 0.1rem;
  }
  .pop-videoplay .pop-close {
    top: 22%;
  }
}
@media (max-width: 768px) {
  #page-footer {
    padding-top: 0;
  }
  .section-content .section-title {
    font-size: 0.56rem;
    padding-top: -webkit-calc(var(--vh) * 8);
    padding-top: -moz-calc(var(--vh) * 8);
    padding-top: calc(var(--vh) * 8);
  }
  .section_carin {
    padding: 0.6rem 0 0.8rem;
  }
  .section_carin a img {
    margin: 3.5% auto;
  }
  .section_bottom .section_bottom_remarks {
    width: 93.6%;
    padding: 0.4rem 0 1rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .pop-videoplay .pop-close {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 75%;
    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 {
    max-width: 100%;
    width: 100%;
  }
  .bottom-down {
    bottom: -2px;
  }
  .bottom-down .css-down {
    font-size: 3vw;
    width: 1.4rem;
    height: 1.4rem;
  }
  .bottom-down .css-down p {
    height: auto;
    line-height: initial;
    position: relative;
    bottom: -5px;
    vertical-align: top;
  }
  .bottom-down .css-down .ani-box {
    width: 4vw;
    height: 4vw;
    margin-top: 0.5rem;
  }
  .bottom-down .css-down .ani-dot {
    bottom: 0.2rem;
  }
}
@media (max-height: 600px) {
  .levinlin-body {
    height: 667px;
  }
  .minheight {
    min-height: 667px;
  }
  .page-common-mob .pack-up {
    top: -webkit-calc(100% - 5.8rem) !important;
    top: -moz-calc(100% - 5.8rem) !important;
    top: calc(100% - 5.8rem) !important;
  }
  .highlight-overview-mob .new-main.ld-new-main {
    top: 15% !important;
  }
  .highlight-overview-mob .new-main.ld-new-main .tag-list .tag-item-mob img {
    height: 3.3rem !important;
  }
  .online-car-mob .section-content .verticalcenter {
    height: 80% !important;
  }
  .config-price .section-content .verticalcenter {
    top: 52% !important;
  }
  .car-policy .section-content .verticalcenter {
    top: 52% !important;
  }
  .car-policy .section-content .verticalcenter .policy-swiper .buy-item .bug-main {
    height: -webkit-calc(667px - 9rem);
    height: -moz-calc(667px - 9rem);
    height: calc(667px - 9rem);
  }
  .active-info .section-content .verticalcenter {
    top: 53% !important;
  }
  .active-info .section-content .verticalcenter .swiper-container .swiper-slide {
    width: 79% !important;
  }
  .order-list {
    height: 800px !important;
  }
  .order-list .section-content .verticalcenter .order-box .fl-box {
    height: 250px;
  }
}