@charset "utf-8";

div#index {
	color: #444;
	width: 100%;
	margin: 30px 0 50px 0;
}

div#index #top {
	width: 100%;
	position: fixed;
	top:30px;
	border-bottom: 1px solid #ddd;
	background-color: white;
}

div#index #top ul.top_ul li.top_li {
	width: 50%;
	height: 35px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	display: inline-block;
	-webkit-appearance: none;
	vertical-align: middle;
}

div#index #top ul.top_ul li.top_li .type_sort {
	display: inline-block;
	position: relative;
	width: 100%;
	height:100%;
	border-left: 1px solid #ddd; 
	background: inherit no-repeat right center;
	vertical-align: middle;
	-webkit-appearance: none;
	cursor: pointer;
}

div#index #top ul.top_ul li.top_li .type_sort input[type='text'] {
	margin:0;
	color: #555;
	font-size:14px;
	display: inline-block;
	width: 100%;
	height:100%;
	border: none;
	text-align: center;
	cursor: pointer;
}

div#index #top ul.top_ul li.top_li .type_sort ul {
	width: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 35px;
	overflow: hidden;
	background-color: rgb(90,191,224);
	max-height: 180px;
	overflow-y: auto;
	border: none;
	box-shadow: 0 3px 5px #999;
	z-index: 10;
	cursor: pointer;
}

div#index #top ul.top_ul li.top_li .type_sort ul li {
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	cursor: pointer;
}

div#index #top ul.top_ul li.top_li .type_sort ul li span {
	padding: 0;
	text-align: center;
	width: 100%;
	color: white;
	display: block;
}

div#index #top ul.top_ul li.top_li .type_sort ul li:HOVER {
	background-color: rgb(35,149,189);
}

div#index #top ul.top_ul li.top_li .type_sort ul li:HOVER span {
	color: #F5F5F5;
}

div#index #top p.search_p{
	padding-top:5px;
	height: 30px;
	text-align: center;
}

div#index #top p.search_p input[type="text"] {
	width: 99%;
	height: 28px;
	font-size: 15px;
	text-indent: 5px;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #F5F5F5;
	cursor: auto;
}

div#index #top p.search_p .search_img {
	width: 26px;
	height: 26px;
	position: absolute;
	margin-left: -30px;
	margin-top: 2px;
	cursor: pointer;
}

div#index #top p.title_p {
	text-indent: 10px;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	color: #444;
	background-color: #d0d0d0;
	border-left: 5px solid rgb(61, 104, 137);
}

div#index #content {
	margin-top:105px;
	padding: 0 0 10px 0;
}

div#index #content .job_info {
	margin: 2px 2px 8px 2px;
	background-color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
	-webkit-appearance: none;
	cursor: pointer;
}

div#index #content .job_info p {
	line-height: 25px;
	font-size: 12px;
	color: #444;
}

div#index #content .job_info p span{
	color: #555;
}

div#index #content .job_info p span img{
	display: inline-block;
	width: 10px;
	height: 12px;
	vertical-align: middle;
}

div#index #content .job_info p.base_p{
	display: inline-block;
	width: 49%;
}

div#index #content .job_info p.long_width{
	width: 100%;
}

div#index #content .job_info p.first_p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-indent:10px;
	border-radius: 5px 5px 0 0;
}

div#index #content .job_info p.first_p span{
	color:#ff8000;
	font-weight: bold;
}

div#index #content .job_info p.first_p input[type='checkbox']
	{
	float: right;
	margin: 5px;
	height: 25px;
	width: 25px;
	background-color: white;
	vertical-align: middle;
	border:1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

div#index #content .job_info p.first_p span.right_span{
	float: right;
	margin: 5px;
	height: 25px;
	width: 25px;
	font-size: 16px;
}

div#index #content .job_info p.last_show_p {
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: gray;
}

div#index #content .job_info .job_header {
	padding:0 5px;
}

div#index #content .job_info .job_detail {
	padding:0 5px;
	display: none;
}

div#index p#submit_p input[type='button']
{
	display:none;
	position: fixed;
	left: 50%;
	bottom: 60px;
	margin-bottom: 30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	font-size: 18px;
	color: white;
	font-family: "Microsoft Yahei";
	background-color: rgba(255, 80, 90,0.9);
	border: 1px solid #ddd;
	border-radius: 32px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	-webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.175);
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	-webkit-appearance: none;
	cursor: pointer;
}

/*应聘确认*/
div#job_comfirm{
	color: #444;
	width: 100%;
	margin: 30px 0 50px 0;
}

div#job_comfirm div.top {
	width: 100%;
	overflow: auto;
	position: fixed;
	border-bottom: 1px solid #ddd;
	background-color: white;
}

div#job_comfirm div.top p {
	width: 40%;
	height: 35px;
	color: #444;
	font-size: 16px;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	color: #444;
	word-break: keep-all; /* 不换行 */
	white-space: nowrap; /* 不换行 */
	overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...)*/
}

div#job_comfirm div.top p:first-child {
	width: 30%;
	text-align: left;
	line-height: 31px;
}
div#job_comfirm div.top p:first-child a {
	padding-left: 10px;
	color: #444;
}

div#job_comfirm div.top p:first-child img {
	padding: 2px 0;
	height: 31px;
	vertical-align: middle;
}


div#job_comfirm div.content{
	padding: 35px 0 10px 0;
}

div#job_comfirm div.content .job_info {
	margin: 5px 2px 10px 2px;
	background-color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
	-webkit-appearance: none;
	cursor: pointer;
}

div#job_comfirm div.content .job_info .job_header{
	padding:0 5px;
}

div#job_comfirm div.content .job_info p {
	margin-top:2px;
	line-height: 28px;
	font-size: 13px;
	color: #444;
}

div#job_comfirm div.content .job_info  p span{
	color: #555;
}

div#job_comfirm div.content .job_info p.base_p{
	display: inline-block;
	width: 49%;
}

div#job_comfirm div.content .job_info p.long_width{
	width: 100%;
}

div#job_comfirm div.content .job_info p span img{
	display: inline-block;
	width: 10px;
	height: 12px;
	vertical-align: middle;
}

div#job_comfirm div.content .job_info  p.first_p {
	margin-top:0px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	text-indent:10px;
	border-radius: 5px 5px 0 0;
	background-color: rgb(229, 229, 229);
}

div#job_comfirm div.content .job_info p.first_p span{
	color:#444;
	font-weight: bold;
}

div#job_comfirm div.content .job_info p.last_show_p {
	width: 100%;
	height: 25px;
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	color: #ff8000;
}

div#job_comfirm div.content .job_info .job_header {
	padding:0 5px;
}

div#job_comfirm div.content .job_info .job_detail {
	padding:0 5px;
	display: none;
}

div#job_comfirm div.content .upload_div{
	margin-bottom:100px;
	padding: 5px;
}

div#job_comfirm div.content .upload_div p.title_p{
	text-indent:5px;
	margin:10px 0 5px 0;
	font-size: 14px;
	border-left: 3px solid rgb(61,104,137);
	line-height: 25px;
}

div#job_comfirm div.content #uploadForm .upload_div p a.a_file {
    position: relative;
    display: inline-block;
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}
div#job_comfirm div.content #uploadForm .upload_div p a.a_file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
div#job_comfirm div.content #uploadForm .upload_div p a.a_file:hover {
    background: #AADFFD;
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}

div#job_comfirm div.content #uploadForm .upload_div p span.file_name_span{
	font-size: 14px;
	vertical-align: middle;
}

div#job_comfirm div.content #uploadForm .upload_div p input#upload_jl{
	display:none;
	padding:3px 8px;
	font-size: 12px;
	color: white;
	font-family: "Microsoft Yahei";
	background-color: rgba(255, 80, 90,0.9);
	border: 1px solid rgb(215, 0, 15);
	-webkit-appearance: none;
	cursor: pointer;
}

div#job_comfirm div.content #uploadForm .upload_div .ypresume_sort {
	display: inline-block;
	position: relative;
	width: 100%;
	height:30px;
	border-left: 1px solid #ddd; 
	background: inherit no-repeat right center;
	vertical-align: middle;
	-webkit-appearance: none;
	cursor: pointer;
}

div#job_comfirm div.content #uploadForm .upload_div .ypresume_sort input[type='text'] {
	margin:0;
	color: #555;
	font-size:12px;
	display: inline-block;
	width: 100%;
	height:100%;
	border: none;
	text-align: center;
	cursor: pointer;
}
div#job_comfirm div.content #uploadForm .upload_div .ypresume_sort ul {
	width: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
	overflow: hidden;
	background-color: rgb(90,191,224);
	max-height: 100px;
	overflow-y: auto;
	border: none;
	box-shadow: 0 3px 5px #999;
	z-index: 10;
	cursor: pointer;
}

div#job_comfirm div.content #uploadForm .upload_div .ypresume_sort ul li {
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	cursor: pointer;
}
div#job_comfirm div.content #uploadForm .upload_div .ypresume_sort ul li span {
	padding: 0;
	text-align: center;
	width: 100%;
	color: white;
	display: block;
	font-size: 12px;
}

div#job_comfirm div.content #uploadForm .upload_div .ypresume_sort ul li:HOVER {
	background-color: rgb(35,149,189);
}
div#job_comfirm div.content #uploadForm .upload_div .ypresume_sort ul li:HOVER span {
	color: #F5F5F5;
}



div#job_comfirm div.bottom {
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 45px;
	background-color: rgb(255, 255, 255);
	border-top: 1px solid #ddd;
}

div#job_comfirm div.bottom ul {
	width: 100%;
	font-size: 16px;
	cursor: pointer;
}

div#job_comfirm div.bottom ul li {
	width: 50%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	display: inline-block;
	-webkit-appearance: none;
	vertical-align: middle;
}

div#job_comfirm div.bottom ul li.long_width{
	width: 100%;
}

div#job_comfirm div.bottom ul li input[type='button']{
	width: 100%;
	height:100%;
	font-size:18px;
	color:white;
	background-color:rgb(35,149,189);
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
}

div#job_comfirm div.bottom ul li input[type='button']:HOVER
{
	font-weight: bold;
}

div#job_comfirm div.bottom ul li input[type='button'].back_button,div#content div#register div.bottom ul li input[type='button'].out_button{
	background-color:gray;
}