﻿em {
	font-style: normal;
}

a {
	text-decoration: none;
}

.container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.recruit_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tc_bg {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url(../image/tc_bg.png);
}

.tc_box {
	padding: 20px;
	width: 668px;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 20;
	position: fixed;
	top: -350px;
	left: 50%;
	margin: -300px 0 0 -354px;
	box-shadow: 0px 0px 10px 0px #666;
}

.tc_form {}

.tc_bt {
	font-size: 18px;
	color: #333;
	height: 40px;
	margin-bottom: 10px;
	line-height: 40px;
	text-indent: 20px;
	border-bottom: 1px dotted #999;
}

.close_btn {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../image/gb_btn_bg.png);
	width: 30px;
	height: 29px;
}

.close_btn:hover {
	background: url(../image/gb_btn_bg1.png);
}

.tc_f {
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	margin: 0 7px 10px;
}

.tc_f b {
	color: #F00;
	font-size: 15px;
	float: left;
	width: 16px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}

.tc_f em {
	float: left;
	height: 38px;
	line-height: 38px;
	width: 80px;
	text-align: center;
	font-size: 16px;
	color: #666;
	font-style: normal;
}

.tc_txt {
	float: left;
	width: 200px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

	.tc_txt input {
		width: 100%;
		height: 36px;
		line-height: 36px;
		border: none;
		background: none;
		font-size: 16px;
		color: #666;
		outline: none;
	}

.tc_txa textarea {
	outline: none;
	font-size: 16px;
	color: #666;
	line-height: 28px;
	overflow-y: auto;
}

.xb {
	float: left;
	width: 250px;
	padding-left: 25px;
}

.xb a {
	float: left;
	width: 42px;
	height: 36px;
	margin: 0 15px;
	line-height: 34px;
	text-align: center;
	font-size: 16px;
	color: #333;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	padding-left: 38px;
}

.man {
	background: #fff url(../image/man_bg.png) 10px center no-repeat;
}

.woman {
	background: #fff url(../image/woman_bg.png) 10px center no-repeat;
}

.man.on {
	background: #0e57a4 url(../image/man_bg_on.png) 10px center no-repeat;
	border: 1px solid #0e57a4;
	color: #fff;
}

.woman.on {
	background: #0093dd url(../image/woman_bg_on.png) 10px center no-repeat;
	border: 1px solid #0093dd;
	color: #fff;
}

.yzm {
	padding: 20px 0 0 0;
}

.yzm .tc_txt {
	width: 80px;
}

.yzm_img {
	float: left;
	height: 36px;
	width: 80px;
	margin: 0 0 0 20px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}

.tc_btn {
	float: right;
	width: 180px;
	overflow: hidden;
	margin: 0 8px 0 0;
}

.tc_btn input {
	width: 70px;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: #666;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}

.tc_btn_a01 {
	float: left;
}

.tc_btn_a02 {
	float: right;
}

.tc_btn input:hover {
	background: #f90;
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}

.w320 {
	width: 320px;
}

.tc_txa {
	width: 631px;
	height: 80px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.tc_txa textarea {
	width: 100%;
	height: 80px;
	border: none;
	background: none;
	resize: none;
}

.date {
	/*background:url(../image/date_bg.png) 190px center no-repeat; cursor:pointer;*/
}

.date input {
	cursor: pointer;
}

/*弹窗*/

/*SELECT*/

::-webkit-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

.cssSelect {
	white-space: nowrap;
	float: left;
}

.cssSelect * {
	display: block;
}

.cssSelect a {
	color: #666;
	outline-width: 0px;
	text-decoration: none;
}

.cssSelect .selectBox {
	cursor: pointer;
	border: solid 1px #c8c8c8;
	float: left;
	width: 220px;
	border-radius: 3px;
}

.cssSelect .selectLt {
	cursor: pointer;
	float: left;
	text-align: left;
}

.cssSelect .selectRt {
	cursor: pointer;
	background: url(../image/skin_icons.png) -44px -156px no-repeat #f2f2f2;
	border-left: 1px solid #c8c8c8;
	float: left
}

.cssSelect .selectBox {}

.cssSelect .selectLt {
	width: 161px;
	overflow: hidden;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	background: none transparent scroll repeat 0% 0%;
	color: #666;
	font-size: 16px;
}

.cssSelect .selectRt {
	height: 38px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 38px
}

.cssSelect .sNormal {
	background-position: 0px 0px
}

/*.cssSelect .sNormal .selectRt { background-position: 100% 0px}*/

.cssSelect .sHover {
	background-position: 0px -50px
}

.cssSelect .sHover .selectRt {
	background: url(../image/skin_icons.png) -44px -156px no-repeat #e6e6e6;
}

.cssSelect .sPressDown {}

.cssSelect .sPressDown .selectRt {
	background: url(../image/skin_icons.png) -44px -156px no-repeat #e6e6e6;
}

.cssSelect .optionsBox {
	position: absolute;
	border: 1px solid #dbdbdb;
	padding: 2px;
	margin: 0px;
	background: #fff;
	z-index: 100;
	width: 216px;
}

.cssSelect .optionsInnerBox {}

.cssSelect .optionBox {
	cursor: pointer;
	padding: 2px 30px 2px 7px;
	margin: 0px;
	height: 25px;
	line-height: 25px;
	color: #666;
}

.cssSelect .optionBox span {
	cursor: pointer;
	font-size: 12px
}

.cssSelect .oNormal {}

.cssSelect .oHover {
	background: #FF824D;
	color: #fff;
}

.cssSelect .selected {
	background: #ff4a00;
	color: #fff;
}

@media screen and (max-width: 750px) {
	.tc_box {
		width: 300px;
		height: 400px;
		overflow-y: auto;
		box-sizing: border-box;
		border: 10px solid #fff;
		margin: -200px 0 0 -150px;
		padding: 0;
	}
	.w320 {
		width: auto;
	}
	.xb {
		width: auto;
		padding: 0;
		margin: 15px 0 0;
	}
	.tc_bt {
		margin-top: 20px;
	}
	.tc_txa {
		width: auto;
	}
	.tc_btn {
		float: none;
		margin: 0 auto;
		padding: 20px 0 0;
	}
	.tc_f.f_l {
		float: none;
	}
	.tc_f {
		overflow: visible;
	}
	.tc_f em {
		font-size: 15px;
		width: 60px;
	}
	.tc_txt {
		float: none;
		clear: both;
	}
	.yzm .tc_txt {
		float: left;
	}
	.yzm_img {
		margin: 0;
		width: 60px;
	}
	.yzm_img img {
		width: 100%;
	}
	.optionsBox {
		top: 41px !important;
	}
	.cssSelect {
		position: relative;
	}
}

/*SELECT*/

//兼容手机
@media screen and (max-width: 750px) {
	.tc_box {
		width: 300px;
		height: 400px;
		overflow-y: auto;
		box-sizing: border-box;
		border: 10px solid #fff;
		margin: -200px 0 0 -150px;
		padding: 0;
	}
	.w320 {
		width: auto;
	}
	.xb {
		width: auto;
		padding: 0;
		margin: 15px 0 0;
	}
	.tc_bt {
		margin-top: 20px;
	}
	.tc_txa {
		width: auto;
	}
	.tc_btn {
		float: none;
		margin: 0 auto;
		padding: 20px 0 0;
	}
	.tc_f.f_l {
		float: none;
	}
	.tc_f {
		overflow: visible;
	}
	.tc_f em {
		font-size: 15px;
		width: 60px;
	}
	.tc_txt {
		float: none;
		clear: both;
	}
	.yzm .tc_txt {
		float: left;
	}
	.yzm_img {
		margin: 0;
		width: 60px;
	}
	.yzm_img img {
		width: 100%;
	}
	.optionsBox {
		top: 41px !important;
	}
	.cssSelect {
		position: relative;
	}
}