@font-face {
    font-family: 'FZGongYHJW-yu';
    src: url('http://res.gwm.com.cn/HavalCn/car-model/dagouplus/pre/FZGongYHJW.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    background: #EEEAE3;
}
.img-box img{
    width: 100%;
    object-fit: cover;
    height: auto;
}
.car-onepage{
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 1.29rem;
}
.car-onepage-last{
    margin-bottom: 0;
}
.car-onepage-last .one-tag{
    width: auto;
}
.car-tag-pos{
    position: absolute;
    left: 50%;
    top: 1.19rem;
    text-align: center;
    color: #fff;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.one-tag{
    font-size: 0.55rem;
    line-height: 0.75rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    width: 3rem;
}
.one-tag img{
    width: 100%;
    object-fit: cover;
    height: auto;

}
.one-tag-col{
    color: #FFC137;
    font-family: 'FZGongYHJW-yu', sans-serif !important;
    font-size: 0.63rem;
    line-height: 0.7rem;
}
.one-tag-title{
    font-size: 0.34rem;
    line-height: 0.25rem;
    font-weight: 300;
    margin-top: 0.25rem;
}

.car-twopage{
    margin: 0 2.16rem 1.23rem;

}
.car-tag-two{
    margin-left: 0.91rem;
    color: #3F2F1C; 
    margin-bottom: 0.63rem;
}
.two-tag{
    font-size: 0.5rem;
    line-height: 0.56rem;
    font-weight: bold;
}
.two-tag-title{
    font-size: 0.2rem;
    line-height: 0.4rem;
    font-weight: 400;
    margin-top: 0.25rem;
}
.car-data{
    display: flex;
    margin-left: 0.91rem;
    gap: 1.27rem;
    margin-bottom: 0.53rem;
}
.car-data-item{
    position: relative;
    text-align: left;
    color: #000;
}
.car-data-item::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: '';
    background: rgba(255, 255, 255, 0.35);
    width: 1px;
    height: 0.49rem;
}
.car-describe{
    font-weight: normal;
    font-size: 0.17rem;
    line-height: 0.32rem;
}
.car-num{
    font-weight: bold;
    font-size: 0.38rem;
    line-height: 0.24rem;
    margin-top: 0.05rem;
}
.car-unit{
    font-size: 0.25rem;
}
.scroll_center{
    transform: translateY(1rem);
    opacity: 0;
    transition: all 0.5s;
}
.scroll_center._into {
    transform: translateY(0);
    opacity: 1;
}
.testdrive-btn-list{
    position: absolute;
    top: 3.64rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.32rem;
}
.btn-list-two{
    right: 20%
}
.btn-list-one{
    left: 20%
}
.car-name-testdrive img{
    height: 0.22rem;
    width: auto;
    object-fit: cover;
}
.testdrive-btn-box{
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 0.1rem;
}
.testdrive-btn-item{
    width: 2.08rem;
    height: 0.44rem;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}
.testdrive-btn-txt{
    font-size: 0.17rem;
    color: #fff;
    position: relative;
    z-index: 3;
    transition: all 0.3s;
}
.testdrive-btn-item::after{
    content:'';
    position: absolute;
    left: -1px;
    top: -1px;
    height: calc(100% + 2px);
    width: 0;
    background: #fff;
    z-index: 1;
    transition: all 0.3s;
}
.testdrive-btn-item:hover .testdrive-btn-txt{
    color: #000;
}
.testdrive-btn-item:hover::after{
    width: calc(100% + 2px);
}

/* 轮播图 */
.tab_swiper .swiper-slide img {
	width: 100%;
}
.tab_swiper .swiper-slide video {
    object-fit: cover;
	width: 100%;
}
.swiper_tab {
	display: flex;
	justify-content: center;
	margin-top: 0.2rem;
}
.swiper_tab .list {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.swiper_tab .list div {
	padding: 0.2rem 0.6rem;
	/* margin: 0 0.4rem; */
	font-size: 0.18rem;
	font-weight: 400;
	color: #000;
	opacity: 0.5;
	transition: all .5s;
	position: relative;
	cursor: pointer;
    white-space: nowrap;
}
/* .swiper_tab .list div:nth-child(1){
    margin-left: 0;
}
.swiper_tab .list div:nth-last-child(1){
    margin-right: 0;
} */
.swiper_tab_01 .list{
    justify-content: space-between;
    /* width: 75%; */
}


.swiper_tab div.active {
	opacity: 1;
}
.swiper_tab .list div::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #dbad76;
	height: 1px;
	opacity: 0;
	transition: all .5s;
}

.swiper_tab .list div.active::after {
	opacity: 1;
}
.swiper_tab_text {
	height: 1rem;
	position: relative;
}

.swiper_tab_text div {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	width: 80%;
	opacity: 0;
	transition: all .5s;
	color: #8c8c8c;
	font-size: 0.17rem;
	font-weight: 300;
}
.swiper_tab_text div.active {
	opacity: 1;
}

.swiper_tab_text_t {
	height: 1.8rem;
	position: relative;
}

.swiper_tab_text_t div {
	position: absolute;
	top: 15%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
	width: 80%;
    height: auto;
    opacity: 0;
	transition: all .5s;
	color: #000;
	font-size: 0.17rem;
    line-height: 0.25rem;
}
.swiper_tab_text_t01 div{
    width: 73%;
}

.swiper_tab_text_t div.active {
	opacity: 1;
}
.swiper-pagination-bullet{
    width: 1.5rem;
    height: 2px;
    border-radius: unset;
    margin-right: 0.2rem;
}
.swiper-pagination-bullet-active{
    width: 1.6rem;
    background: #3F2F1C;
}
.swiper_tab_page {
    position: absolute;
    left: 50%;
    bottom: 0.2rem;
    z-index: 3;
    transform: translateX(-50%);
    display: flex;
}
.notes-box{
    font-size: 0.14rem;
    color: #555;
    padding: 0 2.16rem 1rem;
    
}
.ck_text_btn.right_top{
    top: 30%;
    right: 1.7rem;
}

@media (max-width: 768px) {
    .car-twopage{
        margin: 0 0.48rem 1rem;
    }
    .one-tag-title{
        line-height: 0.35rem
    }
    .two-tag{
        font-size: 0.45rem;
    }
    .car-tag-two{
        margin-left: 0.43rem;
    }
    .two-tag-title{
        font-size: 0.25rem;
        display: flex;
        flex-wrap: wrap;
    }

    .two-tag-title span{
        display: block;
        width: 97%;
    }
    .two-tag-title span:nth-child(2n-1){
        width: 3%;
    }
    .mb-title{
        text-indent: 0.3rem;
    }
    .car-tag-pos{
        width: 90%
    }
    .car-data{
        flex-wrap: wrap;
        margin-left: 0.43rem;
        row-gap: 0.33rem;
    }
    .notes-box{
        padding: 0 0.48rem 1rem;
    }

    .testdrive-btn-list{
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }
    .btn-list-two{
        top: 4.45rem;
    }
    .btn-list-one{
        top: 2.65rem;
    }
    .car-name-testdrive img{
        height: 0.26rem;
    }
    .testdrive-btn-box{
    }
    .testdrive-btn-item{
        width: 2.85rem;
        height: 0.6rem;
    }
    .testdrive-btn-txt{
        font-size: 0.23rem
    }
}