.mb-only {
  display: none;
}

.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: #fff;
  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 {
  margin-top: 0.7rem;
}
.swiper-section7 {
  margin-top: 0.3rem;
}
.section1 {
  position: relative;
}
.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 {
  padding: 0.8rem 1.64rem 0rem 1.64rem;
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.common-section .font-box .logo {
  width: 2.03rem;
  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;
}
.section6 .font-box .font {
  width: 4.23rem;
}
.common-section .font-box .font img {
  width: 50%;
}
.common-section .bg {
  width: 100%;
  height: 70vh;
}
.common-section .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-section .swiper-tabs {
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.4rem;
}
.common-section .swiper-tabs .tab {
  font-size: 0.24rem;
  border-bottom: 1px solid #000;
  cursor: pointer;
  position: relative;
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  padding: 0rem 0.5rem 0.13rem;
}
.common-section .swiper-tabs .tab:nth-of-type(1)::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.6s ease-in-out;
  margin-left: 100%;
}
.common-section .swiper-tabs .tab-active {
  color: #000000;
  font-weight: bold;
}
.common-section .swiper-tabs .tab:nth-of-type(1).tab-active::after {
  margin-left: 0%;
}
.common-section .swiper-box {
  background-color: #fafafa;
  padding: 0.37rem 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 {
  padding-bottom: 0.22rem;
  font-size: 0.22rem;
  font-weight: 300;
}
.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: #000;
}
.common-section .swiper-box .swiper-controller .tabs .tab-active .name {
  font-weight: 700;
}
.common-section .swiper-box .swiper-controller .tabs .tab-active .line {
  background-color: #000;
  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: 100%;
  color: #4a4a4a;
  font-size: 0.2rem;
  opacity: 0;
  transition: all 0.5s;
  text-align: center;
  line-height: 0.3rem;
  font-weight: 300;
}
.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.13rem;
  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.05rem;
      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;
  line-height: 1.4
}
.common-section .content-box .left .content-tabs .tab .detail-box .line {
  width: 0;
  height: 1px;
  background-color: #b1b1b1;
  margin-top: 0.2rem;
  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;
}
/* 参数配置版本2 */
.config_pc {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.config_pc img {
  height: 100vh;
  display: block;
  width: 50%;
  object-fit: cover;
}
.config_right {
  padding: 0rem 1rem;
  width: 50%;
  text-align: left;
}
.cfg_title {
  font-size: 0.38rem;
  font-weight: 700;
  color: #3c3c3c;
  letter-spacing: 1px;
}

.cfg_second_title {
  font-size: 0.22rem;
  font-weight: 300;
  color: #949494;
  margin-top: 0.15rem;
}
.lr_min_text {
  display: flex;
  flex-direction: column;
  margin: 0rem 0 1.2rem;
}
.l_min_text {
  width: 100%;
  display: flex;
  justify-content: space-between
  /* border-right: 1px solid #a2a2a2; */
}
.r_min_text {
 width: 100%;
 display: flex;
 justify-content: space-between
}
.lm_top div:nth-of-type(1) {
  font-size: 0.24rem;
  font-weight: bold;
  color: #3c3c3c;
}
.lm_top div:nth-of-type(2) {
  font-size: 0.2rem;
  color: #a2a2a2;
  margin-top: 0.2rem;
}
.lm_other {
  margin-top: 0.8rem;
  width: 45%;
}
.lm_other .one_t {
  font-size: 0.2rem;
  color: #000000;
  font-weight: 300;
  letter-spacing: 1px;
}

.text_lr {
  font-size: 0.146rem;
  writing-mode: vertical-lr;
  margin-right: 0.1rem;
  letter-spacing: 4px;
  color: #a2a2a2;
  font-weight: 300;
}
body
  > div.container.posHeader
  > div.reset_style
  > div.outer_box.scroll-floor.config_scroll
  > div
  > div
  > div.lr_min_text
  > div.l_min_text
  > div:nth-child(1)
  > div.two_t
  > div:nth-child(3) {
  margin-left: 0.3rem;
}

.lm_other .two_t {
  font-size: 0.32rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #3c3c3c;
  margin-top: 0.2rem;
  display: flex;
  align-items: baseline;
}
.lm_other .two_t .sunit {
  font-size: 0.24rem;
}

.cfg_btn a {
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  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;
  display: block;
  color: #fff;
  text-align: center;
}

.cfg_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 1;
  background: #38393d;
}
.cfg_btn a::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;
}
.cfg_btn a:hover {
  color: #fff;
  border-color: #fff;
}
.cfg_btn a:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cfg_remarks {
  color: #a2a2a2;
  font-size: 12px;
  font-weight: 300;
  margin-top: 5vh;
  line-height: normal;
  text-align: left;
}

/* 优惠政策 */
.car_policy_box {
  position: sticky;
  top: 0;
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.car_policy_box .yhzcimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.left_img {
  width: 50%;
}
.car_policy_box .left_img img {
  width: 100%;
  /* height: 100vh;
    object-fit: cover; */
}
.po_right_text {
  padding: 0 0rem 0 1.2rem;
  width: 50%;
  position: relative;
}
.policy_title {
  font-size: 0.39rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
  letter-spacing: 1px;
  color: #3c3c3c;
  margin-top: 0.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;
  text-align: left;
}
.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;
  font-size: 0.166rem;
  letter-spacing: 0.02rem;
}
.min_cpm_d .min_cpm_d_i div.ssup span {
  color: #a2a2a2;
}
.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: 65%;
}
.min_cpm_d_lt div {
  margin-top: 0.1rem;
  font-size: 12px;
  text-align: left
}
.polict_tip {
  color: #444444;
  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%;
  align-items: center;
  font-size: 0.166rem;
}
.min_cpm_d_li_img img {
  width: 1.2rem;
}
.min_cpm_d_li_img div {
  /* margin-right: 0.05rem; */
}

/* 预约试驾 */
.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: normal;
  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: #d7000f;
}

.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 (max-width: 768px) {
.common-section .swiper-box .swiper-box-title span{
    font-weight: bold;
    font-size: .33rem;
    margin-bottom: 0;
    display: block;
}
.common-section .bg{
    height: 100vh
}
.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;
  }
  .common-section .font-box {
    position: absolute;
    left: 0.7rem;
    bottom: 1.9rem;
    height: auto;
    padding: 0;
  }

  .common-section .font-box .logo {
    width: 2.2rem;
  }
  .common-section .font-box .font {
    width: 4.63rem;
    margin-top: 0.33rem;
  }
  .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: 0.38rem 0.43rem 1.1rem;
    background: transparent;
    position: relative;
  }
  .common-section .swiper-box .swiper-section{
      height: 7rem
  }
  .common-section .swiper-box .swiper-section10, .common-section .swiper-box .swiper-section14 {
      height: 8.5rem
  }

  .section7 {
    background: rgba(255,255,255,.2);
  }
  .common-section .swiper-tabs .tab {
    padding: 0rem 0.86rem 0.3rem;
    font-size: 0.29rem;
  }
  .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: 2px;
    position: relative;
    margin-top: 1rem;
  }
  .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #000;
  }
  .common-section .swiper-box .swiper-controller {
    margin-top: 0.7rem;
    margin-bottom: 0;
    position: absolute;
    top: 5rem;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0.43rem;
  }
  .common-section .swiper-box .swiper-controller-big{
    margin-top: 1.5rem;
  }
  .section4 .swiper-box .swiper-controller {
      top: 5.8rem;
  }
  .section5 .swiper-box .swiper-controller{
      top: 6.5rem;
  }
  .section7 .swiper-box .swiper-controller{
      top: 7.2rem;
  }
  .common-section .swiper-box .swiper-controller .tabs .tab .name {
    font-size: 0.33rem;
    padding-bottom: 0;
  }
  .common-section .swiper-box .swiper-controller .text-box {
    height: 0.7rem;
  }
  .common-section .swiper-box .swiper-controller .text-box .text {
    font-size: 0.18rem;
    color: #000;
    line-height: 0.4rem;
  }
  .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;
  }
  /* å‚æ•°é…ç½® */
  .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: 13vh 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: 92%;
    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;
}

}
