.l_home_kv {
    width: 100%;
    height: 100vh;
}

.l_card_home {
    width: 100%;

}



#banner_swiper .arrow_l {
    background-image: url('../../images/index/banner/pc/left_arrows1.png');
    position: absolute;
    top: 50%;
    width: 33px;
    height: 63px;
    background-size: 100%;
    opacity: 1;
    left: 28px;
}

#banner_swiper .arrow_r {
    background-image: url('../../images/index/banner/pc/right_arrows1.png');
    position: absolute;
    top: 50%;
    width: 33px;
    height: 63px;
    background-size: 100%;
    opacity: 1;
    right: 28px;
}

#banner_swiper .swiper-pagination-bullet {
    position: relative;
    width: 25px;
    height: 6px;
    border-radius: 3px;
    background: rgb(217, 217, 217);
    transition: 0.1s;
}

#banner_swiper .swiper-pagination-bullet {
    position: relative;
    width: 25px;
    height: 6px;
    border-radius: 3px;
    background: #D9D9D9;
    opacity: 1;
    transition: 0.1s;
}

#banner_swiper .swiper-pagination-bullet-active {
    width: 50px;
    background: rgba(255, 255, 255, 0.8);
}

.l_back>div img.hide {
    display: none;
}

.l_back>div.active img.hide {
    display: block;
}

.l_back>div.active img.active {
    display: none;
}


.l_price_box {
    background: url('../../images/index/card_type/bg1.jpg') no-repeat;
    padding: 90px 0 70px 0;
    width: 100%;
    min-height: 90vh;
    height: 100%;
    background-size: 100%;
    position: relative;
    /* margin-top: 90px; */
}

.content_pad {
    margin-bottom: 50px;
}

.l_back img {
    width: calc((60/19.2)*1vw);
}

.l_back {
    margin-left: 12%;
}

.l_back>div {
    margin: 0px 16px;
    /*margin-right: 37px;*/
}

.l_money {
    margin-top: 37px;
}

.l_card_n_b {
    margin-top: 16px;
}

.banner_title {
    font-weight: bold;
    font-size: calc((100/19.2)*1vw);
}

.banner_title1 {
    margin-top: calc((30/19.2)*1vw);
    font-size: calc((50/19.2)*1vw);
}

.l_card_name {
    color: rgba(0, 0, 0, 0.5);
}

.l_card_name>div {
    margin-right: 49px;
}

.l_card_name a {
    cursor: pointer;
    position: relative;
    padding-bottom: 6px;
}

.l_card_name a:before {
    content: '';
    width: 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: 0.5s;
    height: 4px;
}

.l_card_name .text_color2::before {
    content: '';
    width: 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: 0.5s;
    height: 4px;
    width: 100% !important;
    background: rgb(204, 0, 0) !important;
}

.l_eng_tag .select::before {
    content: '';
    width: 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: 0.5s;
    height: 4px;
    width: 100% !important;
    background: rgb(204, 0, 0) !important;
}

.l_card_name a:hover:before {
    width: 100% !important;
    background: rgb(204, 0, 0) !important;
}

.l_color_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 40px;
    cursor: pointer;
}

.l_color {
    width: calc((38 / 19.2)* 1vw);
    border-radius: 50%;
    height: calc((38 / 19.2)* 1vw);
    /* margin-right: calc((27 / 19.2)* 1vw); */
    padding: calc((4 / 19.2)* 1vw);
    display: flex;
    justify-content: center;
    align-items: center;
}


.l_point_b {
    position: absolute;
    display: flex;
    top: calc((311 / 19.2)* 1vw);
    left: calc((485 / 19.2)*1vw);
}

.l_config {
    text-align: center;
}

.l_color img {
    border-radius: 50%;
    width: 100%;
}

.l_color_r {
    border: 1px solid rgb(47, 47, 47);
}

.l_conf_btn {
    margin: auto;
    width: calc((720 / 19.2)* 1vw);
}

.l_conf_btn>div {
    transition: 0.5s;
    cursor: pointer;
    width: calc((220 / 19.2)* 1vw);
    height: calc((54 / 19.2)* 1vw);
    line-height: calc((54 / 19.2)* 1vw);
}

.l_conf_btn>div:hover {
    background-color: #CC0000 !important;
}

.option {
    position: absolute;
    top: calc((375/19.2)*1vw);
    text-align: center;
    left: calc((220/19.2)*1vw);
    background: none;
    background-size: 100%;
}

.option-title img {
    width: 75%;
}

.option-button-l {
    transition: 0.5s;
}

.option-button-r {
    transition: 0.5s;
}

.option-button {
    margin-top: calc((74/19.2)*1vw);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

#banner_swiper .banner_kv img {
    width: 100%;
}


.option-button>div {
    width: calc((220/19.2)*1vw);
    padding: 19px 0;
    margin: 0 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100%;
    background-color: #fff;
}

.option-button-l {
    margin-right: 14px;
}

.option-button-r {
    margin-left: 14px;
}

.option-button>div span {
    margin-right: 9px;
}

.hig {
    width: 100%;
    position: absolute;
    top: 50%;
}

.l_car_swi {
    position: relative;
}

.l_swi_p {
    padding: 0 120px;
    margin: calc((46 / 19.2)* 1vw) 0 calc((35 / 19.2)* 1vw) 0;
}

.l_classif {
    width: calc((1500 / 19.2)* 1vw);
    margin: auto;
}

.l_tag_name {
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
}

.l_tag_name a {
    cursor: pointer;
    position: relative;
    padding-bottom: 6px;
}

.l_tag_name a:before {
    content: '';
    width: 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: 0.5s;
    height: 4px;
}

.l_tag_name .text_color2::before {
    content: '';
    width: 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: 0.5s;
    height: 4px;
    width: 100% !important;
    background: rgb(204, 0, 0) !important;
}

.l_tag_name a:hover:before {
    width: 100% !important;
    background: rgb(204, 0, 0) !important;
}

.l_param {
    margin-top: 80px;
    width: 100%;
    background-color: rgb(247, 247, 247);
    padding: calc((58 / 19.2)* 1vw) 0 calc((67 / 19.2)* 1vw) 0;
}

.l_par_des {
    max-width: 1200px;
    width: 100%;
    /*width: 63%;*/
    margin: auto;
}

.l_par_t {
    text-align: center;
}

.l_par_b {
    margin-top: 40px;
}

.l_title {
    font-size: calc((36 / 19.2)* 1vw);
}

.l_param .text {
    margin-bottom: 44px;
}

.l_check {
    line-height: calc((58 / 19.2)* 1vw);
    width: calc((220 / 19.2)* 1vw);
    height: calc((58 / 19.2)* 1vw);
}

.l_eng_b {
    position: relative;
}

.l_engine {

    background: #000;
    width: 100%;
}

.l_engine {
    width: 100%;
}

.l_engine img {
    position: absolute;
    width: 100%;

}

.l_eng_tag {
    position: absolute;
    bottom: calc((68 / 19.2)* 1vw);
    left: calc(50% - 40%);
    z-index: 100;
}

.l_meitu {
    margin-top: calc((127 / 19.2)* 1vw);
}


.l_meitu_c {
    margin-top: calc((30 / 19.2)* 1vw);
    cursor: pointer;
}

.l_meitu_c:hover span {

    text-decoration: underline;
}

.l_pic_r {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-end;
}

.l_pic_l img {
    width: calc((1100 / 19.2)* 1vw);
    /* height: calc((660 / 19.2)* 1vw); */
}

.l_pic_r img {

    width: calc((550 / 19.2)* 1vw);
    /* height: calc((330 / 19.2)* 1vw); */
    height: 49%;
}

.l_pic_box {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.l_sim_title {
    margin-top: 154px;
}


/* 热门车型 */
.l_hot_card {
    margin-top: calc((62 / 19.2)* 1vw);
}

.l_notice_pic {
    width: 100%;
}

.l_notice_pic>div {
    padding-bottom: 40px;
    width: 24%;
}

.l_notice_pic>div .text_align {
    margin-top: 30px;
    width: 100%;
}

.hig .swiper-button-next, .hig .swiper-button-prev {
    background: none;
}

.l_notice_pic>div .text_align img {
    width: 100%;
}

.l_notice_pic .text_ellipsis {
    width: 24%;
}

.l_notice_pic .text_ellipsis div {
    margin-top: 33px;
}

.l_title_b {
    margin-top: 114px;
}

/* 预约品鉴地图 */
.special_shop {
    margin-top: 4%;
    height: 100%;
    width: 100%;
    /*flex-wrap: wrap;*/
    /*align-items: center;*/
    display: flex;
    /*justify-content: space-between;*/
    /* padding: 0 120px; */
}
.yhscxz{
    display: none;
}
.special_shop_r {
    width: calc((540/19.2)*1vw);
}

.form_box input, .form_box select {
    padding: 5px 0 5px 10px;
    height: 40px;
    width: 100%;
    color: rgb(118, 118, 118);
    outline: none;
}

.special_shop_form {
    width: 100%;
}

.special_shop_form .form_box_input_box {
    border: 1px solid rgb(102, 102, 102);
}

.location_img {
    height: calc((300/19.2)*1vw);
    width: 100%;
}

.site {
    margin: calc((18 / 19.2)* 1vw) 0 calc((41 / 19.2)* 1vw) 0;

}

.l_config_b {
    margin-top: calc((-70 / 19.2)* 1vw);
}



.site_info {
    margin-bottom: calc((20 / 19.2)* 1vw);
    cursor: pointer;
}

.form_box input, .form_box select {
    padding: 2% 0 2% 10px;

    width: 100%;
    color: rgb(118, 118, 118);
    outline: none;
}

.form_box_input_box {
    margin-top: calc((20 / 19.2)* 1vw);
    width: 100%;
}

.form_box_input_box input {
    padding-left: 10px;
}

.form_box_select_box {
    width: 100%;
    margin-top: calc((31 / 19.2)* 1vw);
}

.privacy {
    margin: calc((18 / 19.2)* 1vw) 0 calc((27 / 19.2)* 1vw) 0;
    cursor: pointer;
}

.privacy_radio {
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: 1px solid #000;
}

.privacy_radio {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.radio_fill {
    display: none;
    width: 8px;
    height: 8px;
}

.l_classif {
    color: #fff;
}

.check_text {
    width: calc(100% - 16px);
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

.special_shop_l {
    position: relative;
    height: calc((750/19.2)*1vw);
    margin-left: 20px;
    /*background: red;*/
    width: calc(100% - calc((540/19.2)*1vw));
}





#container {
    position: absolute;
    /*地图(容器)显示大小*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

/* 公用弹框部分 */
.pop_com_box {
    display: none;
}

.pop_up_com {

    display: flex;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;

    background-color: rgba(0, 0, 0, 0.7);
}

.l_characters {
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: calc((20/19.2)*1vw);
    white-space: nowrap;
    font-size: 16px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.8);
    padding: calc((5/19.2)*1vw) calc((16/19.2)*1vw);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.l_chara_box {
    display: block;
}

.card_pulse {
    cursor: pointer;
}

.card_pulse:hover+.l_characters {
    display: block;
}

.l_conf_c {
    width: calc((1000/19.2)*1vw);
}

.l_conf_box {
    position: relative;
    margin: 0 auto;
    width: calc((1000/19.2)*1vw);
}

.l_price {
    position: relative;
    margin-left: 113px;
}

.l_highl, .l_3dPan_view {
    z-index: 1;
}

.l_highl, .l_3dPan_view, .hig_deep, .hig_shallow, .l_3dPan_deep, .l_3dPan_sha {
    cursor: pointer;
    position: absolute;
    width: calc((100/19.2)*1vw);
    right: calc((120/19.2)*1vw);
}

.hig_deep, .hig_shallow, .l_3dPan_deep, .l_3dPan_sha {
    animation: myfirst 1.5s infinite;
}

.hig_shallow, .l_3dPan_sha {
    animation-delay: 0.8s;
}


.l_3dPan_view, .l_3dPan_deep, .l_3dPan_sha {
    top: calc((186/19.2)*1vw);
}

.pop_up {
    position: relative;
    width: 90%;
    height: 80vh;
    margin-top: 5%;
    background-color: #fff;
}

.close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    z-index: 1000;
    top: 20px;
}

.download {
    position: absolute;
    cursor: pointer;
    bottom: 200px;
    z-index: 1000;
    right: 100px;
}

/* 车型配置表 */
#conf_swiper {
    margin-top: 30px;
    width: 100%;
    height: calc(100vh - 39vh);
    overflow-y: auto;
}

.conf_slide {
    height: auto;
}

.l_conf_title {
    width: calc((370 / 19.2)* 1vw);
    margin: auto;
}

.l_conf_table {
    display: none;
    margin-top: calc((60 / 19.2)* 1vw);
    /* padding: 0 120px; */
}

#l_conf_select, #l_conf_select1 {
    text-align: center;
    width: 100%;
    border: none;
}

/* 选中选项的样式 */
.custom-select select:focus {
    outline: none;
    /* 移除聚焦时的默认轮廓 */
}

/* 当有选项被选中时的样式 */
.custom-select select option:checked {
    background: #e0e0e0;
    /* 设置选中选项的背景颜色 */
}

.l_box {
    width: 25px;
    margin-right: 10px;
    height: 25px;
    background-color: rgb(47, 47, 47);
}

.l_icon {
    width: 18px;
    height: 4px;
    background-color: rgb(255, 255, 255);
}

.l_subtitle {
    margin-top: 29px;
}

.l_car_data {
    width: 100%;

    margin-top: 45px;
}

.l_data_item {
    padding: calc((20 / 19.2)* 1vw) calc((17 / 19.2)* 1vw);
}

.tab_back {
    border-top: 1px solid rgba(47, 47, 47, 0.2);
    border-bottom: 1px solid rgba(47, 47, 47, 0.2);
    background-color: rgba(47, 47, 47, 0.05);
}

.tab_back1 {
    background-color: rgba(rgb(255, 255, 255));
}

/* 产品卖点 */
.l_point_box {
    width: 100%;
    height: 100%;
    display: none;
}

.l_point {

    width: 100%;
    height: 100%;

}

.l_eng_data {
    width: 100%;
    margin-top: 45px;
}



.l_poi_l img {
    width: calc((616 / 19.2)* 1vw);
    height: 100%;
}

.l_poi_r {
    width: 38%;
    padding: 0 5%;
}

.l_poi_title {
    padding-bottom: 16px;
    position: relative;
}

.l_poi_title::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: 0.5s;
    height: 4px;
    width: 50%;
    background: rgb(204, 0, 0)
}

.l_poi_des {
    margin-top: 52px;
    color: rgb(140, 140, 140);
}
#download_catalog{
    height: calc((54 / 19.2)* 1vw);
    width: calc((220 / 19.2)* 1vw);
    display: none;
}

#l_poi_swiper {
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 35vh);
}

#l_poi_swiper .swiper-slide {
    height: auto;
}

/* 技术参数 */
.l_tech {
    display: none;
    margin-top: 20px;
}

.l_tech .l_par_b {
    margin-top: 20px;
}

.l_tech .l_par_des {
    margin-top: 44px;
}

.l_tech .l_conf_title {
    margin-top: 50px;
}

.l_tech #tech_swiper {
    height: calc(100vh - 54vh);
    overflow-y: auto;
}

#tech_swiper {
    margin-top: 30px;
    width: 100%;
    height: calc(100vh - 40vh);
    overflow: hidden;
}

.banner_kv {
    position: relative;
}

.tech_slide {
    height: auto;
}

/* 美图 */
.l_wallpap {
    width: 100%;
    display: none;
    height: 100%;
}

.l_wallpap .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.l_wallpap .swiper-slide {
    background-size: cover;
    background-position: center;
}

.l_wallpap .gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-top .swiper-slide {
    width: calc((1220 / 19.2)* 1vw) !important;
    height: calc((660 / 19.2)* 1vw) !important;
}

.l_wallpap .gallery-top .swiper-slide img {
    height: 100%;
}

.l_wallpap .gallery-top .swiper-slide, .l_wallpap .gallery-thumbs .swiper-slide {
    text-align: center;
}

.l_wallpap .gallery-thumbs .swiper-slide img {
    height: 100%;
}


.l_wallpap .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.l_wallpap .gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4;
}

.l_wallpap .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

#l_car_title {
    margin-top: calc((35 / 19.2)* 1vw);
    height: 100%;
    padding-bottom: 10px;
}

#l_car_title .swiper-slide a {
    font-size: 20px;
    white-space: nowrap;

}

#l_car_swiper .swiper-slide img {
    width: 100%;
}


#l_car_swiper .car_des {
    padding: 20px 40px;
    position: absolute;
    bottom: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    width: 100%;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.car_des .check_mor {

    margin-top: 20px;
}

.car_des .check_mor a:hover {
    text-decoration: underline;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.carModel .section3 {
    height: calc((956/19.2)*1vw);
}

.l_safe_tag ul li {
    cursor: pointer;
}

.l_safe_tag .on {

    position: relative;
}

.special_shop .site .text_color2 {
    margin-left: 10px;
    /*margin-left: calc((38/19.2)*1vw);*/
}

.l_safe_tag .on:before {
    content: '';
    width: 0;
    position: absolute;
    left: 0px;
    bottom: -11px;
    transition: 0.5s;
    height: 3px;
    width: 100% !important;
    background: rgb(204, 0, 0) !important;
}

#l_car_mob .swiper-pagination-bullets, #l_pic_swiper .swiper-pagination-bullets {
    display: none;
}

.card_pulse {
    -webkit-animation: pulse 1.5s ease infinite both;
    animation: pulse 1.5s ease infinite both
}

.l_confirm {
    cursor: pointer;
    color: #CC0000;
    margin-top: calc((15 / 19.2)* 1vw);
}

.l_confirm>span:hover {
    font-weight: bold;
    text-decoration: underline;
}

.l_prompt {
    cursor: default;
    display: none;
    width: calc((331 / 19.2)* 1vw);
    height: calc((100 / 19.2)* 1vw);

    border: 1px solid rgb(224, 224, 224);
    border-radius: 5px;
    /* background: url('/static/images/cardType/card/10.png') no-repeat; */
    position: absolute;
    z-index: 99;
    padding: calc((23 / 19.2)* 1vw) calc((28 / 19.2)* 1vw) 0 calc((28 / 19.2)* 1vw);
    right: calc((260 / 19.2)* 1vw);
    font-size: calc((18 / 19.2)* 1vw);
    text-align: center;
}
.l_prompt::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: calc((-10 / 19.2)* 1vw);
    border-width: calc((10 / 19.2)* 1vw);
    transform: rotate(180deg);
    border-style: solid;
    border-color: transparent rgb(240, 240, 240) transparent transparent;
  }

.cb1000R_show{
    display: none;
    font-size: calc((18 / 19.2)* 1vw);
    margin-top: calc((27 / 19.2)* 1vw);
}
.or_title_show{
    font-size: calc((20 / 19.2)* 1vw);
    margin-top: calc((27 / 19.2)* 1vw);
    color: rgb(140, 140, 140);
}

.cb1000R_show a {
    color: #CC0000;
}


/*.l_card_home .kv1,.banner_kv{
    height: 100%;
}*/

.flastBox1{
    display: none;
    position: fixed;
    top: calc((140/ 19.2)*1vw);
    right: 0;
    z-index: 999999;
    cursor: pointer;
}

.flastBox1B{
    width: calc((40/ 19.2)*1vw);
    height: calc((40/ 19.2)*1vw);
    text-align: center;
    line-height: calc((40/ 19.2)*1vw);
    background-color: #000;
    color: #ccc;
    opacity: .8;
    position: absolute;
    left: calc((-40/ 19.2)*1vw);
    cursor: pointer;
}

.flastBox2{
    display: none;
    position: fixed;
    top: calc((140/ 19.2)*1vw);
    right: 0;
    z-index: 999999;
    cursor: pointer;
}
@media (max-width: 860px) {
    .flastBox1{
        display: none;
        position: fixed;
        top: calc((70/ 3.75)*1vw);
        right: 0;
        z-index: 999999;
        cursor: pointer;
    }
    .flastBox1 img{
        width: calc((78/ 3.75)*1vw);
        height: calc((95/ 3.75)*1vw);
    }
    .flastBox1B{
        width: calc((20/ 3.75)*1vw);
        height: calc((20/ 3.75)*1vw);
        text-align: center;
        line-height: calc((20/ 3.75)*1vw);
        background-color: #000;
        color: #ccc;
        opacity: .8;
        position: absolute;
        left: calc((-20/ 3.75)*1vw);
        cursor: pointer;
    }

    .flastBox2{
        display: none;
        position: fixed;
        top: calc((70/ 3.75)*1vw);
        right: 0;
        z-index: 999999;
        cursor: pointer;
    }
    .flastBox2 img{
        width: calc((54/ 3.75)*1vw);
        height: calc((27/ 3.75)*1vw);
    }
    .btn-box {
        font-size: 14px;
    }
    #download_catalog{
        height: calc((32 / 3.75)* 1vw);
    }
    .carModel .section3 {
        height: calc((719/3.75)*1vw);
    }
    .or_title_show{
        text-align: center;
        font-size: 14px;
        margin-top: 24px;
        color: rgb(140, 140, 140);
    }

    #conf_swiper, #tech_swiper {
        font-size: 12px;
    }

    #conf_swiper {
        height: calc(100vh - calc((250/3.75)*1vw));

    }
    .l_poi_l img {
        width: 100%;
        height: 100%;
    }
    .option {
        position: static;
        display: block;
    }

    .option-title {
        position: absolute;
        top: 115px;
        width: 100%;
        text-align: center;
    }

    .l_home_kv {
        height: auto;
    }

    .l_mob_buttin {
        width: 100%;
        padding: 0 52px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        bottom: 85px;
    }
    .l_title_b{
        margin-top: 60px;
    }
    .l_mob_buttin>div {
        text-align: center;
        width: 123px;
        /* height: 34px; */
        background: none;
        border: 1px solid #fff;
        color: #fff;
        line-height: 34px;
    }

    .data_item_l {
        width: 150px;
    }

    .special_shop_l {
        width: 100%;
        margin-top: 30px;
    }
    .l_conf_title {
        width: calc((200 / 3.75)* 1vw);
        margin: auto;
}

    .l_conf_box {
        width: 100%;
    }

    .pop_up {
        width: 100%;
        height: 100%;
    }

    #l_car_mob .swiper-pagination {
        width: 200px;
        left: calc(50% - 100px);
    }

    .data_item_r {
        margin-left: calc((20 / 3.75)* 1vw);
        width: 249px;
        line-height: 1.5;
        text-align: left;
    }

    .h-full {
        height: auto;
    }

    #banner_swiper .option-button {
        position: absolute;
        bottom: 1%;
    }

    .pop_com_box {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .l_price_box {
        min-height: 50vh;
    }
    .content_pad{
        margin-bottom:20px;
    }
    .pop_up {
        margin-top: 0;
        z-index: 10000;
    }
    .l_sim_title {
        margin-top: 60px;
    }
    .card_arrows {
        width: 80%;
        left: calc(50% - 40%);
        bottom: 0%;
    }

    .l_price {
        margin-left: 0;
    }

    .l_config {
        width: 100%;
    }

    .banner_title {
        font-weight: bold;
        font-size: 30px;
    }

    .banner_title1 {
        margin-top: 20;
        font-size: 16px;
    }

    .text_size36 {
        font-size: 20px;
    }

    /* 热门车型 */
    .l_hot_card {
        margin-top: calc((30 / 3.75)* 1vw);
    }

    .l_conf_c {
        width: 100%;
    }

    .l_tech #tech_swiper {
        height: calc(100vh - calc((400/3.75)*1vw));
    }

    .l_card_n_b {
        padding: 0 20px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .l_price_box {
        background: url('../../images/index/card_type/mob/bg3.png') no-repeat;
        padding: 0;
    }

    .l_config_b {
        width: 100%;
        margin-top: 0;
    }

    .l_card_name {
        height: 60px;
        border-bottom: 1px solid rgb(230, 230, 230);
    }

    .location_img {
        height: calc((300/3.75)*1vw);
        width: 100%;
    }
    .l_data_item {
        padding: calc((10 / 3.75)* 1vw) calc((17 / 3.75)* 1vw);
    }

    .l_card_name a {
        padding-bottom: 13px;
        white-space: nowrap;
    }

    .l_back {
        margin-left: 0;
        margin: 42px 0 0 0;
    }

    .l_back img {
        width: calc((60/3.75)*1vw);
    }

    .l_title, .l_money {
        text-align: center;
        margin-top: 24px;
    }

    .l_car_swi {
        margin-top: calc((20 / 3.75)* 1vw);
    }

    .site_info {
        margin-bottom: calc((20 / 3.75)* 1vw);
        cursor: pointer;
    }
    #download_catalog{
        width: calc((114 / 3.75)* 1vw);
    }

    .l_conf_btn>div {
        width: calc((114 / 3.75)* 1vw);
        height: calc((32 / 3.75)* 1vw);
        line-height: calc((32 / 3.75)* 1vw);
        margin:  0 3px;
    }
    #l_car_title1 .swiper-slide a {
        font-size: 14px;
        white-space: nowrap;
    }
    #l_car_title1 .swiper-slide {
        font-size: 14px;
        white-space: nowrap;
        height: calc((30 / 3.75)* 1vw);
    }
    .l_title {
        font-weight: bold;
        margin-top: 15px;
    }


    .l_back {
        justify-content: center;
        width: 100%;
    }

    .l_conf_btn {
        width: 100%;
        justify-content: center;
    }

    .l_price_box {
        height: 382px;
    }

    .option-button>div {
        width: 123px;
        height: 34px;
        line-height: 34px;
        background: none;
        border: 1px solid #fff;
        color: #fff;
    }

    .text_size40 {
        font-size: 20px;
        margin-bottom: calc((30 / 3.75)* 1vw);
    }

    .l_swi_p {
        padding: 0 20px;
    }

    #l_car_mob .swiper-pagination-bullet, #l_pic_swiper .swiper-pagination-bullet, #l_notice_swiper .swiper-pagination-bullet {
        position: relative;
        width: 25px;
        height: 6px;
        border-radius: 3px;
        background: #D9D9D9;
        opacity: 1;
        transition: 0.1s;
    }

    #l_car_mob .swiper-pagination-bullet-active, #l_pic_swiper .swiper-pagination-bullet-active, #l_notice_swiper .swiper-pagination-bullet-active {
        width: 50px;
        background: rgba(0, 0, 0, 0.8);
    }

    .l_par_des {
        width: 100%;
        padding: 0 calc((20 / 3.75)* 1vw);
    }

    .l_par_des .l_par_b {
        margin-top: 12px;
    }

    .text_size18 {
        font-size: 12px;
    }

    .text_size36 {
        font-size: 16px;
    }

    .l_color {
        width: calc((28 / 3.75)* 1vw);
        border-radius: 50%;
        height: calc((28 / 3.75)* 1vw);
        padding: calc((6 / 3.75)* 1vw);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .l_color img {
        width: calc((21 / 3.75)* 1vw);
    }

    .l_par_des>div {
        text-align: center;
    }

    .site {
        margin: calc((18 / 3.75)* 1vw) 0 calc((41 / 3.75)* 1vw) 0;
    }

    .privacy {
        margin: calc((18 / 3.75)* 1vw) 0 calc((27 / 3.75)* 1vw) 0;
        cursor: pointer;
    }

    .l_engine {
        height: 100vh;
    }

    .l_check {
        width: calc((114 / 3.75)* 1vw);
        height: calc((32 / 3.75)* 1vw);
        line-height: calc((32 / 3.75)* 1vw);
    }

    .form_box_select_box {
        width: 100%;
        margin-top: calc((20 / 3.75)* 1vw);
    }

    .pc_config {
        display: block;
        font-size: 11px;
        color: rgb(142, 142, 142);
        padding-top: 8px;
    }

    .l_param {
        padding: 30px 0 33px 0;
    }

    .text_size20 {
        font-size: 16px;
    }

    .form_box_input_box {
        margin-top: calc((20 / 3.75)* 1vw);
        width: 100%;
    }

    .l_eng_tag {
        width: 100%;
        left: 0;
        padding: 0 20px;
    }

    .l_meitu {
        margin-top: 30px;
    }

    .l_pic_box {
        margin-top: 20px;
    }

    #l_pic_swiper .swiper-slide {
        width: 100% !important;
    }



    #l_pic_swiper .swiper-slide img, #l_notice_swiper .swiper-slide img {
        width: 100%;
    }

    .special_shop_r {
        width: 100%;
    }

    .check_text {
        font-size: 14px;
    }

    #l_notice_swiper {
        height: calc((250 / 3.75)* 1vw);
        font-size: 16px;
    }

    #l_notice_swiper .swiper-pagination {
        bottom: 0px;
    }

    .l_hig_box {
        height: 620px;
        background-color: rgb(247, 247, 247);
    }

    .l_hig_box img {
        width: 100%;
    }

    .l_text_box {
        margin-top: 27px;

        padding: 0 23px 40px 16px;
    }

    .l_hig_box_title {

        font-size: 16px;
    }

    .l_hig_box_text {
        word-break: break-all;
        margin: 10px 0 100px 0;
        line-height: 28px;
        font-size: 13px;
        color: rgb(140, 140, 140);
    }

    #l_car_mob {
        margin-top: 26px;
    }
}

@keyframes myfirst {
    10% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.5);
    }
}


/* pulse */
@-webkit-keyframes pulse {
    0%, 100% {
        -webkit-transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 1.15, 1.15)
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.15, 1.15, 1.15)
    }
}
