.main{
	background: #F2F5FC;
	padding: 20px 0px;
}
.feedback-main{
	display: flex;
	justify-content: space-between;
}
.feedback-main>div{
	background: #FFFFFF;
	border-radius: 4px;
	padding: 20px;
}
.feedback-main .feedback-from{
	width: 840px;
	margin-right: 20px;
}

.feedback-main .kf-main{
	flex: 1;
}
.feedback-main .feedback-from h2{
	font-weight: 600;
	font-size: 30px;
	color: #000000;
	margin-bottom: 21px;
}
.feedback-main .feedback-from p{
	font-weight: 600;
	font-size: 14px;
	color: #555555;
	margin-bottom: 40px;
}


.feedback-from .from-item{
	display: flex;
	flex-direction: column;
}
.feedback-from .from-item:not(:last-child){
	margin-bottom:28px ;
}
.feedback-from .from-item .lable{
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #737799;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-left: 10px;
}
.feedback-from .from-item .lable:has(+input[data-required ])::before,
.feedback-from .from-item .lable:has(+textarea[data-required ])::before
{
	content: '*';
	color: red;
	position: absolute;
	left: 0;
}

.feedback-from .from-item input{
	background: #F2F5FC;
	border: 1px solid #C4CBE7;
	min-height: 40px;
	outline: none;
	padding:0px 20px;
	font-size: 14px;
	color: #555555;
	font-weight: 600;
	border-radius: 2px;
}
.feedback-from .from-item textarea{
	height: 250px;
	background: #F2F5FC;
	border: 1px solid #C4CBE7;
	outline: none;
	padding:20px;
	resize: none;
	font-size: 14px;
	color: #555555;
	font-weight: 600;
	border-radius: 2px;
}
.feedback-from  button{
	
	width: 100%;
	height: 50px;
	background: #156CED;
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	margin-bottom: 30px;
}
.feedback-from  button:hover{
	opacity: 0.8;
}
/* 客服*/
 .kf-main p{
	 font-weight: 400;
	 font-size: 16px;
	 color: #000000;
 }
 .kf-main p span{
	 color: #156CED;
 }
 .kf-main p:not(:last-child){
	 margin-bottom: 18px;
 }
 .kf-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #156CED;
	padding: 24px 0px;
	margin: 30px 0px;
	font-weight: 400;
	font-size: 18px;
	color: #FEFEFE;
	border-radius: 4px;
}
 .kf-btn:hover{
	opacity: .8;
}
 .kf-btn img{
	width:42px ;
	height: 42px;
	margin-right: 20px;
	filter: brightness(100);

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