.headerLeft img{
  margin-left: -13px;
}
.feedback-content{
	width: 700px;
	height: 256px;
	margin: 0 auto;
	border: solid 1px rgba(0, 0, 0, 0.1);
    outline: 0;
    /*padding: 22px 25px;*/
    font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	
}
.feedback-content:empty::before{  
   	color: rgba(0, 0, 0, 0.5);
    content:attr(placeholder);  
}  
.feedback-content:focus:before {
	content: none;
}
.feedback-mask{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	display: none;
	z-index: 999;
}
.feedback-pop{
	width: 400px;
	height: 331px;
	background-color: #ffffff;
	border-radius: 5px;
	text-align: center;
	margin: 15rem auto;
	font-family: PingFangSC-Regular;
	font-size: 14px;
}
.feedback-pop h2{
	height: 90px;
	line-height: 90px;
	font-family: PingFangSC-Medium;
	font-size: 24px;
	color: rgba(0,0,0,.7);
	border-bottom: 1px solid rgba(220,220,220,.4);
	margin-bottom: 70px;
}
.back-index{
	width: 145px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
	margin-top: 65px;
	text-align: center;
    font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #ffffff;
	background-color: #41464b;
	border-radius: 4px;	
}

.setting_wrapper {
	width: 760px;
	height: 780px;
	padding: 22px 40px;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px 
		rgba(0, 0, 0, 0.15);
	
}
.feedback-tips{
	background: url('/head_for/img/ceo-bg.png') no-repeat;
	background-size: 100% 100%;
	height: 111px;
	padding: 20px;
}
.setting_wrapper h2{
	font-family: PingFangSC-Regular;
	font-size: 24px;
	color: #000000;
	font-weight: 500;
}
.feedback-tips div{
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #212121;
	text-indent: 2em;
	margin-top: 14px;

}
.feedback-tips p{
	font-family: PingFangSC-Light;
	font-size: 14px;
	color: #212121;
	text-align: right;
	margin-right: 27px;
	margin-top: 10px;
	background-size: 100%;
}
.feedback-form{
	margin-top: 40px;
}
.feedback-form p{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #000000;
}
.feedback-form input{
	width: 90%;
	height: 30px;
	margin-top: 5px;
	margin-left: 5%;
	border: 0;
	outline:none;
	color: #666;
}
.feedback-form p span{
	color: #cc0000;
}
.feedback-form .form-input{
	width: 326px;
	height: 40px;
	border: solid 1px #e6e6e6;
	margin: 15px 0;
}
.feedback-form .feedback-content{
	width: 448px;
	height: 100px;
	border: solid 1px #e6e6e6;
	margin: 15px 0;
	padding: 10px 15px;
}
.feedback-btn{
	width: 145px;
	height: 30px;
	font-size: 14px;
	background: #40464c;
	border-radius: 5px;
	color: #fff;
	line-height: 30px;
	text-align:center;
	margin: 0 auto;
	margin-top: 25px;
	cursor: pointer;
}


