.wrap {
	/*position: absolute;
	height: 100%;*/
	background: none;
}

.container {
	width: 425px;
	margin: 0 auto;
}

.logo {
	/*width: 74px;
	height: 74px;*/
	display: block;
	margin: 0 auto;
	float: none;
	padding: 0;
}

.headTitle {
	font-family: MicrosoftYaHei;
	font-size: 24px;
	color: #2C3E4D;
	padding-top: 40px;
	text-align: center;
}

.navbar {
	padding-bottom: 40px;
	text-align: center;
	overflow: hidden;
}

.navbar a {
	float: left;
	width: 155px;
	margin-right: 2px;
	font-size: 20px;
	color: #939BA9;
	text-align: center;
	cursor: pointer;
}

.navbar a:hover {
	text-decoration: none;
	color: #1A92ED;
}

.navbar a.blueTxt {
	color: #1A92ED;
}

.formBox {
	width: 320px;
	overflow: hidden;
	margin-top: 35px;
	padding: 40px 50px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	position: relative;
}

.loginIcon {
	width: 20px;
	height: 20px;
	margin: 15px;
	float: left;
}
.icon_register_companyName{
	background: url(../images/register_company_name@2x.png);
}
.control_input {
	float: left;
	width: 240px;
	height: 50px;
	line-height: 50px;
	border: none;
}

.tip {
	font-size: 14px;
	color: #FF5858;
	padding: 10px 0 0 15px;
	display: none;
}

.btnBox {
	padding-top: 10px;
}

.checkBox {
	margin-top: 1px;
}

.checkBox label {
	cursor: pointer;
	position: absolute;
	width: 14px;
	height: 14px;
	top: 0;
	left: 0;
	background: url(../images/RememberLogin2.png) no-repeat 0 0;
}

.checkBox input[type=checkbox]:checked+label {
	background: url(../images/RememberLogin.png) no-repeat 0 0;
}

.goLink {
	display: block;
	color: #1A92ED;
	font-size: 15px;
	padding-top: 20px;
}

.goLink:hover {
	text-decoration: underline;
}

.loginBtn,
.registerBtn,
.find_confirmBtn {
	width: 320px;
	height: 50px;
}

.Eyes {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 20px;
	height: 20px;
	background: url(../images/Eyes.png);
	cursor: pointer;
}

.Eyes.active {
	background: url(../images/open.png) no-repeat center;
}

#autoLogin,
#agree {
	margin: 3px 8px 0 0;
	cursor: pointer;
}

.toRegister {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #1A92ED;
	display: block;
	padding-top: 20px;
}

.agreementContent {
	padding: 10px;
	line-height: 150%;
	font-size: 14px;
    text-align: justify;
}

.bgWrap {
	background: #eaf0f8;
	/*max-width: 2280px;*/
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: -1;
}

.bgWrap img {
	width: 100%;
	position: absolute;
}

.login-top-background {
	width: 100%;
	height: 517px;
	background: url(../images/HotAirBalloon.png) no-repeat center;
	background-size: contain;
	position: relative;
}

.login-cloud {
	width: 100%;
	background: url(../images/Cloud1.png) repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	z-index: -25;
	-webkit-animation: moon-anim 50s infinite linear;
	-moz-animation: moon-anim 50s infinite linear;
	-o-animation: moon-anim 50s infinite linear;
	animation: moon-anim 50s infinite linear;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes moon-anim {
	from {
		background-position: 0 2%;
	}
	to {
		background-position: 110% 2%;
	}
}

@-moz-keyframes moon-anim {
	from {
		background-position: 0 2%;
	}
	to {
		background-position: 110% 2%;
	}
}

@-o-keyframes moon-anim {
	from {
		background-position: 0 2%;
	}
	to {
		background-position: 110% 2%;
	}
}

@keyframes moon-anim {
	from {
		background-position: 0 2%;
	}
	to {
		background-position: 110% 2%;
	}
}

.login-bottom-background {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 198px;
	background: url(../images/BottomOcean.png) no-repeat center;
	background-size: cover;
	z-index: -10;
}

.loginCommon_opra {
	font-size: 14px;
	color: #2C3E4D;
}

.tickBox {
	overflow: hidden;
}

a.forgetPassword {
	    font-size: 14px;
    color: #2C3E4D;
    padding-top: 20px;
    display: block;
}


/*注册*/

#getCodeMsg {
	display: none;
	width: 300px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	right: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 91px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #FFFFFF;
}

#getCode {
	position: absolute;
	right: 10px;
	top: 15px;
	cursor: pointer;
}

.VerificationCode {
	background: url(../images/VerificationCode.png);
}


/*企业注册填写表单*/

.redTxt {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FF5858;
	text-align: center;
}


#enterpriseInfo_detail{
	background: #fff;
	padding: 30px 50px 40px;
	width: 528px;
	height: 434px;
}
.select2-selection__placeholder{
	color: #999;
}
#enterpriseInfo .redTxt {
	padding-bottom: 30px;
}
#enterpriseInfo .cg_label{
	width: 80px;
}

.infoRow {
	overflow: hidden;
}

.infoRow1_l {
	float: left;
}

.infoRow1_r {
	float: right;
}

.infoRow1_cg {
	padding-bottom: 10px;
}

#enterpriseInfo .control_input {
	padding: 0 15px;
}

#enterpriseInfo .controls {
	float: left;
}

.infoRow1 .control_input {
	width: 276px;
	padding-left: 15px;
	height: 50px;
}

.infoConfirmBtn {
	display: block;
	width: 370px;
	height: 50px;
	margin-left: 80px;
}

.infoRow2_cg1 {
	float: left;
}

.infoRow2_cg2 {
	float: right;
}

.infoRow2 .control_input {
	width: 140px;
}

.infoRow3_r {
	float: left;
}
.companySize_select{
	width: 170px;
}
.province_select,.area_select,.city_select{
	width: 138px;
}
#enterpriseInfo .select2-selection__rendered {
	color: #000000;
}

#enterpriseInfo .select2-container .select2-selection--single .select2-selection__rendered{
 	padding: 0;
 }

#enterpriseInfo .adr_line1 .controls{
 	margin-right: 15px;
 }
#enterpriseInfo .adr_line1 .controls:last-child{
	margin-right: 0;
}
.uploadLogo_box {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	/*background: url(../images/UploadTheLOGO.png);*/
}
.uploadLogo_box img{
	display: block;
	width: 70px;
	height: 70px;
}

/*图片裁剪*/
#headPicBox{
	    display: none;
    background: #fff;
    width: 420px;
    height: 420px;
    padding: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.50);
}
#clipArea {
	height: 350px;
}
#view {
	margin: 0 auto;
	width: 70px;
	height: 70px;
	background-color: #666;
}
.chooseBtnBox{
	padding-top: 15px;
	text-align: center;
}
.chooseBtnBox button{
	display: inline-block;
}
.chooseHeadPic{
	position: relative;
	margin-right: 15px;
}
.chooseHeadPic .upFile{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	opacity: 0;
}

/*行业选择*/

#industryField {
	display: none;
	background: #fff;
	width: 540px;
	height: 470px;
	padding: 0 30px 40px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.industryHead .close_btn {
	background: #C6CCD6;
	color: #fff;
	position: absolute;
	top: 18px;
	right: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
}

.industryHead .close_btn:hover {
	text-decoration: none;
}

.industryBox {
	height: 330px;
	padding: 10px 0;
	overflow-y: auto;
}


/*滚动条自定义样式*/

.industryBox::-webkit-scrollbar {
	width: 8px;
	position: absolute;
	z-index: 999;
}

.industryBox::-webkit-scrollbar-thumb {
	background: #1A92ED;
	border-radius: 4px;
}

.industryBox::-webkit-scrollbar-thumb:hover {
	background-color: #5CABEC;
}

.industryBox::-webkit-scrollbar-thumb:active {
	background-color: royalblue;
}

.industryCell {
	padding-bottom: 20px;
}

.ic_head {
	font-family: MicrosoftYaHei-Bold;
	font-size: 15px;
	color: #2C3E4D;
	padding-bottom: 20px;
	font-weight: bold;
}

.ic_list {
	overflow: hidden;
}

.ic_list_item {
	float: left;
	padding-right: 20px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #2C3E4D;
	padding-bottom: 5px;
}

.ic_list_item input {
	margin-left: 2px;
	cursor: pointer;
}

#industryConfirmBtn {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}

.adr_line1 {
	overflow: hidden;
	margin-bottom: 20px;
}

.adr_line2 {
	overflow: hidden;
}

.adr_line1 .controls {
	margin-right: 5px;
}

#enterpriseInfo .adr_line1 .control_input {
	width: 111px;
}

#enterpriseInfo .adr_line2 .control_input {
	width: 418px;
}

.choose_industryField {
	cursor: pointer;
	width: 140px;
}

.upFile {
	position: absolute;
	width: 70px;
	height: 70px;
	cursor: pointer;
	opacity: 0;
}

.border_red {
	border: 1px solid #FF5858;
}


/*企业注册页面单选框*/

input[type=radio] {
	visibility: hidden;
}

.ic_list_item .checkBox {
	position: relative;
	float: left;
	margin-right: 8px;
}

.ic_list_item .checkBox label {
	cursor: pointer;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	background: url(../images/choose_no.png) no-repeat 0 0;
}

.ic_list_item .checkBox input[type=radio]:checked+label {
	background: url(../images/choose_yes.png) no-repeat 0 0;
}

.grayTxt {
	font-size: 14px;
	padding-top: 5px;
}