.mb-only {
  display: none;
}
body{
    font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif
}
.pc-pad {
  display: block;
}
#CarName{
    display: none
}
@media (max-width: 768px) {
  .mb-only {
    display: block;
  }

  .pc-pad {
    display: none;
  }
  section{
      padding-top: 0
  }
}
.shp-logo {
  display: block !important;
}
.all-logo {
  display: none;
}
.header {
  position: fixed;
  top: 0;
}
.nav_box {
  display: flex;
  align-items: center;
  position: fixed;
  top: -0.8rem;
  z-index: 1001;
  background-color: rgba(255,255,255,1);
  width: 100%;
  height: 0.8rem;
  transition: all 0.4s ease-in-out;
  padding: 0 0.5rem;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* max-width: 19.2rem; */
}
.nav_box img {
  width: 1rem;
  position: absolute;
  left: 0.5rem;
}
.min_nav_list {
  display: flex;
  margin-right: 0.3rem;
}
.min_nav_list div {
  margin: 0 0.2rem;
  cursor: pointer;
  font-size: 0.2rem;
  height: 0.7rem;
  line-height: 0.7rem;
  position: relative;
  font-weight: 300;
}
.nav_btn {
  width: 1.8rem;
  height: 0.5rem;
  line-height: 0.48rem;
  border: 1px solid #000;
  text-align: center;
  cursor: pointer;
  font-size: 0.17rem;
  position: relative;
  font-weight: 300;
}
.nav_box.show_nav {
  top: 0rem;
}
.min_nav_list div::after {
  bottom: 0;
  left: 0;
  height: 2px;
  position: absolute;
  content: "";
  transition: transform 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0);
  transform-origin: right;
  background-color: #000;
  width: 100%;
}
.min_nav_list div:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.onePage {
  height: 100vh;
  width: 100%;
}
.stickyPage,
.outer_box {
  position: relative;
  height: 200vh;
  text-align: initial;
}
.staticPage {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.swiper-section5 {
}
.section5 .section5-content{
    display: flex;
    justify-content: space-between;
    padding: 2.1rem 1.9rem;
    background: #fff;
    position: relative
}
.section5 .section5-content .left-box{
    width: 60%;
    display: flex;
    align-items: stretch
}
.section5 .section5-content .left-box img{
    width: 100%
}
.section5 .section5-content .right-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.28rem 0rem 1rem 0.6rem;
    flex: 1;
    align-items: stretch
}
.section5 .section5-content .right-box .top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section5 .section5-content .right-box .top .t1{
    font-size: .28rem;
    color: #151515
}
.section5 .section5-content .right-box .top ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: .7rem
}
.section5 .section5-content .right-box .top ul li{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section5 .section5-content .right-box .top ul li .t{
    display: flex;
}
.section5 .section5-content .right-box .top ul li .t .num{
    font-size: .4rem;
    font-weight: 500;
    line-height: 1;
    color: #252525
}
.section5 .section5-content .right-box .top ul li .t span{
    font-size: .29rem
}
.section5 .section5-content .right-box .top ul li .d{
    font-size: .2rem;
    font-weight: 300;
    margin-top: 0rem;
}
.section5 .section5-content .right-box .bottom{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section5 .section5-content .right-box .bottom .t1{
    font-size: .28rem;
    color: #151515
}
.section5 .section5-content .right-box .bottom .desc{
    text-align: left;
    font-size: .2rem;
    font-weight: 300;
    line-height: 1.8;
    margin-top: 0.2rem;
}
.section5 .section5-content .fixed-img{
    position: absolute;
    bottom: 2.2rem;
    left: 55.5%;
    width: 51%;
    transform: translateX(-50%);
}
.section5 .section5-content .fixed-img img{
    width: 100%
}
.swiper-section7 {
  margin-top: 0.3rem;
}
.section1 {
  position: relative;
  background: #000
}
.section1 .kv-logo{
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 2.8rem;
    top: 1.8rem
}
.section1 .kv-logo img{
    width: 100%;
}
.section1 .img-box {
  width: 100%;
  height: 100%;
}
.section1 .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section1 .banner_btn_group {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  width: 6rem;
  justify-content: space-between;
  opacity: 1;
}
.section1 .banner_btn_group div {
  width: 2.8rem;
  height: 0.53rem;
  line-height: 0.55rem;
  /* border: 1px solid #fff; */
  box-shadow: inset 0 0 0 1px #ffffff;
  position: relative;
  text-align: center;
  cursor: pointer;
  color: #000;
  font-size: 0.16rem;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section1 .banner_btn_group a div{
    color: #fff
}
.section1 .qjgc_btn img {
  width: 0.2rem;
  margin-right: 0.15rem;
}
.section1 .banner_btn_group div:nth-of-type(2) {
  color: #000;
}
.section1 .button--ujarak {
  transition: border-color 0.4s, color 0.4s;
}
.section1 .button--ujarak::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.section1 .button--ujarak.button--round-s::before {
  border-radius: 2px;
}
.section1 .button--ujarak:hover {
  color: #000;
  border-color: #fff;
}
.section1 .button--ujarak:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.section1 .button--ujarak-1 {
  transition: border-color 0.4s, color 0.4s;
}
.section1 .button--ujarak-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c1d22;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.section1 .button--ujarak-1.button--round-s-1::before {
  border-radius: 2px;
}
.section1 .button--ujarak-1.button--inverted-1::before {
  background: #1c1d22;
}
.section1 .button--ujarak-1,
.section1 .button--ujarak-1::before {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.section1 .button--ujarak-1:hover {
  color: #fff;
  border-color: #fff;
}
.section1 .button--ujarak-1.button--inverted:hover {
  color: #fff;
  border-color: #fff;
}
.section1 .button--ujarak-1:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.section1 .button_dark {
  transition: border-color 0.4s, color 0.4s;
}
.section1 .button_dark img {
  margin-right: 0.15rem;
}
.section1 .button_dark:hover {
  color: #000;
  border-color: #000;
}
.section1 .button_dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e7e7e7;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border-radius: 0px;
}
.section1 .button_dark:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.section1 .button_dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border-radius: 0px;
  background: #fff;
}

.section2 {
  background-color: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 10%;
}
.section2 .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.section2 .box .t1 {
  font-size: 0.24rem;
  letter-spacing: 0.017rem;
  font-weight: 300;
}
.section2 .box .t2 {
  font-size: 0.46rem;
  font-weight: 700;
}
.section2 .box .t3 {
  font-size: 0.18rem;
  letter-spacing: 0.024rem;
  font-weight: 700;
}
.section2 .box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  display: block;
  background-color: #ccc;
  right: 0;
}
.section2 .box:nth-last-of-type(1)::after {
  display: none;
}

.swiper-pagination-progress {
  display: none;
}

.common-section .font-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 2rem;
  bottom: 1.1rem
}
.section4 .font-box{
    left: auto;
    right: 2rem
}
.common-section .font-box .logo {
  width: 5.9rem;
  margin: 0;
  height: auto;
  float: inherit;
}
.common-section .font-box .logo img {
  width: 100%;
  height: auto;
}
.common-section .font-box .font {
  width: 4.95rem;
  margin-top: 0.15rem;
}
.common-section .font-box .desc {
    margin-top: 0.1rem;
    font-size: .24rem;
    letter-spacing: .09rem;
    font-weight: bold;
}

.common-section .font-box .font img {
  width: 100%;
}
.common-section .bg {
  width: 100%;
  height: 100vh;
}
.common-section .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-section .swiper-tabs {
  background: #f2f2f5;
  display: flex;
  align-items: center;
    justify-content: flex-start;
    padding: 0.94rem 1.83rem 0;
}
.common-section .swiper6-tabs{
    background: #f5f5f6
}

.common-section .swiper-tabs .tab {
  font-size: 0.29rem;
  border-bottom: 2px solid #bebebe;
  cursor: pointer;
  position: relative;
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  background-image: url(../../../../img/yyp/tab-bg.png);
  height: 1.2rem;
  width: 2.9rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: .5rem
}
.common-section .swiper-tabs .tab span{
    font-size: .18rem;
    font-weight: normal;
    padding-top: 0rem;
    line-height: .3rem;
}
.common-section .swiper-tabs .tab-active::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #9b1101;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.6s ease-in-out;
  z-index: 1
}

.common-section .swiper-tabs .tab-active {
  color: #4a4a4a;
  font-weight: 500;
}

.common-section .swiper-box {
  background-color: #f2f2f5;
  padding: 1rem 1.83rem 0.7rem;
  height: auto;
}
.common-section .swiper-box .swiper-box-title {
  width: 100%;
  text-align: left;
  font-weight: 300;
  font-size: 0.24rem;
  margin-top: 0rem;
  line-height: 1.5;
}
.common-section .swiper-box .swiper-box-title span {
  font-weight: bold;
}
.common-section .swiper-box .swiper-section {
  width: 100%;
  position: relative;
}
.common-section .swiper-box .swiper-section .swiper-slide {
  width: 100%;
}
.common-section .swiper-box .swiper-section .swiper-slide img {
  width: 100%;
}
.common-section .swiper-box .swiper-controller {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0.1rem;
  margin-bottom: 0.34rem;
}
.common-section .swiper-box .swiper-controller .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.common-section .swiper-box .swiper-controller .tabs .tab {
  color: #aeaeae;
  font-size: 0.22rem;
  flex: 1;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.common-section .swiper-box .swiper-controller .tabs .tab .name {
  font-size: 0.22rem;
  font-weight: 300;
  height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}
.common-section .swiper-box .swiper-controller .tabs .tab .line {
  width: 100%;
  height: 1px;
  background-color: #aeaeae;
  transition: background-color 0.3s;
}
.common-section .swiper-box .swiper-controller .tabs .tab-active {
  color: #333;
}
.common-section .swiper-box .swiper-controller .tabs .tab-active .name {
  font-weight: normal
}
.common-section .swiper-box .swiper-controller .tabs .tab-active .line {
  background-color: #333;
  height: 2px;
}
.common-section .swiper-box .swiper-controller .text-box {
  position: relative;
  margin-top: 0.33rem;
  width: 100%;
}
.common-section .swiper-box .swiper-controller .text-box .text {
  position: absolute;
  width: 70%;
  color: #4a4a4a;
  font-size: 0.2rem;
  opacity: 0;
  transition: all 0.5s;
  text-align: center;
  line-height: 0.3rem;
  font-weight: 300;
  margin: 0 15%;
}
.common-section .swiper-box .swiper-controller .text-box .text span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.17rem;
}
.common-section .swiper-box .swiper-controller .text-box .text0 {
  opacity: 1;
}
.common-section .content-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-image: url("../../../../img/cypk/mask.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: sticky;
  top: 0;
}
.common-section .content-box6-1 .left {
    padding-top: 2rem;
}
.common-section .content-box6-2 .left {
    padding-top: 2rem;
}
.common-section .content-box .left {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.common-section .content-box .left .section6-tabs {
  display: flex;
  align-items: center;
  margin-left: 1.62rem;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 4.25rem;
  height: 0.55rem;
    position: absolute;
    top: 1.5rem;
    z-index: 2;
}
.common-section .content-box6-1 {
  position: relative;
  z-index: 1
}
.common-section .content-box6-2 {
  opacity: 0;
  position: absolute;
}
.common-section .content-box .left .section6-tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: #fff;
  height: 100%;
  font-size: 0.2rem;
  cursor: pointer;
  font-weight: 300;
}
.common-section .content-box .left .section6-tabs .section6-tab-active {
  color: #000;
  background: rgba(255, 255, 255, 0.6);
}
.common-section .content-box .left .content-tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.62rem;
}
.common-section .content-box .left .content-tabs .tab {
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.common-section .content-box .left .content-tabs .tab .title-box {
  display: flex;
  align-items: center;
}
.common-section .content-box .left .content-tabs .tab .title-box .dot {
  width: 0.15rem;
  margin-right: 0.2rem;
  opacity: 0.6;
}
.common-section .content-box .left .content-tabs .tab .title-box .dot img {
  width: 100%;
}
.common-section .content-box .left .content-tabs .tab .title-box .title {
  color: #dfdfdf;
  font-size: 0.2rem;
  font-weight: 300;
}
.common-section .content-box .left .content-tabs .tab .detail-box {
  margin-left: 0.25rem;
  margin-top: 0.17rem;
  height: 0;
}
.common-section .content-box .left .content-tabs .tab .detail-box .detail {
  font-size: 0.2rem;
  color: #aeaeae;
  opacity: 0;
  text-align: left;
  font-weight: 300;
}
.common-section .content-box .left .content-tabs .tab .detail-box .line {
  width: 0;
  height: 1px;
  background-color: #b1b1b1;
  margin-top: 0.54rem;
  opacity: 0.5;
}
.common-section .content-box .left .content-tabs .tab-active .title-box .dot {
  opacity: 1;
}
.common-section .content-box .left .content-tabs .tab-active .title-box .title {
  font-weight: 700;
  font-size: 0.22rem;
  letter-spacing: 0.016rem;
}
.common-section .content-box .left .content-tabs .tab-active .detail-box {
  height: auto;
}
.common-section
  .content-box
  .left
  .content-tabs
  .tab-active
  .detail-box
  .detail {
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.3s;
}
.common-section .content-box .left .content-tabs .tab-active .detail-box .line {
  width: 100%;
  transition: all 1s;
}
.common-section .content-box .right {
  width: 60%;
  height: 100%;
}
.common-section .content-box .right .swiper-section {
  width: 100%;
  height: 100%;
}
.common-section .content-box .right .swiper-section .swiper-slide {
  width: 100%;
  height: 100%;
}
.common-section .content-box .right .swiper-section .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section6-content-box{
    display: flex;
    justify-content: space-between;
    padding: .8rem 1rem .8rem 1.83rem;
    align-items: center;
    background: #f5f5f6;
    position: relative;
}
.section6-content-box::after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 1.83rem;
    background: #e3e3e4;
    height: 1px;
    width: 100%
}
.section6-content-box .section6-content-box-left{
    display: flex;
    flex-direction: column;
}
.section6-content-box .section6-content-box-right{
    margin-left: .5rem
}
.section6-content-box .section6-content-box-right img{
    width: 100%;
    object-fit: cover
}
.section6-content-box .section6-content-box-left .box-header .box-header-title{
    width: 5.6rem;
    height: .8rem;
    background-image: url("../../../../img/yyp/tab-other.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding-left: .3rem;
    border-left: 1px solid #9b1101;
    font-size: .2rem;
    cursor: pointer;
    background-blend-mode: multiply;
    background-color: rgba(255,255,255,.4);
    color: #5c5c5c;
    position: relative;
    z-index: 22;
}
.section6-content-box .section6-content-box-left .box-header .box-header-title:hover{
    background-color: rgba(255, 255, 255, 1);
    color: #333
}

.section6-content-box .section6-content-box-left .box-header .box-header-content{
    opacity: 0;
    max-height: 0;
}

.section6-content-box .section6-content-box-left .box-header-active .box-header-title{
    display: none
}
.section6-content-box .section6-content-box-left .box-header-active .box-header-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 1;
    max-height: 50vh;
    transition: max-height 0.5s ease-out;
}
.section6-content-box .section6-content-box-left .box-header-active .box-header-content .t-box{
    display: flex;
    align-items: flex-end;
}
.section6-content-box .section6-content-box-left .box-header-active .box-header-content .t-box img{
    width: .5rem
}
.section6-content-box .section6-content-box-left .box-header-active .box-header-content .t-box .tit-box {
    margin-left: 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section6-content-box .section6-content-box-left .box-header-active .box-header-content .t-box .tit-box .t1{
    font-size: .32rem;
    font-weight: 500;
}
.section6-content-box .section6-content-box-left .box-header-active .box-header-content .t-box .tit-box .t2{
    font-size: .2rem;
    font-weight: 300;
}
.section6-content-box .section6-content-box-left .box-header-active .box-header-content .d-box{
    width: 5.6rem
}
.section6-content-box .section6-content-box-left .box-header-active .box-header-content .d-box img{
    width: 100%;
    margin-top: .4rem;
    padding-bottom: .64rem;

}
.section6-content-box .section6-content-box-left .box-header-active .box-header-content .t{
    font-size: .32rem;
    font-weight: 500;
    margin-top: .7rem
}
.section6-content-box .section6-content-box-left .box-header-active .box-header-content .d-box{
    width: 100%;
}
.section6-content-box .section6-content-box-left .box-header-active .box-header-content .d{
    font-size: .2rem;
    font-weight: 300;
    width: 100%;
    margin-bottom: 0.5rem;
    margin-top: .2rem;
    text-align: left
}
.config_box{
	position: sticky;
	top: 0;
	display: flex;
	justify-content: center;
}
.config_box .config_bk{
	width: 100%;
	height: 100vh;
	object-fit: cover;
    font-family: "object-fit:cover";
}
.config_text_group{
    position: absolute;
    bottom: 1rem;
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .6s ease-in-out;
    opacity: 1;
}

.config_min_title{
    font-size: 0.36rem;
    letter-spacing: 4px;
    font-weight: bold;
    color: #fff;
    bottom: 27vh;
}
.config_min_img{
    width: 90%;
    bottom: 14vh;
}
.config_min_btn{
    width: 2.8rem;
    height: 0.58rem;
    line-height: 0.55rem;
    text-align: center;
    border: 1px solid #fff;
    position: relative;
    color: #fff;
    font-size: 0.18rem;
    z-index: 0;
    cursor: pointer;
    bottom: 5vh;
}

.config_min_title,.config_min_img,.config_min_btn{
    position: absolute;

}




/* 优惠政策 */
.car_policy_box{
	position: sticky;
	top: 0;
	height: 100vh;
    background-color: #ececec;
	display: flex;
	align-items: center;
    overflow: hidden;
}
.yhzcimg{
    width: 50%;
}
.left_img{
    width: 50%;
}
.car_policy_box .left_img img{
    width: 100%;
	/* height: 100vh; */
    object-fit: cover;
}
.po_right_text{
	padding: 0 0.6rem;
	width: 50%;
    line-height: normal;
}
.policy_title{
	font-size: 0.39rem;
	font-weight: 500;
	margin-bottom: 0.3rem;
    letter-spacing: 1px;
    color: #3c3c3c;
    margin-top: .9rem;
}
/* .mai_policy_title{
	margin-bottom: 0.6rem;
    display: flex;
}
.mai_policy_title div:nth-of-type(1){
	font-size: 0.25rem;
	font-weight: bold;
    width: 1rem;
}
.mai_policy_title div:nth-of-type(2){
	font-size: 0.18rem;
	margin-top: 0.05rem;
    margin-left: 0.5rem;
    flex: 1;
}
.code_img{
	width: 1.5rem;
	margin: 0.2rem 0;
}
.code_remark{
	font-size: 0.18rem;
}
.polict_tip{
	margin-top: 0.2rem;
	color: #a1a1a1;
} */
.min_cp_1{
    margin-bottom: 0.2rem;
}
.min_cpm_t{
    border-bottom: 1px solid #d7d7d7;
    font-size: 0.26rem;
    height: 0.55rem;
    font-weight: 300;
    position: relative;
}
.min_cpm_t:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    width: 0.8rem;
    height: 2px;
    background: #444;
}
.min_cpm_d{
    display: flex;
}
.min_cpm_d .min_cpm_d_i{
    width: 47.5%;
    margin-top: 0.05rem;
}
.min_cpm_d .min_cpm_d_i:nth-of-type(1){
    margin-right: 5%;
}
.min_cpm_d .min_cpm_d_i div{
    margin-top: 0.1rem;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.min_cpm_d .min_cpm_d_i div.ssup{
    display: block;
}
.min_cpm_d .min_cpm_d_i div img{
    width: 0.25rem;
    margin-left: 0.15rem;
}
.min_cpm_t span, .min_cpm_d .min_cpm_d_i div span, .min_cpm_d_lt span{
    font-weight: normal;
}
.min_cpm_t span{
    font-size: 0.25rem;
}
.min_cpm_t_3{
    width: 100%;
}
.min_cpm_d_li{
    width: 30%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.min_cpm_d_li img{
    width: 53%;
}
.min_cpm_d_li div{
    margin-top: 0.1rem;
    font-size: 12px;
    font-weight: 300;
}
.min_cpm_d_lt{
    width: 100%;
}
.min_cpm_d_lt div{
    margin-top: 0.1rem;
    font-size: 12px;
    text-align: left;
}
.polict_tip{
    color: #a2a2a2;
    font-size: 12px;
    font-weight: 300;
}

.min_cpm_d_li_img{
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    
}
.min_cpm_d_li_img img{
    width: 1.3rem;
}
.min_cpm_d_li_img div{
    margin-right: 0.16rem;
    font-size: .16rem;
    margin-top: .1rem;
}

/* 预约试驾 */
.test_driver_shp {
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
  background: url("../../../../img/car-model-public/shp/test-driver/driver-bk.jpg")
    no-repeat center right white;
  padding: 10vh 25vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.test_driver_shp .driverTit {
  font-weight: 500;
  font-size: 0.4rem;
  line-height: 2;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #3c3c3c;
}
.test_driver_shp .driverForm .formItem a.btn {
  height: 0.58rem;
  line-height: 0.6rem;
  background: transparent;
  width: 3rem;
  margin-top: 0.55rem;
  font-size: 0.18rem !important;
  letter-spacing: 1px;
  position: relative;
}
.test_driver_shp .driverForm .formItem select {
  height: 0.6rem;
  line-height: 0.6rem;
  background: url("../../../../img/car-model-public/shp/arrow.jpg") no-repeat
    center right white;
  background-size: auto 100%;
  border-radius: 0;
  border-color: white;
  font-size: 0.18rem !important;
}
.test_driver_shp .driverForm .formItem input {
  height: 0.6rem;
  line-height: 0.6rem;
  border-color: white;
  font-size: 0.18rem !important;
}
.formItem label {
  display: flex;
  align-items: center;
}
.driverForm .formItem input[type="checkbox"] {
  width: 0.35rem !important;
  height: 0.35rem !important;
}
.driverForm .formItem input[type="checkbox"]:checked::after {
  content: "";
  width: 0.35rem !important;
  height: 0.35rem !important;
  border-width: 0 0 0rem 0rem !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background: url("../../../../img/car-model-public/shp/test-driver/select.png")
    no-repeat center !important;
  background-size: 100% auto !important;
}

.test_driver_shp .driverForm .formItem a.btn {
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}
.test_driver_shp .driverForm .formItem a.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 1;
  background: #38393d;
}
.test_driver_shp .driverForm .formItem a.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  border-radius: 2px;
  background: #000;
}
.test_driver_shp .driverForm .formItem a.btn:hover {
  color: #fff;
  border-color: #fff;
}
.test_driver_shp .driverForm .formItem a.btn:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.driverForm .formItem span a {
    color: #333 !important;
    font-weight: 500;
}

.button--ujarak-1 {
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
}
.button--ujarak-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c1d22;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak-1.button--round-s-1::before {
  border-radius: 2px;
}
.button--ujarak-1.button--inverted-1::before {
  background: #1c1d22;
}
.button--ujarak-1,
.button--ujarak-1::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak-1:hover {
  color: #fff;
  border-color: #fff;
}
.button--ujarak-1.button--inverted:hover {
  color: #fff;
  border-color: #fff;
}
.button--ujarak-1:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1280px) {
    .policy_title{
        margin-bottom: 0rem;
    }
    .min_cp_1{
        margin: 10px 0
    }
    .polict_tip{
        margin-top: -1.5rem;
    }
    .min_cpm_d .min_cpm_d_i:nth-of-type(1){
        margin-right: 1%;
    }
    .min_cpm_d .min_cpm_d_i{
        width: 49.5%;
    }
    .po_right_text{
        padding: 0 0.45rem;
    }
    .title_top.title_top_3{
        height: 1.8rem;
    }
    .min_cpm_d_li_img{
        height: 1.5rem;
    }
}
@media (max-width: 768px) {
.common-section .swiper-box .swiper-box-title span{
    font-weight: bold;
    font-size: .33rem;
    margin-bottom: 0;
    display: block;
}
.min_cpm_t{
    border-bottom: 0.02rem solid #d7d7d7;
    font-size: 0.28rem;
    height: 0.55rem;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center;
}
.footer-links{
    background: #2e2e2e;
    padding: 0.3rem 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-links img{
    width: 20%;
    margin: 0 1%;
}
.footer_new{
    background: #000;
}
.ft_link_group,.ft_remarks{
    padding: 0.6rem 7%;
    background: #323232;
}
.ft_link_group{
    border-bottom: 1px solid #212121;
}
.ft_link_group a{
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    opacity: .8;
}
.ft_link_1,.ft_link_2{
    display: flex;
    color: #fff;
    align-items: center;
}
.ft_link_2{
    margin-top: 15px;
}
.ft_link_1 div,.ft_link_2 div{
    margin: 0 10px;
    width: 1px;
    height: 12px;
    background: #494949;
}
.ft_remarks{
    color: rgba(255,255,255,0.5);
    font-size: 10px;
    text-align: center;
}

/* nav */
.top_nav{
    position: fixed;
    top: -3rem;
    z-index: 1000;
    width: 100%;
    transition: all .3s;
}
.top_nav.show_nav{
    top: 0;
}
.first_menu{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.4rem;
    align-items: center;
    height: 1.2rem;
    backdrop-filter: saturate(180%) blur(30px);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    background: rgba(255,255,255,0.9);
    box-shadow:1px 2px 5px rgba(0, 0, 0,0.07)
}
.first_menu img{
    width: 1.4rem;
}
.first_menu .f_m_d{
    display: flex;
    align-items: center;
    height: 100%;
}
.first_menu .f_m_d img{
    width: 0.75rem;
    padding: 0.2rem;
    transform: rotate(180deg);
    transition: all .3s;
}
.first_menu .f_m_d div{
    font-size: 0.24rem;
    width: 1.25rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #000;
    color: #fff;
    text-align: center;
    margin-left: 0.5rem;
    font-weight: 300;
}
.second_menu{
    height: 1.2rem;
    display: flex;
    align-items: center;
    backdrop-filter: saturate(180%) blur(30px);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    background: rgba(255,255,255,0.9);
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    webkit-overflow-scrolling: touch;
    visibility: visible;
    transition-delay: 0s;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.second_menu::-webkit-scrollbar {
    display: none;
}
.second_menu div{
    margin: 0 0.35rem;
    font-size: 0.28rem;
}

  .section1 .banner_btn_group {
    width: 100%;
    padding: 0 0.5rem;
    bottom: 2.5rem;
  }
  .section1 .banner_btn_group div {
    width: 3.15rem;
    height: 0.8rem;
    font-size: 0.22rem;
  }
  .section1 .kv-logo{
    width: 4.2rem;
    top: 3.8rem;
  }
  .common-section .font-box {
    position: absolute;
    left: 0.67rem;
    bottom: 1.4rem;
    height: auto;
    padding: 0;
  }
  .common-section .bg {
    height: 100vh;
  }
  .common-section .font-box .logo {
    width: 5.8rem;
  }
  .common-section .font-box .font {
    width: 4.63rem;
    margin-top: 0.33rem;
  }
  .section5 .section5-content{
      flex-direction: column;
      padding: 1.2rem .4rem;
  }
  .section5 .section5-content .left-box{
      width: 100%;
  }
  .section5 .section5-content .right-box{
      padding: .6rem 0 0;
  }
  .section5 .section5-content .right-box .top .t1{
      font-size: .34rem;
  }
  .section5 .section5-content .right-box .top ul{
      margin-top: .8rem;
  }
  .section5 .section5-content .right-box .bottom{
      margin-top: .9rem;
  }
  .section5 .section5-content .fixed-img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    transform: inherit;
  }
  .section6 .font-box .font{
      width: 3.95rem;
  }
  .common-section .font-box .desc{
        margin-top: 0.2rem;
        font-size: .28rem;
        letter-spacing: .08rem;
        font-weight: bold;
        color: #fff;
  }
  .common-section .swiper-box {
    padding: 1rem 0.3rem 1.1rem;
    background: #f2f2f5;
    position: relative;
  }
  .common-section .swiper-tabs{
      padding: 2rem .3rem 0;
      justify-content: space-between
  }
  .common-section .swiper-box .swiper-section{
      height: 10rem
  }

  .section7 {
    background: rgba(255,255,255,.2);
  }
  .common-section .swiper-tabs .tab {
    padding: 0rem .5rem;
    font-size: 0.32rem;
    width: 50%;
    height: 1.5rem;
  }
  .common-section .swiper-tabs .tab span{
      font-size: .23rem;
      padding-top: 0
  }
  .common-section .swiper-box .swiper-controller .tabs .tab {
    display: none;
  }
  .common-section .swiper-box .swiper-controller .tabs .tab-active {
    display: block;
  }
  .common-section .swiper-box .swiper-controller .tabs .tab-active .line {
    display: none;
  }
  .swiper-pagination-progress {
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    margin-top: 1rem;
  }
  .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #000;
    height: 2px
  }
  .common-section .swiper-box .swiper-controller {
    margin-top: 1.7rem;
    margin-bottom: 0;
    position: absolute;
    top: 7rem;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0.43rem;
  }
  .section4 .swiper-box .swiper-controller {
      top: 7rem;
  }
  .section5 .swiper-box .swiper-controller{
      top: 7rem;
  }
  .section7 .swiper-box .swiper-controller{
      top: 7.2rem;
  }
.common-section .swiper-box .swiper-controller .tabs{
    height: 0.7rem;
}

  .common-section .swiper-box .swiper-controller .tabs .tab .name {
    font-size: 0.34rem;
    padding-bottom: 0;
    justify-content: flex-start
  }
  .common-section .swiper-box .swiper-controller .text-box {
    height: 0.7rem;
    margin-top: 0
  }
  .common-section .swiper-box .swiper-controller .text-box .text {
    font-size: 0.24rem;
    color: #000;
    line-height: 0.4rem;
    text-align: left;
    margin: 0;
    width: 100%;
  }
  .section6-content-box .section6-content-box-right{
      margin-left: 0
  }
  .num-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.8rem;
    font-size: 0.23rem;
    color: #999;
  }
  .num-box .line {
    height: 1px;
    width: 0.5rem;
    background: #999;
    margin: 0 0.02rem;
  }
  .section6-content-box{
    flex-direction: column-reverse;
    padding: 0rem .3rem 1.2rem
  }
  .section6-content-box .section6-content-box-left .box-header-active .box-header-content{
      margin-top: .6rem
  }
  .section6-content-box .section6-content-box-left{
      padding: 0rem;
      width: 100%;
  }
  .section6-content-box .section6-content-box-left .box-header .box-header-title{
      width: 100%;
      height: 1rem;
      font-size: .26rem;
      background-color: rgba(255,255,255,.5);
  }
  /* å‚æ•°é…ç½® */
  .cspz_box {
    height: 75vh;
    width: 92%;
    position: sticky;
    top: 0;
    margin: 0 4%;
    padding: 5vh 0;
  }
  .cspz_box img {
    width: 100%;
  }
  .cs_text_box {
    color: #fff;
    width: 100%;
    margin-left: 0%;
  }
  .cspz_box .cs_title {
    font-size: 0.4rem;
    text-align: center;
    margin: 4.3vh 0 3vh;
    color: #151515;
  }
  .cs_detail {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
  }
  .cs_detail div {
    width: 50%;
    position: relative;
    font-size: 0.2rem;
    margin-top: 0.3rem;
    padding-left: 0.4rem;
  }
  .cs_detail div::before {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
  }
  .config_btn {
    border: 1px solid #000;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    color: #000;
    margin-top: 0.5rem;
    font-weight: 300;
    font-size: .26rem;
  }

  /* ä¼˜æƒ æ”¿ç­– */
  .yhzc_box {
    /* height: 100vh;
	position: sticky; */
    top: 0;
    width: 92%;
    margin: 0 4%;
    padding: 9vh 0 0;
    position: relative;
  }
  .yhzc_box img {
    width: 100%;
  }
  .yh_text_box {
    position: relative;
    color: #000;
    display: flex;
    flex-direction: column;
    width: 94%;
    margin-left: 3%;
  }
  .yh_text_box .yh_title {
    font-size: 0.4rem;
    text-align: center;
    margin: 2.9vh 0 2vh;
    color: #151515;
  }
  .yh_d_c {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .yhzc_btn {
    border: 1px solid #000;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    color: #000;
    margin-top: 0.2rem;
    font-weight: 300;
    font-size: .26rem;
  }
  .yh_detail .yh_min_detail {
    margin-top: 0.12rem;
  }
  .yh_detail .yh_min_detail:nth-of-type(1) {
    margin-top: 0rem;
  }
  .yh_min_detail div:nth-of-type(1) {
    font-weight: bold;
    font-size: 0.35rem;
    letter-spacing: 1px;
  }
  .yh_min_detail div:nth-of-type(2) {
    font-size: 0.25rem;
    margin-top: 0.1rem;
    letter-spacing: 1px;
  }
  .xcx_code {
    width: 2rem !important;
    margin: 2vh 0 0;
  }
  .code_text {
    font-size: 0.25rem;
    letter-spacing: 2px;
    margin: 0.2rem 0;
  }
  .code_detail {
    font-size: 9px;
    color: gray;
    line-height: 17px;
    text-align: left;
  }
  .min_cpm_t img {
    width: 15px;
    margin-left: 0.1rem;
    margin-top: -2px;
  }
  .test_driver_shp {
    background: #f2f2f2;
    height: 100vh;
	position: sticky;
	top: 0;
    width: 100%;
    padding: 0vh 4% 0;
}
.driverTit{
    padding: 5vh 0;
    color: #1c1c1c;
    font-size: 0.4rem;
    text-align: center;
}
.test_driver_shp .boxTit{
    font-size: 0.5rem;
    color:#161616;
    padding-bottom: 0.4rem;
}
.driverForm{
    margin: 0 0 !important;
}
.test_driver_shp .driverForm .formItem a.btn{
    background: #000 !important;
    border-radius: 0rem !important;
    margin-top: 1rem !important;
    font-weight: 300 !important;
    width: 100% !important;
    height: 0.9rem !important;
    line-height: 0.9rem !important;
    font-size: .26rem !important
}
.test_driver_shp .driverForm .formItem select{
    background: url('../../../../img/car-model-public/shp/arrow-new.jpg') no-repeat right center #ffff;
    background-size: auto 73%;
    font-size: .24rem !important;
}
.test_driver_shp  .driverForm .formItem input{background: #fff;font-size: .24rem !important;}
.driverForm .formItem input[type="checkbox"]:checked::after{
    content: "";
    width: 0.4rem !important;
    height: 0.4rem !important;
    border-width: 0 0 0rem 0rem !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    background: url(../../../../img/car-model-public/shp/test-driver/select.png) no-repeat center !important;
    background-size: 100% auto !important;
    font-size: .24rem !important;
}
.driverForm .formItem{
    margin-bottom: 0.35rem !important;
}
.test_driver_shp .driverForm .formItem select,.driverForm .formItem input{
    height: 1rem !important;
    line-height: 1rem !important;
    font-size: .24rem !important;
}
.driverForm .formItem input[type="checkbox"]{
    width: 0.4rem !important;
    height: 0.4rem !important;
    margin: 0.04rem 0.15rem 0 0.05rem !important;
    border-radius: 0rem !important;
    border: 0rem solid #666 !important;
}

}








.button--ujarak {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.button--ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak.button--round-s::before {
	border-radius: 2px;
}
.button--ujarak:hover {
	color: #000;
	border-color: #fff;
}
.button--ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.button--ujarak-1 {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.button--ujarak-1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1c1d22;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak-1.button--round-s-1::before {
	border-radius: 2px;
}
.button--ujarak-1.button--inverted-1::before {
	background: #1c1d22;
}
.button--ujarak-1,.button--ujarak-1::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak-1:hover {
	color: #fff;
	border-color: #fff;
}
.button--ujarak-1.button--inverted:hover {
	color: #fff;
	border-color: #fff;
}
.button--ujarak-1:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}




.button_dark {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.button_dark:hover {
	color: #000;
	border-color: #000;
}
.button_dark::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e7e7e7;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 0px;
}
.button_dark:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button_dark::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 1;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	border-radius: 0px;
	background: #fff;
}

