.ques-m-head h2{
	font-weight: 600;
	font-size: 30px;
	color: #000000;
}
.ques-top-txt {
	padding-top: 230px;
	line-height: 50px
}

.question-main {
	padding: 70px 0 84px
}

.ques-shop-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 46px 0 60px
}

.ques-shop-top>span {
	cursor: pointer;
	width: 140px;
	height: 50px;
	border: solid 1px #26a5ea;
	text-align: center;
	line-height: 50px;
	font-size: 18px
}

.ques-shop-top>span:first-child {
	border-radius: 4px 0 0 4px;
	border-right: 0
}

.ques-shop-top>span:last-child {
	border-radius: 0 4px 4px 0;
	border-left: 0
}

.ques-shop-top .active {
	color: #fff;
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#29abee),to(#00cabe)),-webkit-gradient(linear,left top,left bottom,from(#c29c58),to(#c29c58));
	background-image: linear-gradient(90deg,#29abee 0,#00cabe 100%),linear-gradient(#c29c58,#c29c58);
	background-blend-mode: normal,normal
}

.ques-shop-bot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 57px;
	border-bottom: 1px solid #C4CBE7;
}

.ques-shop-bot>span {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	margin-right:53px;
	padding:0px 7px 17px;
	cursor: pointer;
	position: relative
}
.ques-shop-bot .active::after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	border-radius: 1px;
	left: 0;
	bottom: 0;
	background: #156CED;
	transition: all .3s;
}

.ques-con {
	
	display: none
}
.ques-con li{
	padding-bottom: 22px;
	border-bottom: 1px solid #C4CBE7;
}
.question-main .con-active {
	display: block
}
.ques-con .active{
	background-color: #fff;
}
.ques-con .ques-detail {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 26px 30px 0px;
	position: relative;
	font-size: 14px;
	color: #000000;
	cursor: pointer
}

.ques-con .ques-detail>label {
	margin-right: 18px
}



.ques-con .active::after {
	background-color: transparent;
	z-index: 10
}

.ques-con .ques-ans {
	padding: 14px  30px 0px;
	font-size: 14px;
	line-height: 26px;
	display: none;
	color: #555555;

}
.ques-con .ques-ans a{
	color: #156CED;
}
/* 客服按钮 */
.question-kefu .kf-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #156CED;
	padding: 24px 0px;
	margin-top: 60px;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 18px;
	color: #FEFEFE;
	border-radius: 4px;
}
.question-kefu .kf-btn:hover{
	opacity: .8;
}
.question-kefu .kf-btn img{
	width:42px ;
	height: 42px;
	margin-right: 20px;
	filter: brightness(100);

}
.question-kefu .kf-btn p{
	 text-align: center;
	 
	 font-weight: 400;
	 font-size: 18px;
	 color: #FEFEFE;
 }
.question-kefu .kf-btn p:nth-child(2){
	font-size: 14px;
	margin-top: 10px;
}
.tofeedback{
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
}
.tofeedback a{
	color: #156CED;
}