/*!pc/modules/country-code/main.less*/
@charset "UTF-8"; 

.area_code_list+input {
	padding-left: 72px
}

.area_code {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	float: left;
	width: 50px;
	height: 44px;
	padding-right: 22px;
	line-height: 44px;
	cursor: default
}

.area_code:after {
	position: absolute;
	right: 8px;
	top: 19px;
	display: block;
	content: '';
	width: 10px;
	height: 5px;
	background:
		url(/static/common/widgets/country-code/code86.png)
		no-repeat
}

.area_code.active:after {
	transform: scale(-1)
}

.area_code_list {
	position: absolute;
	left: 0;
	top: 46px;
	z-index: 10;
	display: none;
	width: 200px;
	max-height: 288px;
	border: 1px solid #eee;
	overflow-y: scroll;
	background-color: #fff
}

.area_code_list dl {
	line-height: 36px;
	cursor: default
}

.area_code_list dt {
	padding: 0 12px;
	color: #999;
	background-color: #FBFBFB
}

.area_code_list dd {
	padding: 0 12px;
	color: #555
}

.area_code_list dd:hover {
	background-color: #F4F4F4;
	color: #00b38a
}

.area_code_list dd span {
	float: right
}

.area_code_list .tips {
	color: #B5B5B5;
	padding: 40px 12px
}
/*!common/static/css/module/btn.less*/
.btn {
	font-size: 16px;
	line-height: 44px;
	display: inline-block;
	height: 44px;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	*border: 1px solid transparent;
	outline: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: .05s linear;
	-o-transition: .05s linear;
	transition: .05s linear
}

.btn:hover, .btn.btn_active {
	text-decoration: none;
	color: #00b38a;
	background-color: #fff
}

.btn.btn_link {
	color: #fff;
	border-color: transparent;
	background-color: transparent
}

.btn.btn_outline {
	color: #fff;
	background-color: transparent
}

.btn_sm {
	font-size: 14px;
	line-height: 36px;
	height: 36px
}

.btn_lg {
	font-size: 18px;
	line-height: 46px;
	height: 46px
}

.btn_block {
	display: block;
	width: 100%
}

.btn+.btn {
	margin-top: 23px
}

.btn_green {
	color: #00b38a;
	border-color: #00b38a;
	background-color: #fff
}

.btn_green:hover, .btn_green.btn_active {
	color: #fff;
	border-color: #00b38a;
	background-color: #00b38a
}

.btn_green.btn_link {
	color: #00b38a;
	border-color: transparent;
	background-color: transparent
}

.btn_green.btn_outline {
	color: #00b38a;
	background-color: transparent
}

.btn_red {
	color: #fd5f39;
	border-color: #fd5f39;
	background-color: #fff
}

.btn_red:hover, .btn_red.btn_active {
	color: #fff;
	background-color: #fd5f39
}

.btn_red.btn_link {
	color: #fd5f39;
	border-color: transparent;
	background-color: transparent
}

.btn_red.btn_outline {
	color: #fd5f39;
	background-color: transparent
}

.btn_icon {
	padding-left: 35px;
	padding-right: 20px;
	color: #00b38a;
	border-color: #00b38a;
	background-color: #fff;
	overflow: hidden;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

.btn_icon .icon {
	display: inline-block;
	height: 19px;
	width: 21px;
	vertical-align: middle;
	background-image: url(../img/icon-download.png);
	background-position: -21px top;
	background-repeat: no-repeat;
	padding-right: 5px
}

.btn_icon:hover {
	color: #fff;
	border-color: #00b38a;
	background-color: #00b38a
}

.btn_icon:hover .icon {
	background-position: 0 0
}

.btn.btn_disabled {
	color: #fff;
	border-color: #b2b2b2;
	background-color: #b2b2b2
}

.btn.btn_disabled:hover {
	cursor: default;
	color: #fff;
	border-color: #b2b2b2;
	background-color: #b2b2b2
}

.btn.btn_disabled.btn_outline {
	color: #b2b2b2;
	background-color: transparent
}
/*!common/static/css/module/input.less*/
.input_item {
	position: relative;
	z-index: 1;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.input_tips {
	position: relative;
	z-index: 2;
	display: block;
	margin-top: 5px;
	line-height: 18px;
	font-size: 12px;
	padding-left: 20px;
	color: #fd5f39;
	background:
		url(/static/common/static/img/info.png)
		left center no-repeat;
	background-size: 14px
}

.input, .dropbtn {
	font-size: 14px;
	position: relative;
	z-index: 1;
	height: 44px;
	line-height: 1;
	line-height: 44px\9;
	vertical-align: middle;
	color: #333;
	border-width: 1px;
	border-style: solid;
	outline: 0
}

.input::-moz-placeholder, .dropbtn::-moz-placeholder {
	color: #b5b5b5;
	opacity: 1
}

.input:-ms-input-placeholder, .dropbtn:-ms-input-placeholder {
	color: #b5b5b5
}

.input::-webkit-input-placeholder, .dropbtn::-webkit-input-placeholder {
	color: #b5b5b5
}

.input_gray, .dropbtn_gray {
	border-color: #f3f3f3;
	background-color: #f3f3f3
}

.input_white, .dropbtn_white {
	border-color: #f8f8f8;
	background-color: #f8f8f8
}

.input:focus, .dropbtn:focus {
	border-color: #00b38a
}

.input_warning, .dropbtn_warning {
	border-color: #ff4351
}

.input_group:after {
	clear: both;
	_overflow: hidden
}

.input_group input {
	float: left
}

.input_group>input:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input_group>input:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

*+.input_item {
	margin-top: 23px
}
/*!pc/page/login/main.less*/
body {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Sans GB", "Microsoft Yahei", SimSun, Arial,
		"Helvetica Neue", Helvetica;
	color: #333;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	main, menu, nav, section, summary {
	display: block
}

progress {
	display: inline-block;
	vertical-align: baseline
}

a {
	background-color: transparent;
	outline: 0;
	text-decoration: none
}

a:hover {
	color: #00b38a;
	text-decoration: underline
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-weight: 400
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 20px
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 12px
}

p {
	margin: 0
}

p+p {
	margin-top: 10px
}

img {
	border: 0;
	vertical-align: top;
	display: inline-block
}

button, input, optgroup, select, textarea {
	margin: 0;
	padding: 0;
	border: 1px solid #ededed;
	font-family: inherit
}

input {
	font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", SimSun
}

label, select, button, input[type=button], input[type=reset], input[type=submit],
	input[type=radio], input[type=checkbox] {
	cursor: pointer
}

input[type=checkbox], input[type=radio] {
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th, td {
	padding: 0
}

em, strong {
	font-weight: 400
}

i {
	font-style: normal
}

dl, dt, dd {
	margin: 0
}

::selection {
	color: #fff;
	background-color: #00b38a
}

::-moz-focus-inner {
	border: 0
}

ul {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix {
	zoom: 1
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

html {
	font-size: 14px
}

body {
	min-width: 1024px;
	min-height: 100%;
	background-color: #f8f9fc
}

.sso_header {
	position: relative;
	width: 100%;
	height: 360px;
	background-color: #00b38a
}

.sso_header .logo {
	position: absolute;
	z-index: 9999;
	top: 76px;
	left: 50%;
	margin-left: -350px;
	width: 358px;
	height: 63px;
	background:
		url(/static/common/widgets/passort/img/logo.png)
		no-repeat;
	background-size: contain
}

.vender_login {
	margin-top: 12px;
	text-align: center
}

.vender_login li {
	display: inline-block;
	float: left;
	margin-left: 22px
}

.vender_login li:first-child {
	margin: 0
}

.vender_login li .vender_icon {
	display: inline-block;
	width: 20px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat
}

.vender_login li .icon_sina {
	background-image:
		url(/static/pc/modules/common/img/icon-sina.png)
}

.vender_login li .icon_sina:hover {
	background-image:
		url(/static/pc/modules/common/img/icon-sina-hover.png)
}

.vender_login li .icon_tencent {
	background-image:
		url(/static/common/widgets/passort/img/icon-tencent.png)
}

.vender_login li .icon_tencent:hover {
	background-image:
		url(/static/common/widgets/passort/img/icon-tencent-hover.png)
}

.vender_login li .icon_wechat {
	background-image:
		url(/static/common/widgets/passort/img/icon-wechat.png)
}

.vender_login li .icon_wechat:hover {
	background-image:
		url(/static/common/widgets/passort/img/icon-wechat-hover.png)
}

.vender_login li .icon_baidu {
	background-image:
		url(/static/common/widgets/passort/img/icon-baidu.png)
}

.vender_login li .icon_baidu:hover {
	background-image:
		url(/static/common/widgets/passort/img/icon-baidu-hover.png)
}

.slogan {
	margin-top: 50px;
	text-align: center;
	color: #d1d1d1
}

.content_box {
	position: relative;
	z-index: 1
}

@media only screen and (-o-min-device-pixel-ratio:2/1) , only screen and
		(min--moz-device-pixel-ratio:2) , only screen and
		(-webkit-min-device-pixel-ratio:2) , only screen and
		(min-resolution:240dpi) , only screen and (min-resolution:2dppx) {
	.sso_header .logo {
		background-image:
			url(/static/common/widgets/passort/img/logo@2x.png)
	}
	.vender_login li .icon_sina {
		background-image:
			url(/static/common/widgets/passort/img/icon-sina@2x.png)
	}
	.vender_login li .icon_sina:hover {
		background-image:
			url(/static/common/widgets/passort/img/icon-sina-hover@2x.png)
	}
	.vender_login li .icon_tencent {
		background-image:
			url(/static/common/widgets/passort/img/icon-tencent@2x.png)
	}
	.vender_login li .icon_tencent:hover {
		background-image:
			url(/static/common/widgets/passort/img/icon-tencent-hover@2x.png)
	}
	.vender_login li .icon_wechat {
		background-image:
			url(/static/common/widgets/passort/img/icon-wechat@2x.png)
	}
	.vender_login li .icon_wechat:hover {
		background-image:
			url(/static/common/widgets/passort/img/icon-wechat-hover@2x.png)
	}
	.vender_login li .icon_baidu {
		background-image:
			url(/static/common/widgets/passort/img/icon-baidu@2x.png)
	}
	.vender_login li .icon_baidu:hover {
		background-image:
			url(/static/common/widgets/passort/img/icon-baidu-hover@2x.png)
	}
}

/* .sso_header a.logo_birth_3rd {
	background-image:
		url(//img.lagou.com/passport/static/pc/modules/common/img/logo-birth-3rd_e1e307c.png)
}
 */
@media only screen and (-o-min-device-pixel-ratio:2/1) , only screen and
		(min--moz-device-pixel-ratio:2) , only screen and
		(-webkit-min-device-pixel-ratio:2) , only screen and
		(min-resolution:240dpi) , only screen and (min-resolution:2dppx) {
	/* .sso_header a.logo_birth_3rd {
		background-image:
			url(//img.lagou.com/passport/static/pc/modules/common/img/logo-birth-3rd@2x_562ecbb.png);
		background-size: 128px 54px
	} */
}

.form_head {
	position: relative;
	z-index: 1;
	height: 33px;
	margin-bottom: 29px;
	border-bottom: 1px solid #ebebeb
}

.form_head li {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	float: left;
	width: 50%;
	height: 33px;
	cursor: pointer;
	text-align: center;
	color: #333
}

.form_head li.active {
	color: #00b38a
}

.input_tips a {
	color: #00b38a;
	text-decoration: none
}

.input_item:first-child {
	z-index: 2
}

.content_box {
	width: 552px;
	margin: -205px auto 60px;
	padding: 62px 70px 68px 78px;
	background-color: #fff;
	display: table;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #dce1e6
}

.content_box .tab_active {
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 1;
	background-color: #00b38a;
	width: 150px;
	height: 1px
}

.content_box .tab_active:before, .content_box .tab_active:after {
	position: absolute;
	z-index: 2;
	top: -12px;
	left: 50%;
	margin-left: -3px;
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	border: 6px solid transparent;
	border-bottom-color: #007b5f
}

.content_box .tab_active:after {
	z-index: 3;
	top: -11px;
	width: 0;
	height: 0;
	line-height: 0;
	border: 6px solid transparent;
	border-bottom-color: #fff
}

.content_box .input_group>input.first_child {
	padding-right: 80px
}

.content_box .input_group>input.last_child {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	height: 43px;
	font-size: 14px;
	padding: 0;
	border: 0
}

.content_box .input_group>input.last_child.btn_disabled {
	background-color: #fff;
	color: #777;
	border: 0
}

.content_box .verify_tips {
	margin-top: 12px;
	color: #777
}

.content_box .verify_tips .auto_phone {
	outline: 0;
	text-decoration: none;
	color: #00b389;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	font-size: 14px
}

.content_box .verify_tips .verify_tips_main, .content_box .verify_tips .verify_tips_count_down
	{
	display: none
}

.content_box .left_area {
	width: 290px
}

.content_box .form_body:last-child {
	display: none
}

.content_box .input_item {
	position: relative
}

.content_box .input_item+.input_item {
	margin-top: 20px
}

.content_box .input_item.btn_group {
	margin-top: 24px
}

.content_box .input_white, .content_box .dropbtn_white {
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-color: #ededed;
	background: 0 0
}

.content_box .input {
	box-sizing: border-box;
	width: 290px;
	border-radius: 0
}

.content_box .input.verify_code_input {
	padding-right: 140px
}

.content_box .forgot_pwd {
	position: relative;
	float: right;
	font-size: 14px;
	display: block;
	text-align: right;
	text-decoration: none;
	color: #00b38a;
	margin-top: -5px;
	z-index: 3
}

.content_box .reg_now {
	text-align: center;
	margin-top: 0;
	color: #777
}

.content_box .reg_now a {
	font-size: 16px;
	display: inline-block;
	text-decoration: underline;
	color: #00b38a;
	padding-right: 23px;
	background:
		url(/static/common/widgets/passort/img/icon-arrow-right.png)
		right center no-repeat
}

.content_box .divider {
	position: relative;
	border-left: 1px dashed #ededed;
	height: 274px;
	color: #d8d8d8;
	margin: 0 52px
}

.content_box .divider:after {
	position: absolute;
	content: 'or';
	left: 50%;
	top: 50%;
	padding: 2px;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.content_box .divider.code_divider {
	height: 305px
}

.content_box [data-propertyname=request_form_verifyCode] input[type=text]
	{
	padding-right: 130px
}

.content_box .yzm {
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 1;
	width: 98px;
	line-height: 38px;
	color: #777
}

.content_box .reflash {
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 2;
	height: 40px;
	width: 98px
}

.content_box .right_area {
	width: 150px;
	padding-top: 26px;
	color: #777
}

.content_box .right_area h5 {
	margin: 44px 0 8px;
	color: #555
}

.content_box .right_area .register_now {
	display: inline-block;
	height: 22px;
	font-size: 16px;
	color: #00b38a;
	padding-right: 23px;
	background:
		url(/static/common/widgets/passort/img/icon-arrow-right.png)
		right center no-repeat
}

[data-controltype=VerifyCode] input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

@media only screen and (-o-min-device-pixel-ratio:2/1) , only screen and
		(min--moz-device-pixel-ratio:2) , only screen and
		(-webkit-min-device-pixel-ratio:2) , only screen and
		(min-resolution:240dpi) , only screen and (min-resolution:2dppx) {
	.content_box .reg_now a {
		background-image:
			url(/static/common/widgets/passort/img/icon-arrow-right@2x.png);
		background-size: 18px 17px
	}
}