*{
	padding: 0;
	margin: 0;
}

.content{
	width: 1000px;
	margin: 0 auto;
}

.title {
	height: 84px;
	line-height: 84px;
	text-align: center;
	margin-top: 44px;
	border-top:3px solid rgba(254,129,0,1);
	border-left:1px solid rgba(229,229,229,1);
	border-right:1px solid rgba(229,229,229,1);
}

.title span {
	margin-top: 38px;
	font-size: 20px;
    color: rgba(51,51,51,1);
}
.input-content {
    height: 570px;
	border:1px solid rgba(229,229,229,1);
}
.input-content span{
	font-size:16px;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:18px;
}
.input-content a{
	font-size:16px;
	font-weight:400;
	line-height:18px;
	cursor:pointer;
}
.input-content input {
    width: 402px;
    height: 42px;
    border: 1px solid rgba(220,220,220,1);
    background: rgba(255,255,255,1);
    border-radius: 4px;
    padding-left:20px;
}

.input-content input:hover {
    border: 1px solid rgba(254,129,0,1);
}
.input-content input::-webkit-input-placeholder {
    color: rgba(153,153,153,1);
    font-size: 14px;
}
.input-content input:-moz-placeholder {
    color: rgba(153,153,153,1);
    font-size: 14px;
}
.input-content input::-moz-placeholder {
    color: rgba(153,153,153,1);
    font-size: 14px;
}
.input-content input:-ms-input-placeholder {
    color: rgba(153,153,153,1);
    font-size: 14px;
}

#send-btn {
	width:180px;
	color: #ffffff;
	background:rgba(254,129,0,1);
	margin-left:1.8%;
	cursor:pointer;
	padding-left:0px;
}

.enter-btn {
    width: 400px;
    height: 40px;
    color: #ffffff;
    background: rgba(254,129,0,1);
    line-height: 40px;
    text-align: center;
    border: 0px;
    border-radius: 4px;
    font-size: 16px;
}

.enter-btn:hover {
    cursor:pointer;
    background: #FE7200;
}

input[type="checkbox"] {
	width:20px;
	height:20px;
	background:rgba(255,255,255,1);
	border-radius:1px;
}