



/*.banner .banner_flex .banner_class{*/
/*    color: #2A2F34;*/
/*}*/
/*.banner .banner_flex .banner_hr{*/
/*    background: #2A2F34;*/
/*}*/













.rencai_class{
    font-weight: 400;
    font-size: 0.32rem;
    color: #2A2F34;
}

.rencai_body{
    width: 100%;
    height: auto;
    background: #F8F9FA;
    padding: 0.55rem 0 0.89rem;
    box-sizing: border-box;
}


.rencai_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rencai_top .rencai_fl{
    width: 7.93rem;
}
.rencai_top .rencai_fl .rencai_cont{
    margin-top: 0.27rem;
}
.rencai_top .rencai_fl .rencai_cont,
.rencai_top .rencai_fl .rencai_cont p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #2A2F34;
    line-height: 0.32rem;
}
.rencai_top .rencai_fr{
    width: 6.7rem;
}



.rencai_bottom{
    margin-top: 0.4rem;
}
.tuandui_txt{
    width: 100%;
    height: auto;
    margin-top: 0.42rem;
}

.tuandui_txt .content-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 8rem;
    margin-bottom: 0.24rem;
}

.tuandui_txt .content-slider {
	display: flex;
	height: 8rem;
	transition: transform 0.3s ease;
}

.tuandui_txt .content-container .content-slide {
	width: 100%;
	height: 8rem;
	overflow: hidden;
	position: relative;
	flex: 0 0 100%;
}

.tuandui_txt .tab-container {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tuandui_txt .tab-container .tab-wrapper {
	width: calc(100% - 1.04rem);
	overflow: hidden;
}

.tuandui_txt .tab-container .tab-wrapper .tab-slider {
	display: flex;
	transition: transform 0.3s ease;
	will-change: transform;
    gap: 0.17rem;
}

.tuandui_txt .tab-container .tab-slide {
	width: 2.69rem;
    height: 1.4rem;
	overflow: hidden;
	flex: 0 0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
    border: 0.02rem solid rgba(0, 0, 0, 0);
}
.tuandui_txt .tab-container .tab-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tuandui_txt .tab-container .tab-slide.active {
	border:2px solid #002D66;
}

.tuandui_txt .prev,
.tuandui_txt .next {
	/* position: absolute; */
	width: 0.18rem;
	height: 0.33rem;
	border: none !important;
	cursor: pointer;
}
.tuandui_txt .prev {
	background: url(../img/prev.png) center no-repeat;
	background-size: contain;
}
.tuandui_txt .next {
	background: url(../img/next.png) center no-repeat;
	background-size: contain;
}









@media only screen and (max-width:1042px) {
	.rencai_body{
		padding: 40px 0 40px;
	}
	.rencai_class{
		font-size: 24px;
	}
	.rencai_top .rencai_fl .rencai_cont{
		margin-top: 15px;
	}
	.rencai_top .rencai_fl .rencai_cont, 
	.rencai_top .rencai_fl .rencai_cont p{
		font-size: 16px;
		line-height: 2;
	}


	.tuandui_txt .content-container,
	.tuandui_txt .content-slider,
	.tuandui_txt .content-container .content-slide{
		height: auto;
	}


	.tuandui_txt .prev, .tuandui_txt .next{
		width: 10px;
		height: 20px;
	}
	.tuandui_txt .tab-container .tab-wrapper{
		width: calc(100% - 30px);
	}
	.tuandui_txt .tab-container .tab-wrapper .tab-slider{
		gap: 10px;
	}
	.tuandui_txt .tab-container .tab-slide{
		width: 126px;
		height: auto;
	}
}






@media only screen and (max-width: 767px) {
	.rencai_top{
		flex-wrap: wrap;
    	margin-bottom: 50px;
	}
	.tuandui_txt .tab-container .tab-wrapper .tab-slider{
		gap: 8px;
	}
	.tuandui_txt .tab-container .tab-slide{
		width: 65px;
	}
}




