/* #banner_swiper .kv1,#banner_swiper .kv2{
    background: url('../../images/cardType/home/kv1.png') no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
} */

/* 公用弹框部分 */
.pop_com_box {
    display: none;
}
.l_conf_btn{
    margin-top: calc((26 / 19.2)* 1vw);
}
.l_conf_btn>a,.l_conf_btn a{
    transition: 0.5s;
    cursor: pointer;
    width: calc((220 / 19.2)* 1vw);
    height:calc((54 / 19.2)* 1vw);
    line-height: calc((54 / 19.2)* 1vw);
    margin-right: calc((60 / 19.2)* 1vw);
}
.l_conf_btn>a:hover{
    background-color: #cc0000;
    color: #fff;
}
.pop_up_com {

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

    background-color: rgba(0, 0, 0, 0.7);
}
.l_subtitle {
    margin-top: 29px;
}
.l_eng_data {
    width: 100%;
    margin-top: 45px;
}
.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));
}

.pop_up {
    position: relative;
    width: 90%;
    height: 80vh;
    margin-top: 5%;
    background-color: #fff;
}
.l_conf_title {
    width: 530px;
    margin: auto;
}
#l_conf_select,#l_conf_select1 {
    width: 100%;
    border: none;
}
.conf_slide {
    height: auto;
}
.l_car_data {
    width: 100%;
    margin-top: 45px;
}
.l_car_data {
    width: 100%;

    margin-top: 45px;
}
.l_icon {
    width: 18px;
    height: 4px;
    background-color: rgb(255, 255, 255);
}
.l_box {
    width: 25px;
    margin-right: 10px;
    height: 25px;
    background-color: rgb(47, 47, 47);
}
.l_subtitle {
    margin-top: 29px;
}

/* 车型配置表 */
#conf_swiper {
    margin-top: 30px;
    width: 100%;
    height: calc(100vh - 39vh);
    overflow-y: auto;
}
/* 选中选项的样式 */
.custom-select select:focus {
    outline: none;
    /* 移除聚焦时的默认轮廓 */
}

/* 当有选项被选中时的样式 */
.custom-select select option:checked {
    background: #e0e0e0;
    /* 设置选中选项的背景颜色 */
}
.close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    z-index: 1000;
    top: 20px;
}
.l_data_item {
    padding: 20px 17px;
}
.l_conf_table {
    margin-top: 60px;
    /* padding: 0 120px; */
}

.l_card_home {
    width: 100%;
}
.l_price{
    margin-left: calc((113 / 19.2)* 1vw);
}
.l_price_box {
    background: url('../../images/cardType/home/3d_Bg.png?1') no-repeat;
    padding: calc((80 / 19.2)* 1vw) 0 calc((70 / 19.2)* 1vw) 0;
    width: 100%;
    margin-top: calc((80 / 19.2)* 1vw);
    height: 100%;
    background-size: cover;
    position: relative;
}
.l_card_name {
    font-size: calc((20 / 19.2)* 1vw);
    color: rgba(0, 0, 0, 0.5);
}
.l_card_name div{
    z-index: 100;
}

.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_card_name a:hover:before {
    width: 100% !important;
    background: rgb(204, 0, 0) !important;
}
.l_money {
    margin-top: calc((37/19.2)*1vw);
}
.l_money span{
    font-size: calc((20/19.2)*1vw);
}
.l_money .text_color3{
    font-size: calc((36/19.2)*1vw);
}
.l_color_box{
    position: absolute;
    top: calc((-60/19.2)*1vw);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    cursor: pointer;
}
.l_color_title{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    font-size: calc((20/19.2)*1vw);
}
.l_card_n_b {
    position: relative;
    margin-top: calc((16/19.2)*1vw);
}
.allCar{
    height: calc((675 / 19.2)* 1vw);
}
.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_color img{
    border-radius: 50%;
    width: 100%;
}
.l_color_r {
    border: 1px solid rgb(47, 47, 47);
}
.l_conf_c {
    width: calc((1000 / 19.2)* 1vw);
}
.l_title{
    font-size: calc((36/19.2)*1vw);
}

.l_config_b {
    margin-top: calc((-70 / 19.2)* 1vw);
    position: relative;
}
.l_config{
 
    text-align: center;
}
.l_prompt_line{
    position: absolute;
    width: calc((1000 / 19.2)* 1vw);
    bottom: 0;
    left: calc((435 / 19.2)* 1vw);
}

* {
    padding: 0;
    margin: 0;
}

.threesixty {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: calc((1200/19.2)*1vw);
    height:calc((675/19.2)*1vw);;
}

.threesixty .threesixty_images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.threesixty .threesixty_images img {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.threesixty .threesixty_images li.previous-image {
    visibility: hidden;
    width: 0;
}

.threesixty .threesixty_images li.current-image {
    visibility: visible;
    width: 100%;
}

.threesixty .spinner {
    width: 60px;
    display: block;
    margin: 0 auto;
    height: 30px;
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -30px;
}

.threesixty .spinner span {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    display: block;
}

.threesixty .nav_bar {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11;
}

.threesixty .nav_bar a {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    text-indent: -99999px;
}

.threesixty .nav_bar a.nav_bar_play {
    background-position: 0 0 !important;
}

.threesixty .nav_bar a.nav_bar_previous {
    background-position: 0 -73px !important;
}

.threesixty .nav_bar a.nav_bar_stop {
    background-position: 0 -37px !important;
}

.threesixty .nav_bar a.nav_bar_next {
    background-position: 0 -104px !important;
}

/* html */
.threesixty:-webkit-full-screen {
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px;
}

.threesixty:-moz-full-screen {
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px;
}



button{
    width: 100px;
    height: 50px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-left: 30px;
    margin-right: 30px;
}