body,html{color:#333;margin:0;padding:0;font:0.28rem/1.2;font-family:PingFangSC-Medium;	background: #fff;}
h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,select,object{margin:0;padding:0;outline: none;}
ul,ol,li{list-style-type:none}
address,cite,code,em,th,i,h1,h2,h3,h4,h5,h6{font-weight:normal; font-style:normal;}
img{border:0 none;max-width: 100%;}
h1,h2,h3,h4,h5,h6{font-size:0.28rem;}
object,textarea,img,iframe{vertical-align: top;}
textarea{overflow: auto;}
a{text-decoration:none;color:#333;outline: none;}
a:hover{text-decoration:none;color:#333;}
.wrap{width: 1200px;max-width: 1200px;margin: 0 auto;}
input[type=submit]:hover{opacity:0.9;filter:Alpha(opacity=90);cursor: pointer;}
.checkbox,.radio{width:13px;height:13px;vertical-align:-2px;*vertical-align:-1px;}
.l{float:left;_display: inline;} .r{float:right;_display: inline;}
.blank0,.blank1,.blank2,.blank3,.blank4,.blank5,.blank6,.blank7,.blank8,.blank9,.blank10,.blank11,.blank12,.blank70,.blank13,.blank14,.blank15,.blank16,.blank17,.blank18,.blank19,.blank20,.blank30,.blank40,.blank50,.blank60{clear:both;display:block; font-size:1px; overflow:hidden;}
.blank0{height:0;}.blank1{height:1px;}.blank2{height:2px;}.blank3{height:3px;}.blank4{height:4px;}.blank5{height:5px;}.blank6{height:6px;}.blank7{height:7px;}.blank8{height:8px;}.blank9{height:9px;}.blank10{height:10px;}.blank11{height:11px;}.blank12{height:12px;}.blank13{height:13px;}.blank14{height:14px;}.blank15{height:15px;}.blank16{height:16px;}.blank17{height:17px;}.blank18{height:18px;}.blank19{height:19px;}.blank20{height:20px;}.blank30{height: 30px;}.blank40{height:40px;}
.blank50{height:50px;}.blank60{height:60px;}.blank70{height:70px;}
.por{position: relative;} .owfl{ overflow:hidden;} .tl{text-align: left; } .tc{text-align: center; } .tr{text-align: right; }.center{margin: 0 auto;}
*{
    box-sizing: border-box;
}
.flex{
    display: flex;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.justify-around{
    justify-content: space-around;
}
.align-center{
    align-items: center;
}
.align-start{
    align-items: flex-start;
}
.align-end{
    align-items: flex-end;
}
.align-baseline{
    align-items: baseline;
}
.flex-column{
    flex-direction: column;
}
.flex-shrink{
    flex-shrink: 0;
}

#top{
    position: fixed;
    bottom: 2.2rem;
    right: 0.25rem;
    z-index: 9;
    cursor: pointer;
}
#top .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.7rem;
    height: 0.7rem;
    background: #3c3c3c;
    color: #FFF;
    border-radius: 0.05rem;
}


@font-face{
    font-family: 'iconfont';
    src: url('/app/css/font/iconfont.woff2?t=1665027197528') format('woff2'),
    url('/app/css/font/iconfont.woff?t=1665027197528') format('woff'),
    url('/app/css/font/iconfont.ttf?t=1665027197528') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:0.28rem;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:root{
    --h-red: #ff9009;
}



.head{
    height: 0.9rem;
    padding: 0 0.25rem;
    color: #FFF;
    box-shadow: 0 0 0.1rem 0 rgba(0,0,0,.3);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-backdrop-filter: blur(0.1rem);
    -moz-backdrop-filter: blur(0.1rem);
    -ms-backdrop-filter: blur(0.1rem);
    backdrop-filter: blur(0.1rem);
}
.head .logo img{
    height: 0.6rem;
}
.head .logo span{
    display: inline-block;
    margin-left: 0.2rem;
    transform: translateY(0.03rem);
}
/*菜单图标*/
.menu-icon-wrapper {
    display: inline-block;
    cursor: pointer;
}
.menu-icon-first, .menu-icon-second, .menu-icon-thrid {
    width: 0.45rem;
    height: 0.05rem;
    background-color: #FFF;
    margin: 0.1rem 0;
    transition: 0.4s;
}
/* 旋转第一条横线 */
.close .menu-icon-first {
    -webkit-transform: rotate(-45deg) translate(-0.1rem, 0.09rem);
    transform: rotate(-45deg) translate(-0.1rem, 0.09rem);
}
/* 隐藏第二条横线 */
.close .menu-icon-second {
    opacity: 0;
}
/* 旋转第三条横线 */
.close .menu-icon-thrid {
    -webkit-transform: rotate(45deg) translate(-0.1rem, -0.1rem);
    transform: rotate(45deg) translate(-0.1rem, -0.1rem);
}

.nav{
    position: fixed;
    z-index: 90;
    top: 0;
    width: 100%;
    background: #FFFFFFe3;
    padding: 0.3rem;
    box-shadow: 0 0 0.1rem 0 rgba(0,0,0,.3);
	
    transition: 0.4s;
    transform: translateY(-100%);
}
.nav.act{
    top: 0.9rem;
    transform: translateY(0);
}
.nav a{
    display: block;
    font-size: 0.3rem;
    padding: 0.35rem 0;
}
.nav a.on{
    color: var(--red)
}
.nav a:nth-child(n+2){
    border-top: 1px solid #ddd;
}
.top{
    height: 0.9rem;
}

.swiper-button-next, .swiper-button-prev{
    color: #FFF;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 0.5rem;
}


.title{
    position: relative;
}
.title:before{
    content: "";
    width: 0.6rem;
    height: 0.04rem;
    border-radius: 20px;
    background: var(--red)
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}
.title .t{
    font-size: 0.36rem;
    font-weight: bold;
}
.title .p{
    color: #000;
    padding-top: 0.05rem;
    padding-bottom: 0.15rem;
}


.serve{
    padding: 0.25rem;
}
.serve .swiper-slide{
    width: 3.8rem;
}
.serve-box{
    margin-top: 0.3rem;
}
.serve-box .item{
    background: #000;
    color: #FFF;
    width: 3.8rem;
    border-radius: 0.15rem;
    position: relative;
}
.serve-box .item img{
    border-radius: 0.15rem;
}
.serve-box .item .text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.8rem 0.2rem 0.2rem 0.2rem;
    background: linear-gradient(0deg,#000000d9 0,#0000004d 50%,#00000026 65%,#00000013 75.5%,#00000009 82.85%,#00000005 88%,#0000);
    z-index: 2;
    border-radius: 0 0 0.15rem 0.15rem;
}
.serve-box .item .text .t{
    font-size: 0.32rem;
    font-weight: bold;
}
.serve-box .item .text .p{
    padding-top: 0.1rem;
    font-size: 0.26rem;
}
.serve-box .item a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.serve-card{
    border: 1px solid var(--red);
    border-radius: 0.1rem;
    margin-top: 0.2rem;
}
.serve-card ul{
    flex-flow: row wrap;
}
.serve-card ul li{
    text-align: center;
    width: 25%;
    border-left: 1px solid #dedede;
    padding: 0.2rem 0;
}
.serve-card ul li:nth-child(n+5){
    border-top: 1px solid #dedede;
}
.serve-card ul li.no-bdl{
    border-left: none;
}
.serve-card ul li i{
    font-size: 0.46rem;
    line-height: 1;
    color: var(--red)
}
.serve-card ul li .text{
    padding-top: 0.2rem;
}
.serve-card ul li .text .t{
    line-height: 1;
}


.index-car{
    border-top: 0.2rem solid #F0F0F0;
    border-bottom: 0.2rem solid #F0F0F0;
    padding: 0.25rem;
}
.index-car-box{
    position: relative;
    margin-top: 0.3rem;
}
.index-car-box ul{
    flex-flow: row wrap;
    margin: -0.1rem;
}
.index-car-box ul li{
    width: calc(50% - 0.2rem);
    margin: 0.1rem;
    box-shadow: 0 0 0.1rem 0 rgba(0,0,0,.1);
    background: #FFF;
    padding: 0.1rem;
    border-radius: 0.1rem;
    position: relative;
}
.index-car-box ul li .img img{
    border-radius: 0.1rem 0.1rem 0 0;
    transition: all .36s ease;
    -moz-transition: all .36s ease;
    -webkit-transition: all .36s ease;
    -o-transition: all .36s ease;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.index-car-box ul li .text{
    padding: 0.15rem 0;
}
.index-car-box ul li .text .price{
    color: #999;
    font-size: 0.26rem;
}
.index-car-box ul li .text .t{
    font-weight: bold;
    padding-top: 0.05rem;
}
.index-car-box ul li .tag-color{
    display: flex;
    justify-content: center;
}
.index-car-box ul li .tag-color span{
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 100%;
    margin: 0.1rem 0.05rem 0.1rem 0.05rem;
}
.index-car-box ul li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.index-car-box ul li .badge{
    line-height: 0.5rem;
    color: #fff;
    text-align: center;
    width: 1.2rem;
    height: 0.5rem;
    /* 透明遮罩+soft-light 给标签打上一层高光 */
    background: linear-gradient(135deg, rgba(255, 255, 255, .4), transparent) #ea3447;
    background-blend-mode: soft-light;
    display: inline-block;
    border-radius: 0.1rem 0 0 0;
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
    z-index: 1;
}
.index-car-box ul li .istop{
    background: linear-gradient(135deg, rgba(255, 255, 255, .4), transparent) var(--red)
}
.index-car .more-car{
    background: var(--red)
    color: #FFF;
    padding: 0.3rem 0;
    display: block;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.1rem 0 rgba(0,0,0,.1);
    margin-top: 0.25rem;
    margin-bottom: 0.1rem;
}
.index-car .more-car i{
    color: #FFF;
}


.strength{
    padding: 0.25rem;
}
.strength-box{
    margin-top: 0.3rem;
}
.strength-box ul{
    flex-direction: column;
}
.strength-box ul li{
    background: #f3f3f3;
}
.strength-box ul li:nth-child(n+2){
    margin-top: 0.25rem;
}
.strength-box ul li .left{
    flex: 1;
}
.strength-box ul li .left .text{
    padding: 0.25rem;
}
.strength-box ul li .left .text .t{
    font-size: 0.3rem;
    font-weight: bold;
    padding-bottom: 0.1rem;
}
.strength-box ul li .right{
    width: 3rem;
}


.index-news{
    border-top: 0.2rem solid #F0F0F0;
    padding: 0.25rem;
}
.index-news-box{
    margin-top: 0.3rem;
}
.index-news-box ul{}
.index-news-box ul li{
    align-items: center;
    border: 1px solid #ddd;
    position: relative;
}
.index-news-box ul li .date{
    width: 1.3rem;
    background: #f3f3f3;
    padding: 0.3rem 0;
    font-family: "Arial";
    height: 100%;
}
.index-news-box ul li .date .d{
    line-height: 1;
    font-weight: bold;
    font-size: 0.34rem;
}
.index-news-box ul li .date .y-m{
    line-height: 1;
    font-size: 0.24rem;
    padding-top: 0.06rem;
}
.index-news-box ul li .text{
    flex: 1;
    padding: 0.15rem;
    overflow: hidden;
}
.index-news-box ul li .text .t{
    font-weight: bold;
    line-height: 1;
}
.index-news-box ul li .text .p{
    line-height: 1;
    padding-top: 0.08rem;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.26rem;
}
.index-news-box ul li:nth-child(n+2){
    margin-top: 0.20rem;
}
.index-news-box ul li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/*底部*/
.footer{
    background: #080d24;
    color: #FFF;
    padding: 0.4rem 0.25rem;
}
.footer .qrcode{
    padding-top: 0.2rem;
}
.footer .qrcode img{
    width: 1.5rem;
}
.footer .qrcode .p{
    padding-top: 0.1rem;
    font-size: 0.24rem;
    opacity: .8;
}
.footer-nav{
    color: #888;
    line-height: 1;
}
.footer-nav a{
    color: #888;
    padding: 0 0.1rem;
    display: inline-block;
}
.copyright{
    background: #080d24;
    color: #9da6d4;
    border-top: 1px solid #16225c;
    padding: 0.25rem;
    font-size: 0.12rem;
    margin-bottom: 1.35rem;
}
.copyright a{
    color: #9da6d4;
}


.footer-fixed{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    -webkit-backdrop-filter: blur(0.3rem);
    -moz-backdrop-filter: blur(0.3rem);
    -ms-backdrop-filter: blur(0.3rem);
    backdrop-filter: blur(0.3rem);
    padding-bottom: .25rem;
    padding-top: .1rem;
}
.footer-fixed ul{
    height: 1rem;
}
.footer-fixed ul li{
    width: 25%;
    text-align: center;
}
.footer-fixed ul li a{
    display: inline-block;
}
.footer-fixed ul li i{
    display: block;
    font-size: 0.38rem;
}
.footer-fixed ul li span{
    font-size: 0.26rem;
}
.footer-fixed ul li.active i{
    color: var(--red)
}


/*车型列表*/
.car-select{
    padding: 0.25rem;
}
.car-select .left{
    position: relative;
    flex: 1;
}
.car-select .left input{
    width: 100%;
    padding: 0.15rem 0.1rem 0.15rem 0.6rem;
    border: 1px solid #ddd;
    border-radius: 0.1rem;
}
.car-select .left button{
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translate(0, -50%);
    background: none;
    border: none;
    line-height: 1;
}
.car-select .right{
    width: 1.3rem;
    text-align: right;
}
.car-select .right .active{
    color: var(--red)
}

.select-drop-box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}
.select-drop{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, .2);
    padding: 0.3rem;
    overflow-y: auto;
    height: 100%;
    width: 5rem;
    -webkit-backdrop-filter: blur(0.8rem);
    -moz-backdrop-filter: blur(0.8rem);
    -ms-backdrop-filter: blur(0.8rem);
    backdrop-filter: blur(0.8rem);
}
.select-drop-title{
    color: #FFF;
    padding-top: 0.1rem;
}
.select-drop .select-reset{
    background: var(--red)
    padding: .2rem 0;
    border-radius: 0.08rem;
    margin-top: .25rem;
}
.select-drop .select-reset a{
    color: #FFF;
    display: block;
    text-align: center;
}
.select-drop-close i{
    font-size: 0.36rem;
    color: #FFF;
}
.select-drop ul li{
    border-top: 1px solid #989898;
    margin-top: 0.25rem;
    padding-top: 0.25rem;
}
.select-drop ul li span{
    display: block;
    color: #FFF;
    margin-bottom: 0.2rem;
}
.select-drop ul li a{
    display: inline-block;
    background: #eaeaea;
    border-radius: 0.08rem;
    padding: 0.1rem 0.2rem;
    width: calc(50% - 0.2rem);
    margin: 0.1rem;
}
.select-drop ul li a.active{
    background: var(--red)
    color: #FFF;
}
.select-drop ul li .select-drop-a{
    flex-flow: row wrap;
    margin: -0.1rem;
}


/*车型一级页面*/
.car-home{}
.car-home .left{
    width: 1.2rem;
}
.car-home .left .item{
    position: fixed;
    width: 1.2rem;
    top: 1.2rem;
    left: 0;
    height: 100vh;
    background: #FFF;
    z-index: 2;
}
.car-home .left .item a{
    display: block;
    padding: 0.3rem 0;
}
.car-home .left .item a:nth-child(n+2){
    border-top: 1px solid #f1f1f1;
}
.car-home .left .item a.active{
    background: var(--red)
    color: #FFF;
}

.car-home .right{
    margin-top: 1.2rem;
    margin-left: 1.2rem;
    height: 100%;
    padding: 0.25rem;
}
.car-home-list{
    margin-bottom: 1.2rem;
}
.car-home-list ul{}
.car-home-list ul li{
    position: relative;
    background: #FFF;
    margin-bottom: 0.25rem;
    border-radius: 0.06rem;
    padding: 0.2rem;
}
.car-home-list ul li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.car-home-list ul li img{
    height: 1rem;
}
.car-home-list ul li .text{
    padding-left: 0.25rem;
    line-height: 1;
    flex: 1;
}
.car-home-list ul li .text .tit{
    font-size: 0.3rem;
}
.car-home-list ul li .text .price{
    font-size: 0.24rem;
    color: var(--red);
    padding: 0.08rem 0;
}
.car-home-list ul li .text .price i{
    font-size: 0.3rem;
}
.car-home-list ul li .text .color{
    width: 100%;
}
.car-home-list ul li .text .c_left i{
    width: 0.12rem;
    height: 0.12rem;
    background: var(--red)
    border-radius: 100%;
    display: inline-block;
    transform: translateY(-0.03rem);
}
.car-home-list ul li .text .c_right{
    font-size: 0.24rem;
}
.car-home-list ul li .text .c_right i{
    font-size: 0.24rem;
}
.car-home-list ul li .badge {
    line-height: 0.4rem;
    color: #fff;
    text-align: center;
    width: 0.8rem;
    height: 0.4rem;
    /* 透明遮罩+soft-light 给标签打上一层高光 */
    background: linear-gradient(135deg, rgba(255, 255, 255, .4), transparent) #ea3447;
    background-blend-mode: soft-light;
    display: inline-block;
    border-radius: 0.1rem 0 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: .24rem;
}
.car-home-list ul li .istop {
    background: linear-gradient(135deg, rgba(255, 255, 255, .4), transparent) #ff9009;
}


/*车型二级页面*/
.nav-back{
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0.4rem;
    top: 0.25rem;
    left: 0.25rem;
    z-index: 5;
    line-height: 1;
}
.nav-back a{
    display: inline-block;
    color: #FFF;
    font-size: 0.26rem;
    padding: 0.15rem 0.25rem 0.15rem 0.50rem;
    line-height: 1;
}
.nav-back a i{
    font-size: 0.26rem;
}

.car-info{
    background: #FFF;
    padding: 0.25rem;
}
.car-info .left img{
    height: 1.2rem;
}
.car-info .left .text{
    padding-left: 0.25rem;
    line-height: 1;
}
.car-info .left .text .t{
    font-size: 0.3rem;
}
.car-info .left .text .p{
    font-size: 0.24rem;
    color: var(--red)
    padding-top: 0.15rem;
}
.car-info .left .text .p i{
    font-size: 0.28rem;
}

/*列表*/
.car-list{
    margin-bottom: 1.4rem;
    position: relative;
    padding: 0.25rem;
}
.car-list ul{
}
.car-list ul li{
    box-shadow: 0 0 0.1rem 0 rgba(0,0,0,.1);
    background: #FFF;
    border-radius: 0.1rem;
    position: relative;
}
.car-list ul li:nth-child(n+2){
    margin-top: 0.25rem;
}
.car-list ul li .img{
    overflow: hidden;
}
.car-list ul li .img img{
    border-radius: 0.1rem 0.1rem 0 0;
    object-fit: cover;
}
.car-list ul li .text{
    padding: .4rem .3rem;
}
.car-list ul li .text .price{
    color: #999;
    font-size: 0.26rem;
}
.car-list ul li .text .t{
    font-size: 0.32rem;
    padding-top: 0.1rem;
}
.car-list ul li .info{
    line-height: 1;
    font-size: 0.24rem;
    padding-top: 0.3rem;
}
.car-list ul li .info span{
    display: inline-block;
    padding: .1rem 0.2rem;
    background: #757575;
    color: #FFF;
    border-radius: .08rem;
    margin: 0 .05rem;
}
.car-list ul li .tag-color{
    display: flex;
    justify-content: center;
}
.car-list ul li .tag-color span{
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 100%;
    margin: 0.1rem 0.05rem 0.1rem 0.05rem;
}
.car-list ul li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.car-list ul li .badge{
    line-height: 0.5rem;
    color: #fff;
    text-align: center;
    width: 1.2rem;
    height: 0.5rem;
    /* 透明遮罩+soft-light 给标签打上一层高光 */
    background: linear-gradient(135deg, rgba(255, 255, 255, .4), transparent) #ea3447;
    background-blend-mode: soft-light;
    display: inline-block;
    border-radius: 0.1rem 0 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.car-list ul li .istop{
    background: linear-gradient(135deg, rgba(255, 255, 255, .4), transparent) #ff9009;
}

/*详情*/
.car-head .swiper-pagination{
    background: rgba(255, 255, 255, 0.7);
    display: inline-block;
    width: auto;
    left: 50%;
    bottom: 0.2rem;
    transform: translate(-50%, 0);
    padding: 0.1rem 0.2rem;
    border-radius: 0.4rem;
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, .2);
    font-size: 0.22rem;
}
.car-head .swiper-slide img{
    object-fit: cover;
}
.car-show-text{
    padding: 0.25rem;
}
.car-show-text h1{
    font-size: 0.34rem;
    font-weight: bold;
    display: flex;
}
.car-show-text h1 span.badge{
    margin-right: 0.15rem;
    font-weight: 500;
    background: linear-gradient(135deg, rgba(255, 255, 255, .4), transparent) #ea3447;
    border-radius: 0.05rem;
    padding: 0.08rem;
    font-size: 0.24rem;
    color: #FFF;
    transform: translateY(0.02rem);
}
.car-show-text h1 span.istop{
    background: linear-gradient(135deg, rgba(255, 255, 255, .4), transparent) #ff9009;
}
.car-show-text .price{
    padding: 0.3rem 0 0.02rem 0;
}
.car-show-text .price span{
    line-height: 1;
}
.car-show-text .price span:nth-child(1){
    font-size: 0.38rem;
    font-weight: bold;
    color: var(--red);
}
.car-show-text .price span:nth-child(1) i{
    font-size: 0.26rem;
}
.car-show-text .price span:nth-child(2){
    background: #fff;
	border: 0.02rem solid var(--red);
    border-radius: 0.05rem;
    padding: 0.1rem 0.15rem;
    font-size: 0.22rem;
    transform: translateY(-0.05rem);
    margin-left: 0.2rem;
}
.car-show-text .text{
    border-bottom: 1px solid #dedede;
    padding-bottom: 0.1rem;
    color: #999;
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
}

.car-conf{
    border-top: 0.2rem solid #F0F0F0;
    border-bottom: 0.2rem solid #F0F0F0;
    padding: 0.26rem 0.25rem;
}
.car-conf ul{
    flex-flow: row wrap;
    margin: -0.1rem;
}
.car-conf ul li{
    width: calc(50% - 0.2rem);
    margin: 0.1rem;
    border-bottom: 1px solid #ddd;
    padding-top: 0.1rem;
    padding-bottom: 0.3rem;
}
.car-conf .badge{
    background: #255dd9;
    color: #eeeeee;
    border-radius: 0.08rem;
    padding: 0.06rem;
    font-size: 0.24rem;
}
.car-conf .tag-car span{
    background: #000;
    color: #eeeeee;
    border-radius: 0.08rem;
    padding: 0.06rem;
    font-size: 0.24rem;
    margin-right: 0.1rem;
    text-shadow: black 0.1rem 0.1rem 0.2rem;
}
.car-conf .tag-color span{
    font-size: 0.12rem;
    margin-right: 0.05rem;
    display: inline-block;
    border-radius: 100%;
    color: #FFF;
    width: 0.2rem;
    height: 0.2rem;
    transform: translateY(-0.00rem);
}

/*租车表单*/
.res-btn{
    margin-top: 0.2rem;
}
.res-btn span{
    background-color:var(--blue);
    color: #FFF;
	font-family:PingFangSC-Medium;
	font-size:.32rem;
    padding: 0.16rem 0.5rem;
    display: block;
    cursor: pointer;
    border-radius: 0.08rem;
    text-align: center;
}
.res-form{
    padding: 0.25rem;
}
.res-form .tit{
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    line-height: 1;
    padding-bottom: 0.20rem;
    margin-bottom: 0.20rem;
}
.res-form .left,.res-form .right{
    width: 100%;
}
.res-form .left{
}
.res-form .left li{
    display: flex;
    align-items: center;
    margin-bottom: 0.20rem;
}
.res-form .left li span{
    display: inline-block;
    width: 1.2rem;
}
.res-form .left li span i{
    color: #f00;
}
.res-form .left li input{
    padding: 0.2rem 0.2rem;
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 0.1rem;
}
.res-form .left li input:focus{
    border: 1px solid var(--red)
}
.res-form .left .btn{
    background: var(--red)
    color: #FFF;
    width: 100%;
    text-align: center;
    border-radius: 0.1rem;
    padding: 0.26rem 0;
    border: none;
    cursor: pointer;
}
.res-form .right{
    width: 100%;
    padding-top: 0.3rem;
}
.res-form .right img{
    width: 1.8rem;
}
.res-form .right p{
    padding-bottom: 0.1rem;
    font-size: 0.24rem;
}
.res-form .right .tel span{
    font-weight: bold;
    line-height: 1;
    background: var(--red)
    color: #FFF;
    border-radius: 0.1rem;
    padding: 0.2rem 0.3rem;
    display: inline-block;
}

/*详情服务*/
.car-serve{
    background: #000 url("/app/image/car-serve.jpg") no-repeat center;
    background-size: cover;
    color: #FFF;
    padding: 0.4rem 0.25rem;
}
.car-serve-box{
    margin-top: 0.3rem;
}
.car-serve-box ul{
    flex-flow: row wrap;
    margin: -0.1rem;
}
.car-serve-box ul li{
    background: rgba(82, 82, 82, 0.3);
    width: calc(50% - 0.2rem);
    margin: 0.1rem;
    text-align: center;
    padding: 0.3rem 0;
    border-radius: 0.15rem;
    -webkit-backdrop-filter: blur(0.1rem);
    -moz-backdrop-filter: blur(0.1rem);
    -ms-backdrop-filter: blur(0.1rem);
    backdrop-filter: blur(0.1rem);
}
.car-serve-box ul li .icon{
    background: rgba(255, 255, 255, 0.3);
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.car-serve-box ul li i{
    line-height: 1;
    font-size: 0.36rem;
}
.car-serve-box ul li .text{}
.car-serve-box ul li .text .t{
    font-weight: bold;
    padding-top: 0.1rem;
    padding-bottom: 0.06rem;
}
.car-serve-box ul li .text .p{
    padding: 0 0.25rem;
    color: #bababa;
}

/*详情问答*/
.faq{
    padding: 0.4rem 0.25rem;
}
.faq .t{
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 1;
}
.faq .faq-item{}
.faq .faq-item li{
    border: 0.03rem solid var(--red);
    padding: 0.2rem;
    border-radius: 0.2rem;
    margin-top: 0.25rem;
    cursor: pointer;
}
.faq .faq-item .q{
    line-height: 0.5rem;
}
.faq .faq-item .q span:nth-child(1){
    width: 0.5rem;
    height: 0.5rem;
    line-height: 1;
    background: var(--red);
    color: #FFF;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.15rem;
}
.faq .faq-item .q span.tit{
    flex: 1;
    font-weight: bold;
}
.faq .faq-item .q span.icon{
    position: relative;
    width: 0.2rem;
}
.faq .faq-item .q span.icon:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 0.2rem;
    height: 0.03rem;
    background-color: var(--red);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.faq .faq-item .q span.icon:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 0.03rem;
    height: 0.2rem;
    background-color: var(--red);
    /*-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.faq .faq-item .a{
    opacity: 0;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 0;
    font-size: 0.26rem;
    align-items: flex-start;
    display: none;
}
.faq .faq-item .a span:nth-child(1){
    width: 0.5rem;
    height: 0.5rem;
    line-height: 1;
    background: rgba(255, 144, 9, 0.05);
    border: 0.02rem solid var(--red);
    color: var(--red);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.15rem;
}
.faq .faq-item .a .a-text{
    flex: 1;
    color: #777;
    line-height: 1.5;
}
.faq .faq-item .open{}
.faq .faq-item .open .a{
    opacity: 1;
    height: 100%;
    margin-top: 0.15rem;
    display: flex;
}
.faq .faq-item .open .q span.icon:after{
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}


/*新闻*/
.news-top{
}
.news-top .news-sort{
    padding: 0.25rem;
}
.news-top .news-sort .left a{
    display: inline-block;
    background: #000;
    color: #FFF;
    padding: 0.15rem 0.3rem;
    border-radius: 0.1rem;
    margin-right: 0.2rem;
}
.news-top .news-sort .left a.on{
    background: var(--red)
}
.news-list{
    padding: 0.25rem;
}
.news-list-box{}
.news-list-box ul li{
    background: #FFF;
    border-radius: 0.06rem;
    padding: 0.25rem;
    position: relative;
}
.news-list-box ul li:nth-child(n+2){
    margin-top: 0.2rem;
}
.news-list-box ul li .date{
    color: #777;
    padding-bottom: 0.1rem;
    font-size: 0.26rem;
}
.news-list-box ul li .date i{
    font-size: 0.26rem;
}
.news-list-box ul li .t{
    height: 0.36rem;
    line-height: 0.36rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.3rem;
}
.news-list-box ul li .p{
    color: #999;
    line-height: 1.2;
    padding-top: 0.15rem;
}
.news-list-box ul li .more span{
    border-bottom: 1px solid #333;
    display: inline-block;
    padding-bottom: 0.06rem;
    color: #333;
    line-height: 1;
}
.news-list-box ul li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.news-box{
    padding: 0.25rem;
}
.news-show{
    background: #FFF;
    padding: 0.25rem;
    border-radius: 0.06rem;
}
.news-show h1{
    font-size: 0.36rem;
    font-weight: bold;
}
.news-show .date{
    padding: 0.20rem 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 0.25rem;
    font-size: 0.24rem;
}
.news-show .date span{
    padding: 0 0.1rem;
    color: #999;
}
.news-show .news-wrap .info{
    line-height: 1.4;
    font-size: 0.3rem;
}
.news-show .news-tag{
    margin-top: 0.3rem;
}
.news-show .news-tag a{
    display: inline-block;
    background: #ddd;
    padding: 0.1rem 0.2rem;
    border-radius: 0.5rem;
    font-size: 0.26rem;
    margin-right: 0.08rem;
    border: 1px solid #ddd;
}
.news-show .news-wrap .news-page{
    margin-top: 0.3rem;
    flex-direction: column;
}
.news-show .news-wrap .news-page a{
    display: inline-block;
    padding: 0.15rem 0.1rem;
    border: 1px solid #dedede;
    border-radius: 0.5rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.26rem;
}
.news-show .news-wrap .news-page i{
    font-size: 0.26rem;
}
.news-show .news-wrap .news-page a:nth-child(2){
    margin-top: 0.15rem;
}

.news-related{
    margin-bottom: 0.2rem;
}
.news-related .tit{
    font-size: 0.32rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-top: 0.3rem;
    padding-bottom: 0.25rem;
}
.news-related-box{
}
.news-related-box ul li{
    background: #FFF;
    border-radius: 0.06rem;
    padding: 0.25rem;
    position: relative;
    margin-top: 0.25rem;
}
.news-related-box ul li .date{
    color: #777;
    padding-bottom: 0.1rem;
    font-size: 0.26rem;
}
.news-related-box ul li .date i{
    font-size: 0.26rem;
}
.news-related-box ul li .t{
    height: 0.36rem;
    line-height: 0.36rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.3rem;
}
.news-related-box ul li .p{
    color: #999;
    line-height: 1.2;
    padding-top: 0.15rem;
}
.news-related-box ul li .more span{
    border-bottom: 1px solid #333;
    display: inline-block;
    padding-bottom: 0.06rem;
    color: #333;
    line-height: 1;
}
.news-related-box ul li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}


/*关于我们*/
.about-box{
    position: relative;
    padding: 0.3rem 0.25rem;
}

.about-section{
    position: relative;
}
.about-section:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background-color: #fff;
    z-index: 1;
}
.about-section:after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    bottom: 0;
    height: 6rem;
}
.about{
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row-reverse;
    position: relative;
    z-index: 2;
}
.about .about-text{
}
.about .about-text .tit{
    font-size: 0.40rem;
    line-height: 1;
    letter-spacing: .04em;
    padding: 0.2rem 0;
}
.about .about-text .tit span{
    position: relative;
    display: block;
    font-weight: 800;
    padding-left: .55em;
}
.about .about-text .tit span:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.06rem;
    height: 1em;
    margin-top: -.5em;
    background-color: var(--red);
    border-radius: 0.06rem;
}
.about .about-text .txt{
    text-indent: 0em;
    margin-top: 0.0rem;
    margin-bottom: 0;
    letter-spacing: 0em;
    padding:0.0rem 0.1rem;
    line-height: 1.5;
}
.about .about-text .txt p{
    padding-top: 0.30rem;
}
.about .about-text .example{
    padding: 0.25rem;
    margin: 0.25rem 0.1rem;
	border: solid 1px var(--gray);
    border-radius: 0.11rem;
    background-color: #fff;
    box-shadow: 0 0 0.05rem 0 rgba(0, 0, 0, .1);
}
.about .about-text .example .sub{
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.5em;
    font-size: 0.32rem;
}
.about .about-text .example p{
    line-height: 1.4;
    font-size: 0.26rem;
}
.about .about-text .pic{
    padding: 0 0.1rem;
}
.about .about-text .pic img{
    border-radius: 0.2rem;
}

.about-item{
    position: relative;
    z-index: 2;
    padding: 0 0.10rem;
    margin-top: 0.5rem;
}
.about-item .item{
}
.about-item .item .num{
    position: relative;
    font-size: 0.34rem;
    font-weight: 800;
    line-height: 1;
    padding-left: 0.35rem;
    margin-bottom: 0.3rem;
}
.about-item .item .num:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.06rem;
    height: 0.34rem;
    background-color: var(--red)
}
.about-item .item .pic{
    border-radius: 0.2rem;
    overflow: hidden;
    z-index: 1;
    border: solid 1px #707070;
}
.about-item .item .md{
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 0.15rem 0 0.1rem 0;
}
.about-item .item .txt{
    font-size: 0.26rem;
    line-height: 1.76;
}
.about-item .swiper-pagination{
    bottom: auto;
    top: 0.1rem;
}
.about-btn{
    margin: 0.4rem   0.1rem  0rem;
    position: relative;
    z-index: 2;
}
.about-btn {
    display: block;
    font-weight: 800;
    letter-spacing: .04rem;
    line-height:.96rem;
    line-height: .96rem;
    color: #fff;
    background-color: var(--red);
    font-family:PingFangSC-Medium;font-size:.32rem;letter-spacing:0;font-weight:500;border-radius:.08rem;
    transition: all 0.2s linear;
}


.about-section2{
    margin-top: 0.5rem;
}


/*联系我们*/
.contact-box{
    padding: 0.25rem;
}
.contact-head ul li{
    background: #f3f3f3;
    border-radius: 0.15rem;
    padding: 0.25rem;
}
.contact-head ul li:nth-child(n+2){
    margin-top: 0.3rem;
}
.contact-head ul li .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.7rem;
    height: 0.7rem;
    background: #6d6d6d;
    color: #FFF;
    border-radius: 100%;
}
.contact-head ul li .icon i{
    font-size: 0.38rem;
    line-height: 1;
}
.contact-head ul li .tit{
    padding: 0.1rem 0;
    font-weight: bold;
    margin-left: 0.2rem;
    font-size: 0.36rem;
}
.contact-head ul li .tel{
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 1;
    padding-top: 0.25rem;
}
.contact-head ul li .address{
    font-size: 0.3rem;
    padding-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.contact-head ul li .address-map a{
    background: var(--red)
    padding: 0.2rem 0.3rem;
    color: #FFF;
    border-radius: 0.06rem;
    display: inline-block;
}
.contact-head ul li .qrcode{
    height: 3rem;
}
.bdmap{
    border-radius: 0.15rem;
    overflow: hidden;
    border: 0.03rem solid var(--red)
    margin-top: 0.3rem;
}
.bdmap #map{
    height: 5rem;
}
.bdmap #map img{
    max-width: none;
}


/*方案*/
.program{
    padding: 0.25rem;
}
.program .serve-box{
    margin-top: 0;
}
.program .serve-box .swiper-slide{
    /*width: 3.8rem;*/
}
.program .serve-box .item{
    width: auto;
}
.program .swiper-wrapper{
    margin-bottom: 0.4rem;
}
.program .swiper-horizontal>.swiper-pagination-bullets{
    bottom: 0;
}
.program_1_1{
    margin: 0.3rem 0;
}
.program_1_1_box{
    margin-top: 0.3rem;
}
.program_1_1_box ul{
    flex-flow: row wrap;
    margin: -0.1rem;
}
.program_1_1_box ul li{
    width: calc(50% - 0.2rem);
    margin: 0.1rem;
    text-align: center;
    background: #efefef;
    padding: 0.2rem;
    border-radius: 0.2rem;
}
.program_1_1_box ul li .icon{
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.15rem;1
}
.program_1_1_box ul li .icon i{
    font-size: 0.3rem;
    color: #FFF;
}
.program_1_1_box ul li .text{
    padding-top: 0.1rem;
}
.program_1_1_box ul li .t{
    font-size: 0.3rem;
    font-weight: bold;
    color: var(--red)
}
.program_1_1_box ul li .p{
    line-height: 1.5;
    padding-top: 0.1rem;
	text-align: left;
	font-size: 0.25rem;
	color: var(--gray)
}

.program_1_2{
    padding: 0.2rem 0.10rem;
	margin:0 0.2rem;
}
.program_1_2 .tit{
    border-left: 0.1rem solid #FC2A4D;
    padding-left: 0.1rem;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.3rem;
}
.program_1_2 .left{
    margin-bottom: 0.2rem;
}
.program_1_2 .left .text{
    font-size: 0.3rem;
}
.program_1_2 .left .text p{
    margin-bottom: 0.15rem;
    line-height: 1.4;
}
.program_1_2 .left .item{}
.program_1_2 .left .item ul{
    flex-flow: row wrap;
    margin: -0.1rem;
}
.program_1_2 .left .item ul li{
    width: calc(25% - 0.2rem);
    margin: 0.1rem;
}
.program_1_2 .left .item ul li img{
    border-radius: 0.1rem;
}
.program_1_2 .right img{
    border-radius: 0.1rem;
}

.program_1_3{
    background: none;
}

.program_2_1 .title .t{
    color: #f81477;
}
.program_2_1 .title:before{
    background: #f81477;
}

.program_2_1 .program_1_1_box ul li .icon{
    border-radius: 100%;
    background: #f81477;
}
.program_2_1 .program_1_1_box ul li .t{
    color: #f81477;
}
.program_2_2 .tit{
    border-left: 0.1rem solid #f81477;
}

.program_3_1{
    margin: 0.3rem 0;
}
.program_3_1 .title .t{
    color: #0AE8BA;
}
.program_3_1 .title:before{
    background: #0AE8BA;
}
.program_3_1_box .text{
    line-height: 1.5;
    font-size: 0.32rem;
    padding-top: 0.2rem;
}
.program_3_2{}
.program_3_2 ul{
    flex-flow: row wrap;
    margin: -0.1rem;
}
.program_3_2 ul li{
    width: calc(50% - 0.2rem);
    margin: 0.1rem;
}
.program_3_2 ul li img{
    border-radius: 0.1rem;
}


/*在线预约*/
.reserve{
    padding: 0.25rem;
	border-bottom: 0.2rem solid #F0F0F0;
}
.reserve .tit{
    font-size: 0.32rem;
    font-weight: bold;
    padding-left: 0.2rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    position: relative;
    line-height: 1;
}
.reserve .tit:before{
    content: '';
    width: 0.1rem;
    height: 0.32rem;
    background: var(--red);;
    position: absolute;
    left: 0;
    top: 0.02rem;
}
.reserve-form{}
.reserve-form ul li{
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}
.reserve-form ul li span{
    width: 1.5rem;
}
.reserve-form ul li span i{
    color: #f00;
}
.reserve-form ul li input{
    flex: 1;
    border: 1px solid #dedede;
    padding: 0.2rem;
    border-radius: 0.1rem;
}
.reserve-form-btn{
    background-color:var(--red);
    color: #FFF;
    border: none;
    padding: 0.2rem 0;
    text-align: center;
    width: 100%;
    border-radius: 0.1rem;
    font-size: 0.32rem;
}


/*海报*/
.banner{
    height: 4.0rem;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}


/*分页*/
.page{
    margin: 0.4rem 0;
}
.page .page-box{
    display: flex;
}
.page a{
    display: inline-block;
    padding: 0.1rem 0.15rem;
    border: 1px solid #dedede;
    border-radius: 0.05rem;
    margin: 0 0.08rem;
    background: #FFF;
}
.page-box a.page-num-current{
    color: #FFF;
    background: var(--red)
    border-color: var(--red)
}
.no-content{
    margin: 2rem 0;
}
.no-content .text i{
    font-size: 2rem;
    line-height: 1;
    color: var(--red)
}
.no-content .text p{
    padding-top: .3rem;
    color: #999;
}