/*-- 2026-1-31新增 --*/

.news_tab {
	padding: 2% 4%;
}

.container {
	background: none;
	padding-top: 10px;
}

.top_icon {
	display: flex;
	justify-content: space-between;
	color: #050B25;
	margin-bottom: 12px;
	padding: 0 1%;
}

.card {
	width: 20%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.card span {
	line-height: 20px;
	font-size: 12px;
}

.card img {
	width: 36px;
	height: 36px;
}

.card:active {
	background: #f9f9f9;
	border-radius: 6px;

}

.brandbox {
	width: 100%;
	box-shadow: none;
	padding: 0px;
	margin-bottom: 12px;
}

.brand_nav {
	padding: 0 1.5%;
}

.brand_nav span {
	vertical-align: inherit;
}

.swiper-brand .swiper-slide a.pp_link img {
	height: 36px;
	width: 36px;
	border: 1px solid #eee;
	padding: 2px;
	border-radius: 100%;
	margin-bottom: 6px;
}

.news_nav {
	display: none;
}

.swiper-brand .swiper-slide a:active {
	background: #f9f9f9;
	border-radius: 6px;

}

.add_list ul li,
.news_list1 {
	margin-bottom: 18px !important;
}

.recommended-item {
	margin-bottom: 18px !important;
}

.recommended-item .recommended-title {
	height: 60px !important;
	margin-bottom: 4px;
	line-height: 20px !important;
	overflow: hidden;
	display: -webkit-box;
	/* 使用弹性盒模型 */
	-webkit-box-orient: vertical;
	/* 垂直排列 */
	-webkit-line-clamp: 3;
	/* 限制显示行数 */
	overflow: hidden;
	/* 隐藏溢出内容 */
	text-overflow: ellipsis;
	/* 显示省略号 */


}

.add_list ul li h2,
.news_list1 h2 {
	line-height: 20px !important;
	max-height: 60px;
	overflow: hidden;
	display: -webkit-box;
	/* 使用弹性盒模型 */
	-webkit-box-orient: vertical;
	/* 垂直排列 */
	-webkit-line-clamp: 3;
	/* 限制显示行数 */
	overflow: hidden;
	/* 隐藏溢出内容 */
	text-overflow: ellipsis;
	/* 显示省略号 */
}

.recommended-author {
	margin-top: 0px !important;
}

.add_list ul li p,
.news_list1 p {
	line-height: 20px;
}

.add_list ul li .img {
	margin-top: 6px !important;
	margin-bottom: 4px !important;
	height: auto;
	padding-top: 56.25%;
	/* (9 / 16) * 100% */
	position: relative;

}

.add_list ul li .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 或 contain，根据需要选择 */
}

.video img {
	display: none;
}

.video img {
	display: none;
}

.video:after {
	content: '';
	background: url(https://img1.cheshi-img.com/huawei/icon_sanjao.png) center center no-repeat;
	background-size: 26px 26px;
	height: 26px;
	width: 26px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -13px;
	margin-top: -13px;
}

.add_list ul li .time {
	height: 16px !important;
	line-height: 16px !important;
	background: rgba(0, 0, 0, 0.4) !important;
	right: 4px !important;
	bottom: 4px !important;
	position: relative;
	padding-left: 15px !important;
	display: inline-block;
	position: absolute;
}

.recommended-item .recommended-title {
	padding-right: 12px !important;
}

.add_list ul li .time:after {
	content: '';
	background: url(https://img1.cheshi-img.com/huawei/icon_sanjao.png) center center no-repeat;
	background-size: 12px 12px;
	height: 12px;
	width: 12px;
	position: absolute;
	left: 2px;
	top: 2px;
}

.three_img {
	border-radius: 4px;
	overflow: hidden;
}

.three_img img {
	border-radius: 0px !important;
}

.three_img {
	gap: 2px !important;
}

.turn_pic {
	padding: 4%;
	padding-top: 0px;

}



/* 16:9 容器 */
.carousel-container {
	position: relative;
	width: 100%;

	padding-top: 56.25%;
	/* 16:9 = 9/16 = 0.5625 = 56.25% */
	background: #f8f8f8;
	overflow: hidden;
	border-radius: 6px;
}

.slides-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide {
	position: relative;
	flex: 0 0 100%;
	height: 100%;
}

.slide img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translateZ(0);
	will-change: transform;
}

.slide-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
	color: white;
	padding: 24px 12px;
	color: #fff;
	font-size: 14px;
	z-index: 10;
}

.slide-title {
	font-size: 14px;
	font-weight: 500;
	max-height: 34px;
	line-height: 17px;
	overflow: hidden;

}

.slide-desc {
	font-size: 10px;
	opacity: 0.6;
	line-height: 20px;
	margin-bottom: 4px;
}

.slide-desc span {
	margin-left: 8px;
}

/* 导航按钮 */
.nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0.3);
	border: none;
	border-radius: 50%;
	color: white;
	font-size: 24px;
	cursor: pointer;
	transition: all 0.3s;
	z-index: 10;
	display: none;
}

.nav-btn:hover {
	background: rgba(0, 0, 0, 0.6);
}

.nav-btn.prev {
	left: 16px;
}

.nav-btn.next {
	right: 16px;
}

/* 倒计时分页器 */
.countdown-pagination {
	position: absolute;
	bottom: 11px;
	left: 12px;
	width: calc(100% - 24px);
	display: flex;
	gap: 4px;
	box-sizing: border-box;
	z-index: 10;
}

.countdown-item {
	flex: 1;
	height: 2px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
	transition: background-color 0.3s;
}

.countdown-item.active {
	background: rgba(255, 255, 255, 0.6);
}

.countdown-progress {
	width: 0%;
	height: 100%;
	background: #fff;
	border-radius: 2px;
}

.countdown-item.active .countdown-progress {
	animation: progress 3s linear forwards;
}

@keyframes progress {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}



/*--2026-2-1新增文章---*/

#.recommended-reading .car_box_new {
	 #	display: none;
	 #}

#.recommended-reading .dividing_box {
	 #	display: none;
	 #}

.recommended-item .recommended-img {
	width: 110px !important;
	height: 82.5px !important;
}

.container .ne_word {
	margin-bottom: 0px;
}

.container .kk_box {
	padding-top: 0px;
	padding-bottom: 0px;
}

.recommended-item .recommended-title {
	margin-bottom: 5px;
}

.container {
	padding-top: 3% !important;
}

.top_head {
	height: 42px;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10001;
	width: 100%;
	box-sizing: border-box;
	padding: 0 4%;
	line-height: 42px;
	font-size: 16px;
	color: #000;
	padding-left: 50px !important;
}

.top_head .author-info {
	margin: 0px;
}

.top_head .author-info h2 {
	font-size: 16px;
	line-height: 42px;
	overflow: hidden;
}

.top_head.black {
	background: #000;
}

a.go_back_new {
	background: url(https://img1.cheshi-img.com/huawei/icon_back_black.png) center center no-repeat;
	background-size: 24px auto;
	height: 36px;
	width: 36px;
	position: absolute;
	top: 3px;
	left: 7px;
	border-radius: 6px;
}

a.go_back_new:active {
	background: url(https://img1.cheshi-img.com/huawei/icon_back_black.png) #eee center center no-repeat;
	background-size: 22px auto;

}


.top_head.black a.go_back_new {
	background: url(https://img1.cheshi-img.com/huawei/icon_back_white.png) center center no-repeat;
	background-size: 22px auto;
	left: 5px;

}

.top_head.block a.go_back_new:active {
	background: url(https://img1.cheshi-img.com/huawei/icon_back_white.png) #333 center center no-repeat;
	background-size: 22px auto;

}

.top_head h2 {
	font-size: 18px;
	font-weight: 500;
}



.height44px {
	height: 42px;
}

.head_img img {
	object-fit: cover
}

.hei70px {
	height: 0px;
}

.pinglun,
.guanzhu_btn,
.botm50px {
	display: none !important;
}

/*--2026-2-1新增视频---*/

.video_con .posbtn_add {
	bottom: 8% !important;
}

.zan,
.comm,
.sharebtn,
.hua {
	margin-bottom: 2px !important;
}

.leftbox {
	width: 80% !important;
}

.botm_pl {
	background: #000;
	color: #999;
	width: 100%;
	height: 50px;
	line-height: 28px;
	padding: 10px 6%;
	box-sizing: border-box;
	position: fixed;
	z-index: 10;
	bottom: 0px;
	left: 0px;
}

.video_con .video-progress-container {
	position: fixed;
	height: 5px !important;
	padding: 0px !important;
	bottom: 50px;
	background: #000;
}

.video_con .leftbox {
	bottom: 66px;
}

.video_con .video-progress-bar {
	margin: 0px;
}

.video-time {
	display: none;
}

.video_con .author-name {
	margin-bottom: 4px;
}

.video_con .detail {
	line-height: 19px;
	margin-bottom: 6px;
}

.video_con .video-meta {
	margin-bottom: 0px;
}

.video_con .video-progress-bar {
	background: rgba(255, 255, 255, 0.1);
	height: 2px;
}

.video_con .video-progress-filled {
	background: rgba(255, 255, 255, 0.3);
}

.share_pos,
.bgbox {
	display: none;
}


.msg {
	position: fixed;
	bottom: 10%;
	height: 40px;
	text-align: center;
	left: 0px;
	width: 100%;
	z-index: 1001;
	text-align: center;
	margin: 0 auto;
	display: none;
}

.msg_txt {
	background: #666;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	border-radius: 20px;
	padding: 0 16px;
	font-size: 15px;
	color: #fff;
}


/*-- 其他页面导航 --*/
.header {
	background: #fff !important;
	height: 42px !important;
	position: fixed !important;
	top: 0px;
	left: 0px;
	z-index: 10001;
	width: 100%;
	box-sizing: border-box;
	padding: 0 4% !important;
	line-height: 42px;
	font-size: 16px;
	color: #000;
	padding-left: 50px !important;
	overflow: hidden;
}


.header a.go_back {
	background: url(https://img1.cheshi-img.com/huawei/icon_back_black.png) center center no-repeat;
	background-size: 22px auto;
	height: 36px;
	width: 36px;
	position: absolute;
	top: 3px;
	left: 7px;
	border-radius: 6px;
}

.header a.go_back:active {
	background: url(https://img1.cheshi-img.com/huawei/icon_back_black.png) #eee center center no-repeat;
	background-size: 22px auto;

}

.header .home_icon {
	display: none !important;
}

.header .b_txt {
	color: #000 !important;
	font-size: 18px !important;
	font-weight: normal;
	height: 42px !important;
	line-height: 42px !important;
	padding: 0px !important;
	text-align: left !important;
	max-width: inherit !important;
	font-weight: 500;
}

.nav_mark {
	height: 42px !important;
	position: inherit !important;
	background: none !important;
	display: block !important;
}

/* 经销商 */
.d_ticket {
	display: none !important;
}

.cheshi_pplist ul li img {
	height: 34px !important;
	width: 34px !important;
	object-fit: cover;
}

.leftBtn {
	background: rgba(0, 0, 0, 0.5) !important;
	z-index: 100001;
	display: none !important;
	left: 0px !important;
}

.leftBtn_on {
	display: block !important;
	transform: none !important;
}

.cheshi_pptk {
	z-index: 100001;
}

.cheshi_pptk {}


body.no-scroll {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
}


body.no-scroll-simple {
	overflow: hidden;
}


.add_tuijian {
	background: #f8f9f9;
	border: 1px solid #f8f9f9;
	padding: 10px !important;
	border-radius: 6px;
	margin-top: 12px !important;
}

.add_tuijian .ne_word h3 {
	margin-bottom: 10px !important;
}

.add_tuijian .klk_box {
	padding: 2px 0 !important;
	text-align: center;
}

.add_tuijian .klk_box img {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 4px;
}

.add_tuijian .klk_box span {
	height: 2rem;
	overflow: hidden;
	margin-bottom: 2px;
	font-size: 14px !important;
}

.add_tuijian .klk_box span.klk_price {
	color: #959697;
	font-size: 12px !important;
}

.add_tuijian .reinqu {
	width: 8rem;
	height: 3.5rem;
	line-height: 3.5rem;
	background: #0a59f7;
	border-radius: 1.8rem;
	font-size: 15px !important;
	margin: 0.6rem auto;
}

.hei10px {
	background: #f3f3f3;
}

.img_tips {
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.img_tips span {
	display: none !important;
}

/* -- 新能源 -- */
.cheshi_newsbox .news_nr_box .news_list {
	padding: 0 4%;
}

.cheshi_newsbox .news_nr_box .ne_word ul li {
	padding: 0px;
	margin-bottom: 18px;
	border-bottom: none;

	overflow: hidden;

}

.ne_word ul li .con_box h4 {
	font-size: 16px !important;
	font-weight: 400;
	color: #333;
	padding-right: 10px;
	height: 62px !important;
	line-height: 20px;
	margin-bottom: 5px;
}

.ne_word ul li .img_box,
.ne_word ul li .img_box span {
	width: 110px !important;
	margin-left: 0px;
	height: 82.5px !important;
	border-radius: 4px;
	overflow: hidden;
}

.ne_word ul li .img_box img {
	height: 100%;
	object-fit: cover;
}

.ne_word ul li .con_box em {
	font-size: 12px;
	padding-left: 0px;
	bottom: -2px !important;
}



.ne_word ul li .time {
	float: inherit;
	margin-left: 8px;
}

.ne_word ul li .row3_list {
	margin: 10px auto;

	width: 100%;
	height: 120px;

	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* 3等分 */
	width: 100%;
	height: 80px;
	gap: 5px;
	border-radius: 4px;
	overflow: hidden;
}

.ne_word ul li .row3_list div {
	width: 100%;
	height: 100%;
	float: inherit;
}

.ne_word ul li .row3_list div span {
	width: 100%;
	height: 100%;
	padding: 0px;
}

.ne_word ul li .row3_list div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video_con .detail a {
	color: #fff;
}


.header a.go_back_new {
	display: none !important;
}

.imp_box {
	margin-top: 5px !important;
}


.news_box .news_cont .news_list {
	margin-bottom: 18px;
	padding: 0px;
	border-bottom: none;
}

.news_box .news_cont .news_list .news_img {
	width: 110px;
	height: 82.5px;
	border-radius: 4px;
	background: #eee;
	overflow: hidden;
}

.news_box .news_cont .news_list .news_img img {
	object-fit: cover;
}

.news_box .news_cont .news_list .news_txt {
	width: calc(100% - 120px);
}


.news_box .news_cont .news_list .news_txt h4 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	padding-right: 10px;
	height: 62px;
	line-height: 20px;
	margin-bottom: 5px;
}

.news_box .news_list_img .h3 {
	font-size: 16px;
	font-weight: 400;
}

.news_box .news_list .news_b {
	color: #999;
	font-size: 12px;
}

.newcar_list_wrap {
	padding-top: 45px;
}

.news_box .news_list_img ul {
	border-radius: 4px;
	overflow: hidden;
	margin: 10px auto;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* 3等分 */
	width: 100%;
	height: 80px;
	gap: 5px;
	/* 间距 */
}

.news_box .news_list_img ul li {
	height: 80px;
	float: inherit;
	width: 100%;
}

.news_box .news_list_img ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_box .news_list_img ul.clearfix:after,
.news_box .news_list_img ul.clearfix:before {
	display: none;
}

.news_box .news_list_img ul li:nth-child(2) {
	margin: 0px;
}

.sideB a {
	display: none !important;
}

.sideB a.gotop {
	display: block !important;
}

.month_list {
	top: 42px !important;
}

.lookagain .sig img.carimg {
	margin: 0 auto;
	width: 80%;
	height: auto;
	object-fit: cover;
}

.zxcontent .f_b_l h4 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin: 0px !important;
	height: 60px !important;
	margin-bottom: 4px !important;
	line-height: 20px !important;
	overflow: hidden;
	display: -webkit-box;
	/* 使用弹性盒模型 */
	-webkit-box-orient: vertical;
	/* 垂直排列 */
	-webkit-line-clamp: 3;
	/* 限制显示行数 */
	overflow: hidden;
	/* 隐藏溢出内容 */
	text-overflow: ellipsis;
}

.zxcontent {
	padding-top: 12px;
}

.zxcontent .f_word {
	height: auto;
}

.zxcontent .f_word .title_img {
	width: 110px !important;
	height: 82.5px !important;
	object-fit: cover;
}

.zxcontent .f_word .f_b_l {
	width: calc(100% - 120px);
}

.zxcontent .datalist {
	margin-bottom: 18px;
	padding: 0px;
	border-bottom: none;
}

.zxcontent .f_b_l p {
	font-size: 12px;
	color: #999;
	line-height: 18px;
}



.selected_box {
	top: 42px !important;
}

.condition_wrap,
.listwrap {
	padding-top: 25px !important;
}

.listwrap .list_top {
	top: 82px !important;
}




.zxcontent1 {
	padding-top: 3%;
}

.zxcontent1 .f_word {
	height: auto;
}

.zxcontent1 .f_word .title_img {
	width: 110px;
	height: 82.5px;
	border-radius: 4px;
	background: #eee;
	overflow: hidden;
	object-fit: cover;
}

.zxcontent1 .f_b_l h4 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin: 0px !important;
	height: 60px !important;
	margin-bottom: 4px !important;
	line-height: 20px !important;
	overflow: hidden;
	display: -webkit-box;
	/* 使用弹性盒模型 */
	-webkit-box-orient: vertical;
	/* 垂直排列 */
	-webkit-line-clamp: 3;
	/* 限制显示行数 */
	overflow: hidden;
	/* 隐藏溢出内容 */
	text-overflow: ellipsis;
}

.zxcontent1 .f_word .f_b_l {
	width: calc(100% - 120px);
}

.zxcontent1 .f_b_l p {
	font-size: 12px;
	color: #999;
	line-height: 16px;
	height: 16px;
}

.zxcontent1 .datalist {
	padding: 0px;
	margin-bottom: 18px;
	border-bottom: none;
}



/*-- 2026-2-4 新增 --*/

.top_head {
	padding-left: 4% !important;
}

.top_head a.go_back_new {
	display: none;
}

.turn_con {
	position: relative;
	margin: 4%;
	margin-top: 0px;
	overflow: hidden;
	width: 92%;
	padding-top: 56.25%;
	background: #f8f8f8;
	overflow: hidden;
	border-radius: 6px;

}

.turn_con .swiper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.turn_con .swiper-pagination {
	bottom: 10px !important;
	display: flex;
	left: 12px;
	width: calc(100% - 24px);
	display: flex;
	gap: 4px;
	box-sizing: border-box;
	z-index: 10;
	overflow: hidden;
}


.turn_con .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.turn_con .swiper-pagination-bullet {
	flex: 1;
	height: 2px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
	transition: background-color 0.3s;
	margin: 0px;
	opacity: inherit;
	width: auto;
	position: relative;
}

.turn_con .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px !important;
}


.turn_con .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	width: 0%;
	height: 100%;
	background: #fff;
	border-radius: 2px;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
}

.turn_con .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	animation: progress 4s linear forwards;
}

@keyframes progress {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

/*-- 2026-2-4 视频修改 --*/

.header a.go_back_new,.header a.go_back {
	display: none;
}

.header{
	padding-left: 4% !important;
}
.video-item{
	height: 100% !important;
}

.video-overlay .botm_pl, .video-overlay .video-progress-container{
	pointer-events:auto;
}

.video-progress-handle{
	display: none !important;
}

.botm_pl{
	position:absolute !important;
	height: 40px !important;
	padding:0px 5% !important;
	margin-top: 10px;
	line-height: 30px !important;
}

/*-- 2026-2-5 视频修改 --*/
.botm_pl {
	position: fixed !important;
	margin-top: 0px !important;
	height: 40px !important;
	line-height: 36px !important;

}

.video-overlay .video-progress-container {
	height: 20px !important;
	background: #000 !important;
	bottom: 40px !important;
}

.detail {
	text-shadow: none;
}

.user img {
	height: 100%;
}


.turn_con {
	padding-top: 51.75%;
}
/*-- 2026-2-5 首页轮播 图片比例 --*/
.slide-title{
	font-size: 15px;
}
.turn_con .swiper-pagination-bullet {
	transition: background-color 0.2s;
}

.turn_con .swiper-pagination-bullet.played {
	background: #fff !important;
}

.three_img,.ne_word ul li .row3_list,.news_box .news_list_img ul{
	min-height: 60px;
	height: auto !important;
	gap:2px;
}

.three_img img{
	aspect-ratio: 4/3;
}

.ne_word ul li h4{
	font-size: 16px;
	color: #333;
	line-height: 20px;
	font-weight:400;
	margin-bottom: 0px;
}

.ne_word ul li .row3_list div,.news_box .news_list_img ul li{
	background: #f8f8f8;
	height: auto !important;
}

.ne_word ul li .row3_list div img,.news_box .news_list_img ul li img{
	aspect-ratio: 4/3;
}

.news_box .news_list_img .h3{
	margin-bottom: 0px !important;
	line-height: 20px;
}