@charset "UTF-8";
/*
Theme Name: 车满满
Theme URI: https://www.wpzhiku.com
Description: 车满满 Theme
Author: WordPress 智库
Author URI: https://www.wpzhiku.com
Text Domain: wprs
Version: 1.0.0
*/
.wpion {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Usage Examples
 * .my-level-1-heading-class {
 *     @include text-crop; // Will use default line height of 1.3
 *     font-size: 48px;
 *     margin: 0 0 0 16px;
 * }
 *
 * .my-level-2-heading-class {
 *     @include text-crop; // Will use default line height of 1.3
 *     font-size: 32px; // Don't need to change any settings, will work with any font size automatically
 *     margin: 0 0 0 16px;
 * }
 *
 * .my-body-copy-class {
 *     @include text-crop($line-height: 2); // Larger line height desired, set the line height via the mixin
 *     font-size: 16px;
 * }
 *
 * // Sometimes depending on the font-size, the rendering, the browser, etc. you may need to tweak the output.
 * // You can adjust the top and bottom cropping when invoking the component using the $top-adjustment and $bottom-adjustment settings
 *
 * .slight-adjustment-needed {
 *     @include text-crop($top-adjustment: -0.5px, $bottom-adjustment: 2px);
 *     font-size: 17px;
 * }
 *
 * .dont-do-this {
 *     @include text-crop;
 *     font-size: 16px;
 *     line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
 * } */
/**
 * Deprecated
 * Fallback for bourbon equivalent */
/***********************************************
 * WooCommerce
 **********************************************/
/**
 * Objects */
.c-service--title .c-service__icon {
  position: absolute;
  top: 1px; }
.c-service--title .c-service__title {
  padding-left: 28px; }

.navbar-end {
  align-self: center; }

.c-service--card .image img {
  width: auto;
  max-width: 100%;
  margin: 0 auto; }

.c-heading--style1 .c-heading__title {
  font-size: 24px;
  position: relative;
  color: #131E27;
  font-weight: 500; }
  .c-heading--style1 .c-heading__title:before, .c-heading--style1 .c-heading__title:after {
    content: ' ';
    width: 280px;
    height: 1px;
    background: #d3d3d3;
    position: absolute;
    top: 50%; }
  .c-heading--style1 .c-heading__title:before {
    left: calc((100% - 280px * 3) / 2); }
  .c-heading--style1 .c-heading__title:after {
    right: calc((100% - 280px * 3) / 2); }
.c-heading--style1 .c-heading__subtitle {
  display: inline-block;
  margin-top: 32px; }

.card--image-top .card-content {
  padding: 12px 16px; }

.c-tabs__content > .c-tabs_panel {
  display: flex !important;
  height: 0;
  overflow: hidden; }

.c-tabs__content > .c-tabs_panel.is-active {
  height: auto; }

.c-tabs_panel .card-content {
  min-height: 80px; }
.c-tabs_panel .slick-slide > div {
  display: flex;
  align-items: flex-start; }
.c-tabs_panel .slick-next {
  right: 48px; }

.rs-navtab .c-tabs__nav {
  height: 82px;
  line-height: 82px;
  margin-bottom: 0; }
.rs-navtab .c-tabs__content {
  position: absolute;
  bottom: 100%;
  padding: 0; }
.rs-navtab .c-tab_inner p {
  padding-left: 0 !important; }

.navbar-link:after, .select:not(.is-multiple):not(.is-loading):after {
  font-family: icomoon;
  margin-top: -0.8em;
  margin-left: .5em; }

.c-info + .c-info {
  margin-left: 16px; }

.rs-case .c-service__title {
  font-size: 12px; }

.c-service--card .c-service__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }

.c-tab_inner {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 769px), print {
    .c-tab_inner {
      width: 1200px;
      max-width: 1200px; } }
  @media screen and (max-width: 768px) {
    .c-tab_inner {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .c-tab_inner h2, .c-tab_inner h3 {
    margin-bottom: 1rem; }
  .c-tab_inner p {
    padding-left: 2em; }

.site__copyright .level {
  justify-content: center; }
.site__copyright .level-right {
  display: none; }

.site__header .site__brandbar {
  padding: 0 !important; }

.navbar-start {
  min-height: 92px; }

.navbar-menu > a:hover {
  background-color: #eee !important; }
.navbar-menu > a.is-active {
  position: relative; }
  .navbar-menu > a.is-active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 10px;
    background: #EC4848; }

.navbar--light .is-active--ancestor > .navbar-link, .navbar--light .is-active--parent > .navbar-link {
  position: relative;
  color: #333; }
  .navbar--light .is-active--ancestor > .navbar-link:after, .navbar--light .is-active--parent > .navbar-link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0 !important;
    display: block !important;
    margin-left: 0 !important;
    bottom: 10px;
    background: #EC4848; }

.navbar-link:after, .select:not(.is-multiple):not(.is-loading):after,
.navbar-dropdown:before,
.navbar-dropdown:after {
  display: none; }

.navbar-dropdown.is-boxed {
  border: 1px solid #bbb; }

.is-hoverable:hover > a {
  background-color: #eee !important; }

.navbar-dropdown {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .navbar-dropdown > a {
    line-height: 36px;
    height: 36px; }
  .navbar-dropdown > a:hover {
    background: #eee !important; }

.navbar-item, .navbar-link {
  padding: .5rem 1rem; }

.elementor-slick-slider .slick-dots-inside .slick-dots {
  bottom: 22px; }

.elementor-slick-slider ul.slick-dots li {
  width: auto !important; }
  .elementor-slick-slider ul.slick-dots li + li {
    margin-left: 16px; }

.slick-dots li button {
  width: 12px !important;
  height: 12px !important;
  background: #6D6D6D !important;
  padding: 0 !important;
  border-radius: 12px !important; }
  .slick-dots li button:before {
    display: none; }

.slick-dots li.slick-active button {
  background: #FF9700 !important;
  width: 60px !important;
  height: 12px !important;
  opacity: 1 !important; }

.navbar-dropdown a.navbar-item:hover,
a.navbar-item:hover, .navbar-link:hover, a.navbar-item.is-active, .navbar-link.is-active {
  color: #333 !important; }

.rs-sidebar {
  position: fixed;
  top: 820px;
  right: 0; }
  .rs-sidebar .sblock {
    width: 80px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    background: #ABAFB2;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 0 0 0 2px; }
    .rs-sidebar .sblock i {
      font-size: 26px; }
    .rs-sidebar .sblock span {
      display: block;
      font-size: 12px;
      width: 100%; }
  .rs-sidebar .sblock1 {
    background: #EC4848;
    border-radius: 2px 0 0 0;
    border-bottom: 1px solid #fff; }

.rs-wexin {
  width: 150px;
  height: 161px;
  position: fixed;
  right: 80px;
  top: 820px;
  background: #FFF;
  box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 8px 8px 0 8px;
  display: none;
  font-size: 12px; }

   .navbar-item img{
     max-height: 4rem;
   }
.navbar-item {
  font-size: 14px !important;
  color: #555 !important;
}
#login-area, #logout-area {
  font-size: 14px;
}

.c-service__icon{
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-icons-right .c-service--media{
  padding: 0 136px 0 0 !important;
}

.c-icons-right .c-service__icon{
  right: 0;
  left: auto;
}

.elementor-element-de84b74 .c-service__icon,
.elementor-element-d7a6be1 .c-service__icon{
  top: -22px;
}

.c-jionin .c-service__icon{
  border: 6px solid #fff;
  box-shadow: 0px 0 2px #999;
  transition: .3s;
}

.c-jionin .c-service:hover .c-service__icon{
  background-image: linear-gradient(180deg, #FAD790 0%, #FF7E7E 100%);
}

.c-jionin .c-service:hover .c-service__icon i{
  text-shadow: 0 2px 5px #E76C2D;
}

.wprs-tab-title .icon{
  width: auto;
  height: auto;
}

.wprs-tab-title .icon i{
  font-size: 24px;
}

.c-tabs__nav--inline li{
  position: relative;
}

.c-tabs__nav--inline li.is-active a{
  margin-left: -2px;
}

.c-tabs__nav--inline li:not(:last-child):after{
  content: '';
  height: 14px;
  width: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 42px;
  right: 1px;
}

.elementor-195 .elementor-element.elementor-element-de84b74 .c-service,
.elementor-195 .elementor-element.elementor-element-c0bf779 .c-service{
  min-height: 150px !important;
}

.entry--grid .entry__title + .entry__summary{
  font-size: 12px;
}

.cn-card .entry__title{
  height: 55px;
  overflow: hidden;
}

.cn-card .entry__summary{
  height: 56px;
  overflow: hidden;
}

.columns.is-2 .column{
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.card--image-left .image{
  border-radius: 0;
}

.bk-more{
  position: absolute;
  text-align: right;
  top: 5px;
}

.bk-more a{
  color: #1552AD;
  font-size: 14px;
}

.elementor-element-7c38e82 .c-tabs__nav a{
  border-bottom-width: 2px;
  padding: 0.5em 50px;
}

.c-tabs__nav--inline li:not(:last-child):after{
  content: none;
}

.elementor-element-7c38e82 .c-tabs__nav a{
  border-bottom-width: 1px;
}

.elementor-195 .elementor-element.elementor-element-cbc717c .c-tabs__nav a:hover, .elementor-195 .elementor-element.elementor-element-cbc717c .c-tabs__nav .is-active a{
  border-bottom-width: 2px;
}

#js-tabs-cbc717c .c-tabs__content{
  padding-left: 0;
  padding-right: 0;
}

.c-area--after-logo a:hover{
  color: #131E27 !important;
}

.navbar--light .is-active--ancestor > .navbar-link:after, .navbar--light .is-active--parent > .navbar-link:after{
  top: auto;
}

.navbar--light .is-active--ancestor > .navbar-link:after,
.navbar--light .is-active--parent > .navbar-link:after,
.navbar-menu > a.is-active:after {
  width: 80%;
  height: 2px;
  left: 10% !important;
}



@media screen and (min-width: 769px){
  .elementor-195 .elementor-element.elementor-element-2af8477 > .elementor-element-populated{
    padding: 200px 0 !important;
  }
}


@media screen and (max-width: 768px){
  .navbar-menu > a.is-active:after{
    display: none;
  }

  .elementor-195 .elementor-element.elementor-element-58e59458 .c-tabs__nav a:hover, .elementor-195 .elementor-element.elementor-element-58e59458 .c-tabs__nav .is-active a{
    background-color: #ec4848;
    border-color: rgba(31,100,210,0);
    color: #fff;
  }

  .c-widget--text #login{
    margin-left: 0 !important;
  }

  .navbar-burger:hover{
    background: transparent !important;
  }

  .elementor-195 .elementor-element.elementor-element-d1277f5 .c-service__icon{
    width: auto;
    height: auto;
  }

  .c-service__summary{
    height: 60px;
    overflow: hidden;
  }

  .elementor-element-0fe495a .elementor-row{
    flex-wrap: nowrap;
  }

  .elementor-element-4cb0940{
    padding: 0 30px;
  }

  .elementor-page-195 .elementor-195 .elementor-element.elementor-element-2af8477 > .elementor-element-populated{
    padding: 36px 0 !important;
  }

  .elementor-195 .elementor-element.elementor-element-d1277f5 .c-service__content{
    padding: 8px;
  }

  .c-heading--style1 .c-heading__title:before, .c-heading--style1 .c-heading__title:after{
        width: 90px;
  }

  .c-heading--style1 .c-heading__title:before{
    left: calc((100% - 105px * 3) / 2);
  }

  .c-heading--style1 .c-heading__title:after {
      right: calc((100% - 105px * 3) / 2);
  }

  .bk-more{
    position: static !important;
    text-align: center !important;
  }

  .c-tabs_panel .card-content{
    padding: 6px 8px;
  }

  .elementor-image-gallery .gallery.gallery-columns-6{
    padding-left: 16px;
    padding-right: 16px;
  }

  .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item{
    width: 33.3333%;
    margin-bottom: 8px;
  }

  .elementor-195 .elementor-element-0fe495a .elementor-element.elementor-widget-heading .elementor-heading-title{
    font-size: 13px;
  }

  .elementor-element-4cb0940 .elementor-element-populated{
    padding: 32px 0 !important;
  }

  .elementor-195 .elementor-element.elementor-element-9f60fe5 > .elementor-widget-container{
    margin-bottom: 12px !important;
  }

  .elementor-widget-wrap>.elementor-element + .elementor-widget-wrap>.elementor-element{
    margin-bottom: 0 !important;
  }

  .elementor-element-30bcaa9 .c-tabs__content{
    padding: 0;
  }

  .elementor-195 .elementor-element.elementor-element-e950e92 > .elementor-widget-container{
    margin-bottom: 0 !important;
  }

  .elementor-element-4593a47{
    display: none;
  }

  .card--image-right .card-image, .card--image-left .card-image{
    width: 135px;
    min-width: 135px;
  }

  .elementor-32 .elementor-element.elementor-element-1d229e0 .rs-block{
    padding-left:  0 !important;
    padding-right:  0 !important;
  }

  .elementor-section-boxed .elementor-column-gap-default > .elementor-row > .elementor-column.elementor-element-29b6e62 > .elementor-element-populated{
    padding: 16px 0;
  }

  .elementor-32 .elementor-element.elementor-element-47d217a .card{
    padding: 0 !important;
  }

  .elementor-section-boxed .elementor-column-gap-no > .elementor-row > .elementor-element-6130160e > .elementor-element-populated{
    padding: 0 !important;
  }

  .rs-sidebar{
    display: none;
  }
}