.header{position: fixed;}
/* 主内容 */
.container{}
.content{padding-top: .9rem;padding-bottom: 1.48rem;}

.top_box{position: relative;margin-bottom: .4rem;}
.top_box .img{width: 100%;max-height: 5rem;border-radius: 0 0 .64rem .64rem;object-fit: cover;}
.pic_tag{position: absolute;left: .32rem;bottom: .3rem;display: flex;padding: 0 .12rem;color: #fff;font-size: .24rem;align-items: center;background: rgba(0,0,0,.5);border-radius: .04rem;line-height: 1;}
.pic_tag .icon{width: .4rem;height: .4rem;background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/pic_icon.png') no-repeat;background-size: 100% 100%;margin-right: .06rem;}
.fav_icon{position: absolute;right: .32rem;bottom: -.44rem;width: .88rem;height: .88rem;background: #fff url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/icon_collect.png') center center no-repeat;background-size: .4rem .4rem;border-radius: 50%;box-shadow: 0 .02rem .32rem 0 rgba(0,0,0,0.1);}
.fav_icon.collected{background: #fff url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/icon_collected.png') center center no-repeat;background-size: .4rem .4rem;}

.middle_box{border-bottom: .1rem solid #F5F6FA;}
.base_info{padding: 0 .32rem;display: flex;justify-content: space-between;}
.base_info .base_l{width: 5.9rem;}
.base_info .base_l .name{font-size: .42rem;font-weight: 700;height: .5rem;line-height: .5rem;color: #333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom: .2rem;display: block;}
.base_info .base_l .price{font-size: .24rem;line-height: .33rem;color: #8E8E93;padding-bottom: .1rem;}
.base_info .base_l .price span{font-size: .28rem;font-weight: 700;color: #F2382E;}
.base_info .base_r .param_btn{width: .88rem;height: .88rem;background: var(--current-bg-color) url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/icon_param.png') center center no-repeat;background-size: .4rem .4rem;border-radius: 50%;display: block;margin-top: .24rem;}
.param_box{height: 2.29rem;overflow: hidden;}
.param_box .wrap{padding: .32rem .12rem 0 .32rem;height: 5rem;overflow-x: scroll;white-space: nowrap;font-size: 0;}
.param_box .wrap .param_item{width: 2.37rem;height: 1.57rem;background: var(--current-bg-color);box-shadow: 0 .09rem .32rem 0 rgba(0,0,0,0.1);border-radius: .24rem;display: inline-block;margin-right: .2rem;padding: .22rem .1rem;text-align: center;}
.param_box .wrap .param_item .icon{margin-bottom: .12rem;}
.param_box .wrap .param_item .icon img{width: .36rem;height: .36rem;display: block;margin: 0 auto;}
.param_box .wrap .param_item .key{font-size: .2rem;height: .27rem;line-height: .27rem;margin-bottom: .1rem;color: #8E8E93;}
.param_box .wrap .param_item .val{font-size: .28rem;height: .36rem;line-height: .36rem;color: #333;}

.bottom_box{padding-top: .2rem;}
/* 车型 */
.sub_nav{height: 1.04rem;line-height: .84rem;overflow: hidden;position: sticky;top: .9rem;background: #fff;z-index: 9;}
.sub_nav .wrap{height: 2rem;overflow-x: scroll;width: 100%;padding: 0 .32rem;font-size: 0;white-space: nowrap;}
.sub_nav .sub_nav_item{display: inline-block;font-size: .24rem;margin-right: .5rem;}
.sub_nav .sub_nav_item:last-child{margin-right: 0;}
.sub_nav .sub_nav_item.cur{font-size: .36rem;font-weight: 700;position: relative;}
.sub_nav .sub_nav_item.cur::after{content: '';position: absolute;left: 50%;bottom: 0;width: .48rem;height: .08rem;margin-left: -.24rem;background: var(--current-bg-color);border-radius: .04rem;}
.list_box .list_item{display: none;}
.list_box .list_item.cur{display: block;}
.model_nav{display: flex;display: flex;justify-content: space-between;align-items: center;padding: 0 .32rem;margin-bottom: .2rem;}
.model_nav .model_nav_l{display: flex;}
.model_nav .model_nav_l .model_type{padding: 0 .16rem;font-size: .2rem;height: .52rem;line-height: .52rem;color: #8E8E93;margin-right: .14rem;border-radius: .26rem;}
.model_nav .model_nav_l .model_type.cur{color: #333;background: var(--current-bg-color);}
.model_nav .model_nav_r{position: relative;display: flex;align-items: center;}
.model_nav .model_nav_r .model_year{background: none;appearance:none;-moz-appearance:none;-webkit-appearance:none;font-size: .2rem;color: #333;}
.model_nav .model_nav_r::after{content: '';width: .1rem;height: .08rem;border-top: .08rem solid #8E8E93;border-left: .05rem solid transparent;border-right: .05rem solid transparent;box-sizing: border-box;margin-left: .12rem;}
.model_list{width: 6.86rem;background: #fff;box-shadow: 0 0 .32rem 0 rgba(0,0,0,0.1);border-radius: .16rem;margin: 0 auto;padding: 0 .2rem;}
.model_list .item{padding: .3rem 0;border-bottom: 1px solid #F0F0F0;}
.model_list .item:last-child{border-bottom: 0;}
.model_list .name{display: block;line-height: .38rem;font-size: .32rem;color: #333;font-weight: 700;margin-bottom: .1rem;}
.model_list .info{display: flex;margin-bottom: .1rem;justify-content: space-between;line-height: .54rem;}
.model_list .info .price{font-size: .24rem;color: #8E8E93;}
.model_list .info .price span{font-size: .28rem;color: #F2382E;font-weight: 700;}
.model_list .info .price_month{font-size: .24rem;color: #333;}
.model_list .info .price_month span{color: #F2382E;}
.model_list .tool{display: flex;justify-content: space-between;align-items: center;}
.model_list .tool .l{display: flex;width: 3rem;align-items: center;}
.model_list .tool .l .tool_btn{width: 46%;}
.model_list .tool .l .tool_btn i{display: block;width: .24rem;height: .24rem;margin: 0 auto .05rem;}
.model_list .tool .l .tool_btn.pk i{background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/icon_pk.png') no-repeat;background-size: 100% 100%;}
.model_list .tool .l .tool_btn.jsq i{background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/icon_jsq.png') no-repeat;background-size: 100% 100%;}
.model_list .tool .l .tool_btn span{display: block;text-align: center;white-space: nowrap;font-size: .2rem;color: #333;line-height: .27rem;height: .27rem;}
.model_list .tool .r{display: flex;width: 3.46rem;align-items: center;justify-content: space-between;}
.model_list .tool .r .tool_btn{width: 1.68rem;height: .68rem;line-height: .68rem;text-align: center;font-size: .2rem;border-radius: .08rem;}
.model_list .tool .r .tool_btn.param_btn{color: #fff;background: #333;}
.model_list .tool .r .tool_btn.inquiry_btn{color: #333;background: var(--current-bg-color);}

/* 新闻/视频列表 */
.news_list{padding: 0 .32rem;}
.news_list .news_item{display: block;padding: .28rem 0;border-bottom: 1px solid #F0F0F0;}
.news_list .news_item:first-child{padding-top: 0;}
.news_list .news_item:last-child{border-bottom: 0;}
.news_list .news_item .title{font-size: .34rem;color: #333;line-height: .48rem;margin-bottom: .16rem;font-weight: 700;}
.news_list .news_item .pic_wrap{display: flex;width: 100%;justify-content: space-between;border-radius: .08rem;overflow: hidden;margin-bottom: .16rem;position: relative;}
.news_list .news_item .pic_item{width: 2.26rem;height: 1.5rem;position: relative;}
.news_list .news_item .pic_item img{width: 100%;height: 100%;object-fit: cover;pointer-events: none;}
.news_list .news_item .info{font-size: .24rem;line-height: .32rem;color: #8E8E93;}
.news_list .news_item .info span{margin-left: .3rem;}
.news_list .news_item .info span:first-child{margin-left: 0;}
.news_list .news_item.video_item .pic_item{width: 100%;height: auto;}
.news_list .news_item.video_item .pic_item .time{position: absolute;right: .17rem;bottom: .16rem;padding: 0 .13rem;height: .33rem;line-height: .33rem;background: rgba(0,0,0,.7);border-radius: .165rem;font-size: .24rem;color: #fff;}
.news_list .news_item.video_item .pic_item .playicon {display: block;width: 1rem;height: 1rem;background: rgba(0,0,0,.7);border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate3d(-50%,-50%,0);}
.news_list .news_item.video_item .pic_item .playicon:after {display: block;content: "";width: .36rem;height: .42rem;background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/play.png') center center no-repeat;background-size: 100% 100%;position: absolute;top: .29rem;left: .32rem;}

/* 经销商 */
.seller_list{}
.seller_item{width: 6.86rem;margin: .48rem auto .88rem;background: #fff;border-radius: .16rem;box-shadow: 0 0 .32rem 0 rgba(0,0,0,0.1);padding: .2rem;position: relative;}
.seller_item:last-child{margin-bottom: 0;}
.seller_item .img{position: absolute;left: 0;top: -.48rem;width: 1.6rem;height: 1.6rem;border-radius: .16rem;overflow: hidden;}
.seller_item .img img{width: 100%;height: 100%;object-fit: cover;}
.seller_item .top{display: flex;width: 100%;justify-content: flex-end;margin-bottom: .38rem;}
.seller_item .top .base{width: 4.76rem;}
.seller_item .top .base .name{font-size: .32rem;height: .38rem;line-height: .38rem;margin-bottom: .1rem;font-weight: 700;}
.seller_item .top .base .pos{font-size: .2rem;color: #8E8E93;height: .27rem;line-height: .27rem;padding-left: .28rem;position: relative;background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/pos.png') left center no-repeat;background-size: .16rem auto;}
.seller_item .account_item{font-size: .24rem;color: #333;height: .3rem;line-height: .3rem;padding-left: .26rem;background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/icon_account.png') left center no-repeat;background-size: .24rem auto;margin-bottom: .2rem;}
.seller_item .bottom{display: flex;align-items: center;justify-content: space-between;}
.seller_item .bottom .btn_box{display: flex;}
.seller_item .bottom .btn_box .btn{width: .48rem;height: .48rem;margin-right: .64rem;}
.seller_item .bottom .inquiry_btn{width: 3.1rem;height: .68rem;text-align: center;line-height: .68rem;font-size: .2rem;color: #333;border-radius: .08rem;background: var(--current-bg-color);}
.seller_item .bottom .btn_box .btn.line{background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/icon_line.png') no-repeat;background-size: 100% 100%;}
.seller_item .bottom .btn_box .btn.twitter{background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/icon_twitter.png') no-repeat;background-size: 100% 100%;}
.seller_item .bottom .btn_box .btn.facebook{background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/icon_facebook.png') no-repeat;background-size: 100% 100%;}
.seller_item .bottom .btn_box .btn.instagram{background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/icon_instagram.png') no-repeat;background-size: 100% 100%;}
.seller_item .bottom .btn_box .btn.tiktok{background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/icon_tiktok.png') no-repeat;background-size: 100% 100%;}

/* 同级车 */
.samecar_list{}
.car_item{width: 6.86rem;margin: 0 auto .4rem;border-radius: .16rem;box-shadow: 0 0 .32rem 0 rgba(0,0,0,0.1);padding: .1rem .2rem .3rem;}
.car_item:last-child{margin-bottom: 0;}
.car_item .top{display: flex;align-items: center;justify-content: space-between;margin-bottom: .1rem;}
.car_item .top .info{width: 3.4rem;}
.car_item .top .info .name{font-size: .32rem;font-weight: 700;line-height: .38rem;margin-bottom: .13rem;}
.car_item .top .info .price{font-size: .2rem;line-height: .34rem;color: #8E8E93;}
.car_item .top .info .price span{font-size: .24rem;color: #F2382E;font-weight: 700;display: block;}
.car_item .top .img img{width: 3rem;height: 2rem;object-fit: cover;}
.car_item .bottom{display: flex;justify-content: space-between;align-items: center;}
.car_item .bottom .pk i{width: .24rem;height: .24rem;display: block;margin:0 auto .05rem;background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/icon_pk.png') no-repeat;background-size: 100% 100%;}
.car_item .bottom .pk span{display: block;text-align: center;white-space: nowrap;font-size: .2rem;color: #333;line-height: .27rem;height: .27rem;}
.car_item .bottom .btnbox{display: flex;justify-content: space-between;width: 4.86rem;}
.car_item .bottom .btnbox .btn{width: 2.38rem;height: .68rem;border-radius: .08rem;font-size: .2rem;line-height: .68rem;text-align: center;}
.car_item .bottom .btnbox .param_btn{color: #fff;background: #333;}
.car_item .bottom .btnbox .inquiry_btn{color: #333;background: var(--current-bg-color);}

/* 底部工具栏 */
.bottom_fixed{position: fixed;left: 0;bottom: 0;z-index: 21;background: rgba(255,255,255,0.80);box-shadow: 0 -.04rem .4rem 0 rgba(31,24,54,0.1);border-radius: .64rem .64rem 0 0;width: 100%;height: 1.28rem;display: flex;justify-content: space-between;padding: 0 .32rem;align-items: center;}
.bottom_fixed .sharebtn_box{display: flex;width: 4.02rem;}
.bottom_fixed .sharebtn_box .btn{width: 33.33%;}
.bottom_fixed .sharebtn_box .btn i{width: .48rem;height: .48rem;margin: 0 auto .04rem;display: block;}
.bottom_fixed .sharebtn_box .btn span{display: block;font-size: .2rem;height: .27rem;line-height: .27rem;white-space: nowrap;color: #333;text-align: center;}
.bottom_fixed .sharebtn_box .btn.line i{background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/icon_line.png') no-repeat;background-size: 100% 100%;}
.bottom_fixed .sharebtn_box .btn.twitter i{background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/icon_twitter.png') no-repeat;background-size: 100% 100%;}
.bottom_fixed .sharebtn_box .btn.facebook i{background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/icon_facebook.png') no-repeat;background-size: 100% 100%;}
.bottom_fixed .sharebtn_box .btn.instagram i{background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/icon_instagram.png') no-repeat;background-size: 100% 100%;}
.bottom_fixed .sharebtn_box .btn.tiktok i{background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/icon_tiktok.png') no-repeat;background-size: 100% 100%;}

.bottom_fixed .inquiry_btn{width: 2.8rem;height: .88rem;border-radius: .08rem;text-align: center;line-height: .88rem;font-size: .32rem;background: var(--current-bg-color);}

/* 对比弹框 */
.pkbox{width: 100%;height: 100%;position: fixed;left: 0;top: 0;background: rgba(0,0,0,.7);z-index: 999;display: none;}
.pkbox .pkcont{width: 100%;height: 60%;position: absolute;left: 0;bottom: 0;background: #FFFFFF;border-radius: .16rem .16rem 0px 0px;padding:0 .32rem .32rem;}
.pktop{height: 1.1rem;display: flex;justify-content: center;align-items: center;position: relative;font-size: .36rem;color: #333;}
.pktop .pkclose{width: .4rem;height: .4rem;background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/back_black.png') no-repeat;background-size: 100% 100%;position: absolute;left: 0;top: .32rem}
.pklist{height: calc(100% - 2.3rem);overflow: hidden;overflow-y: auto;}
.pklist .inner{background: #fff;box-shadow: 0 0 .32rem 0 rgba(31,24,54,0.1);border-radius: .08rem;padding: .2rem;margin-bottom: .4rem;display: flex;width: 100%;align-items: center;justify-content: space-between;}
.pklist .inner .check{width: .3rem;height: .3rem;background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/check.png');background-size: 100% 100%;}
.pklist .inner.cur .check{background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/checked.png');background-size: 100% 100%;}
.pklist .inner .model_info{width: 5.96rem;}
.pklist .inner .model_info .model_name{font-size: .32rem;line-height: .45rem;color: #333;font-weight: 600;margin-bottom: .12rem;}
.pklist .inner .model_info .model_price{font-size: .24rem;line-height: .33rem;color: #8E8E93;}
.pklist .inner .model_info .model_price span{color: #F2382E;font-weight: 600;}
.bottom_tool{position: absolute;z-index: 2;width: 100%;left: 0;bottom: .2rem;padding: 0 .32rem;display: flex;justify-content: space-between;}
.bottom_tool .btn{width: 3.33rem;height: .88rem;display: flex;justify-content: center;align-items: center;font-size: .32rem;color: #333;border: 1px solid #FCD802;border-radius: .08rem;background: #fff;}
.bottom_tool .btn.compare{background: #FCD802;}
.layerlink{width: 100%;height: 100%;position: fixed;background: rgba(0, 0, 0, .7);left: 0;top: 0;z-index:1000;display: flex;align-items: center;justify-content: center;}
.linkdesc{width: 5.2rem;border-radius: .1rem;-webkit-border-radius: .1rem;background: url(https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/linkbg.png) no-repeat left top #fff;position: relative;padding: .4rem;background-size: 100% auto;} 
.linkdesc .close{font-size: .36rem;position: absolute;right: .1rem;top: .1rem;cursor: pointer;width: .5rem;height: .5rem;text-align: center;}
.linkdesc .desc{width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.linkdesc .desc .name{width: 100%;font-size: .28rem;font-weight: bold;color: #333;margin-bottom: .4rem;}
.linkdesc .desc .tel{width: 100%;font-size: .24rem;color: #8E8E93;margin-bottom: .4rem;}
.linkdesc .desc .tel span{color: #333;font-weight: bold;}
.linkdesc .desc .cbtn{width: 100%;height: .68rem;text-align: center;line-height: .68rem;background: #FDD902;border-radius: .06rem;-webkit-border-radius: .06rem;font-size: .28rem;color: #333;}

.alert_box{display: none;position: absolute;left: 0;top: 0;z-index: 999;width: 100%;height: 100%;background: rgba(0, 0, 0, .7);align-items: center;justify-content: center;flex-direction: column;}
.alert_box.cur{display: flex;}
.alert_box .wrap{background: #fff;padding: .5rem .8rem;width: 6rem;border-radius: .08rem;text-align: center;font-size: .32rem;margin-bottom: .4rem;}
.alert_box .p2{margin-bottom: .3rem;}
.alert_box .btnbox{display: flex;justify-content: space-between;}
.alert_box .btn{width: 2rem;border-radius: .08rem;height: .68rem;display: flex;align-items: center;justify-content: center;line-height: 1;font-size: .28rem;}
.alert_box .btn1{background: #333;color: #fff;}
.alert_box .btn2{background: var(--current-bg-color);color: #333;}
.alert_box .close{background: url('https://tcar-th.oss-ap-southeast-7.aliyuncs.com/version2/images/wap/close2.png') no-repeat;background-size: 100% 100%;width: .68rem;height: .68rem;}