.container {
				background-color: #f5f5f5;
			}

			.qiuzhu-form {
				background-color: #fff;
				min-height: 500px;
				margin-top: 100px;
				margin-bottom: 310px;
				padding: 90px 100px 60px;
			}

			.form-content {
				display: flex;
				justify-content: space-between;
				align-items: flex-start;
			}
			.form-left{
				margin-right: 90px;
			}
			.form-right{
				width: 510px;
			}
			.form-left>div,
			.form-right>div{
				margin-bottom: 30px;
			}
			.form-left>div input,
			.form-right>div input
			{
				border: 1px solid #e6e6e6 !important;
			}
			input::placeholder,
			textarea::placeholder{
			   font-weight: 400;
			   color: #999;
			   font-size: 14px;
			}
			select {
				width: 500px;
				height: 40px;
				border: 1px solid #e6e6e6 !important;
				padding-left: 12px;
			}
			.form-right textarea{
				padding: 10px;
				height: 210px;
				border: 1px solid #e6e6e6 !important;
			}
			.nav-sel {
				width: 400px;
				height: 40px;
				border: 1px solid #e6e6e6;
				color: #999;
				font-size: 14px;
				appearance: none;
				-moz-appearance: none;
				-webkit-appearance: none;
				background: url("./img/arrow-1.png") no-repeat;
				background-size: 12px;
				background-position: 470px;
			}
			.form-title{
				color: #ff0000;
				font-size: 24px;
				letter-spacing: 2px;
				font-weight: 600;
				text-align: left;
				margin-bottom: 30px;
				display: flex;
				justify-content: start;
				align-items: flex-end;
			}
			.form-title span{
				margin-right: 20px;
			}
			.btn button{
				height: 50px;
				width: 350px;
				color: #fff;
				text-align: center;
				font-size: 18px;
				background-color: #ff0000;
				border: 0 none;
			}