.feed_cent{
	padding: 0.3rem 0.3rem;
	font-size: 0.32rem;
	color: #333333;
}
.feed_text{
	padding-bottom: 5px;
}
.feed_cent h2{
	font-size: 0.36rem;
	color: #333333;
	margin: 20px 0 10px;
}
#feedbackcontent{
	width: 100%;
}
input.text, .are {
    border: 1px solid #ccc;
    border-radius: .3em;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
}
input.text{
	width: 100%;
	height: 0.66rem;
}
.feedback .btn {
    display: inline-block;
    padding: 5px 14px;
    background: #4394ef;
    font-size: 18px;
    color: white;
    margin: 10px 0;
    border-radius: 6px;
}
.tell{
	color: #000000;
}

.foot_nav{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.34rem;
	background-color: #3477f6;
	padding: 0.2rem 0.3rem;
	margin-top: 0.5rem;
}
.foot_nav a{
	color: #ffffff;
	margin: 0 0.24rem;
}
.tips{
	font-size: 0.32rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.2rem 0;
}
.tips a{
	color: #3477f6;
	margin: 0 0.3rem;
}
.tipsto{
	font-size: 0.24rem;
	color: #999;
	text-align: center;
}