@CHARSET "UTF-8";

.special-content {
	width: 1000px;
}

.special-title {
	text-align: center;
	height: 100px;
	line-height: 110px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
}

.special-head-title {
	background: #E61F18;
	padding-left: 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: white;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}

.special-middle-content {
	border-left: 1px solid #E61F18;
	border-right: 1px solid #E61F18;
	border-bottom: 1px solid #E61F18;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

.special-content-table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}

.special-content-table th {
	width: 35%;
	border: 0;
	padding: 15px 5px;
	text-align: right;
	valign: middle;
}

.special-content-table td {
	width: 65%;
	border: 0;
	padding: 15px 5px;
	text-align: left;
	font-weight: nomal;
	valign: middle;
}

.special-input {
	width: 55%;
	padding: 8px 4px 6px 4px;
	border-radius: 3px;
	border: 1px solid #9F9F9F;
}

.special-select {
	width: 56.35%;
	padding: 8px 4px 6px 4px;
	border-radius: 3px;
	border: 1px solid #9F9F9F;
}

.special-input:hover, .special-select:hover {
	border: 1px solid #135;
}

.special-btn {
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #E61F18;
	border-radius: 3px;
	color: #E61F18;
	cursor: pointer;
}

.special-btn:hover {
	background: #E61F18;
	color: white;
}

.special-btn:active {
	position: relative;
	top: 1px;
}

.hide {
	display: none;
}

.special-radio-space {
	margin-right: 60px;
}

.special-block-top-space {
	margin-top: 30px;
}

.special-block-bottom-space {
	margin-bottom: 30px;
}

.special-apply-first {
	height: 630px;
}

.one-step-msg, .apply-msg {
	text-align: center;
	color: red;
	padding-top: 20px;
}

.msg {
	text-align: center;
	padding-top: 20px;
}

.upload-notice {
	padding-top: 10px;
	padding-bottom: 20px;
}

.upload-file {
	position: relative;
    display: inline-block;
    background: white;
    border: 1px solid #E61F18;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    cursor: pointer;
    margin-top: 20px;
}

.upload-file span {
	color: #E61F18;
	cursor: pointer;
}

.upload-file input {
	position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-file:hover {
	background: #E61F18;
    border-color: #E61F18;
    text-decoration: none;
}

.upload-file:hover span {
	color: white;
}

.education-photo-show {
	height: 200px;
}

.error {
	color: red;
}

.special-apply-success {
	height: 650px;
}

.success-apply {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	color: green;
	text-align: center;
}

.success-title {
	padding-bottom: 30px;
	text-align: center;
}