.header {
    position: relative;
    height: 432px;
    background:url("../images/feedback-bg.png") no-repeat center;
}

.header .content {
    margin-top: 110px;
}

.content > div {
    width: 490px;
    height: 66px;
}

.content > div > h3 {
    float: left;
    width: 200px;
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
}

.content > div > span {
    float: right;
    margin-top: 34px;
    opacity: 0.4;
    font-size: 32px;
    line-height: 32px;
    color: #FFFFFF;
}

.content h4 {
    margin-top: 40px;
    font-size: 24px;
    color: #FFFFFF;
}
textarea{ resize: none; } 
.fb-content{
	margin: 80px auto;
	width: 1200px;
}
.fb-content-left{
	width: 40%;
	float: left;
}
.fb-content-right{
	width: 60%;
	float: left;
}
.fb-content .title{
	margin-bottom: 40px;
	font-size: 32px;
}
.fb-content .title-sec{
	margin-bottom: 20px;
	font-size: 20px;
}
.fb-content .title>span{
	font-size: 20px;
	color: rgba(0,0,0,0.60);
}
.fb-content input{
	margin-bottom: 38px;
	padding: 0 16px;
	width: 300px;
	color: #9198A5;
	font-size: 16px;
	line-height: 42px;
	border: 1px solid #E8E8E8;
}
.fb-content textarea{
	margin-bottom: 38px;
	padding: 8px 16px;
	width: 580px;
	height: 100px;
	color: #9198A5;
	font-size: 16px;
	line-height: 24px;
	border: 1px solid #E8E8E8;
}
.fb-content .submit{
	padding: 12px 60px;
	color: #fff;
	font-size: 24px;
	background: #2D76FB;
	border-radius: 4px;
}
.fb-content input:focus{
	border: 1px solid #2D76FB
}
.fb-content-checkbox input{
	display: none;
}
.fb-content-checkbox input+label{
	display: inline-block;
	margin: 0 20px 30px 0;
	padding: 10px 30px;
	color: rgba(0,0,0,0.80);
	font-size: 16px;
	background: #F5F7F8;
	border: 1px solid #F5F7F8;
}
.fb-content-checkbox input:checked+label{
	padding: 10px 30px;
	color: #2D76FB;
	background: #F3F7FF;
	border: 1px solid #2D76FB;
}

#message-toast{
	display: none;
	position: fixed;
	top: 20px;
	width: 300px;
	left: calc(50% - 100px);
	padding: 16px;
	font-size: 16px;
	border: 1px solid;
	border-radius: 4px;
	text-align: center;
	z-index: 100
}
#message-toast.success{
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
#message-toast.error{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}