.tab_list_box{
	position: relative;
	width: 100%;
}
.tab_list_box:after{
	content: "";
    position: absolute;
    display: block;
    height: .02rem;
    width: 100%;
    background-color: #e2e1e6;
    top: 50%;
    margin-top: -2px;
    z-index: 5;
    overflow: hidden;
}
.tab_list{
	width: 13rem;
	margin: 0 auto;
}
.tab_list ul{
	position: relative;
	display: flex;
	display: -ms-flexbox;
}
.tab_list ul li{
	flex: 1;
    -ms-flex: 1;
	cursor: pointer;
}
.tab_list ul li {
	position: relative;
	text-align: center;
}
.tab_list ul li p{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0px;
	margin: 0 auto;
	font-size: .22rem;
	color: #333333;
	font-weight: bold;
}
.tab_list ul li .yuan{
	width: .21rem;
	height: .21rem;
	margin:.36rem 0;
	display: inline-block;
	border: 1px solid #e8e7eb;
	border-radius: 100%;
	background: #fff;
	position: relative;
	z-index: 6;
	/*margin-bottom: 5px;*/
}
.tab_list ul li .jt{
	position: absolute;
	margin: 0 auto;
	bottom: .14rem;
	width: 11px;
	left: 50%;
	margin-left: -5.5px;
	height: 7px;
	background: url(../images/fzlc_b_icon.png) no-repeat;
}
.tab_list ul li.on  p{
	color: #e62129;
}
.tab_list ul li.on .jt{
	background: url(../images/fzlc_on_b_icon.png) no-repeat;
}
.carousel{
	padding-bottom: .76rem;
	width: 13rem;
	margin: 0 auto;
}
.swiper-pagination-custom{
	bottom: 0;
}
.commit_btn_box{
	text-align: center;
}
.commit_btn_box .pp_prev{
	margin-right: .14rem;
}
.siwiper-cont{
	padding:.4rem 0 .57rem 0;
	overflow: hidden;
}
.swiper-wrapper .left_text_box{
	float: left;
	width: 7rem;
	background: #fff;
	height: 4rem;
}
.swiper-wrapper .left_text{
	width: 100%;
	height: 2.8rem;

	padding: .5rem .4rem;
	margin-top: .6rem;
	box-sizing: border-box;
	background: #f1f9fe;
}
.swiper-wrapper .left_text p{
	
	color: #333;
	line-height: 30px;
	padding-left: 40px;
	background: url(../images/dian.png) left 6px no-repeat;
}
.swiper-wrapper .right_img{
	float: right;
}
.swiper-wrapper .right_img img{
	width: 5.99rem;
	height: 4rem;
}

@media screen and (max-width: 414px){ 
	.tab_list,.carousel{
		width: 90%;
	}
	.tab_list ul{
		overflow: hidden;
		display: block;
	}
	.tab_list ul li{
		width: 25%;
		float: left;
		margin: 5px 0;
	}
	.tab_list ul li .yuan{
		width: 10px;
		height: 10px;
		margin: 18px 0;
	}
	.tab_list ul li .jt{
		bottom: 8px;
	}
	.tab_list_box:after{
		display: none;
	}
	.swiper-wrapper .left_text_box,.swiper-wrapper .right_img{
		float: none;
	}
	.swiper-wrapper .left_text_box{
		width: 100%;
		height: auto;
	}
	.swiper-wrapper .left_text{
		height: auto;
	}
	.swiper-wrapper .left_text p{
		background: url(../images/dian.png) 10px 3px no-repeat;
		font-size: 12px;
		line-height: 20px;
		background-size: 15px 15px;
	}
	.swiper-wrapper .right_img img{
		width: 100%;
		height: auto;
	}
	.commit_btn_box span{
		width: 36px;
		height: 34px;
	}
	.tab_list ul li p{
		font-size: 12px;
	}
}