.content {
    width: 100%;
	height: 430px;
    /* background: url('../images/login_bg.png') no-repeat center; */
    background-size: cover; 
}

.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
	box-shadow: 0.7px 0.7px 14.6px 1.4px 
        rgba(0, 0, 0, 0.18);
}

.login-modal {
    width: 400px;
    height: 380px;
    padding: 12px 30px 32px;
    margin-top: -200px;
    margin-left: -230px;
   /*  height: 428px;
    padding: 42px 30px; 
    margin-top: -256px;
    margin-left: -230px;*/
}

.login-modal-tab {
    padding: 0 12px;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
    font-size: 22px;
    color: #999999;
    line-height: 60px;
}

.login-modal-tab >span {
    float: left;
    margin-left: 20px;
}

.login-modal-tab>span:last-child {
    float: right;
    margin-right: 20px;
}

.login-modal-tab>span {
    cursor: pointer;
}

.login-modal-tab>span.active {
    color: #6da934;
    border-bottom: 2px solid #6da934;
}

.modal-title {
    font-size: 28px;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
}

.input-container {
    width: 100%;
    height: 48px;
    padding: 12px 0;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
}

.input-container>i.iconfont {
    margin-top: 10px;
    font-size: 28px;
    line-height: 28px;
    margin-right: 12px;
    color: #999;
}

.input-container>input {
    margin-top: 10px;
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    color: #666;
    width: calc(100% - 64px);
    padding: 0 12px;
    border: 0;
    outline: none;
}

.input-container>img {
    width: 116px;
    height: 48px;
    cursor: pointer;
}

.vertification-btn {
    width: 116px;
    height: 48px;
    cursor: pointer;
    background-color: #edecec;
    border: 0;
    outline: none;
    font-size: 16px;
    color: #5d9528;
    text-align: center;
    line-height: 48px;
}

.input-container>input.vert {
    width: calc(100% - 180px);
}
.input-container>input.vertReg {
    width: calc(100% - 135px);
}
.login-btn {
    width: 100%;
    height: 50px;
    background-color: #6da934;
    border-radius: 3px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    letter-spacing: 3px;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 32px;
    margin-bottom: 24px;
}
.login-back {
	display: block;
    width: 185px;
	height: 36px;
	background-color: #fff;
    border-radius: 2px;
    font-size: 16px;
    color: #6da934;
    line-height: 36px;
    text-align: center;
    border: solid 1px #6da934;
    outline: none;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 14px;
}

.opera-container{
    text-align: center;
}

.opera-container>a{
    font-size: 16px;
    color: #666666;
    line-height: 1;
    text-decoration: none;

}

.opera-container>a:hover {
    color: #6da934;
}

.register-link{
    font-size: 14px;
    color: #666666;
}

.register-link>a{ 
    color: #5d9528;
    text-decoration: none;
}

.recruit-introduce-modal {
    width: 600px;
    height: 620px;
    /* padding: 42px 30px; */
    margin-top: -310px;
    margin-left: -300px;
    z-index: 1;
}

.recruit-introduce-modal-title {
    font-size: 22px;
    color: #333;
    line-height: 60px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
}

.recruit-introduce-modal-content {
    height: calc(100% - 100px);
    padding: 20px 56px;
    overflow: auto;
}

.recruit-introduce-modal-introduce {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    white-space: pre-wrap;
}

.recruit-introduce-modal-btn {
    display: block;
    width: 120px;
	height: 36px;
	background-color: #6da934;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    border:0;
    outline: none;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 14px;
}

/********注册**********/
.register-modal {
    width: 412px;
    height: 468px;
    padding: 12px 30px 32px;
    margin-top: -270px;
    margin-left: -230px;
}

.register-modal .modal-title  {
    margin-bottom: 24px;
}

.register-input-item>p {
    width: 80px;
    margin-top: 22px;
    margin-right: 12px;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    text-align: right;
}

.register-input-item .input-container {
    width: calc(100% - 92px);
}

.register-success-modal {
    width: 396px;
    height: 348px;
    padding: 32px;
    margin-top: -206px;
    margin-left: -230px;
}

.register-success-modal>p {
    text-align: center;
    line-height: 1;
}

.icon {
    margin-top: 64px;
    margin-bottom: 48px;
}

.icon>.iconfont {
    font-size: 96px;
    color: #83c545; 
}
.icon>.iconfail {
    font-size: 96px;
    color: #d81e06; 
}
.register-success-title {
    font-size: 28px;
    color: #666666;
    margin-bottom: 32px;
}

.register-success-text {
    font-size: 14px;
    color: #666666;
}

.register-success-text >a {
    color: #6da934;
    text-decoration: none;
}

/***找回密码***/
.find-password-modal {
    width: 396px;
    height: 348px;
    padding: 32px;
    margin-top: -206px;
    margin-left: -230px;
}

.find-password-opera {
    padding: 0 24px;
    margin-top: 32px;
}

.find-password-opera>input {
    width: 150px;
    height: 50px;
    border-radius: 2px;
    padding: 0;
    outline: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
}

.find-password-opera>.fl {
    background-color: #6da934;
    color: #ffffff;
    border: 0;
}

.find-password-opera>.fr {
    width: 148px;
    height: 48px;
    border: solid 1px #6da934;
    color: #6da934;
    background-color: #fff;
    line-height: 48px;
}

.find-password-success-modal {
    width: 396px;
    height: 348px;
    padding: 32px;
    margin-top: -206px;
    margin-left: -230px;
}


.find-password-success-modal >p {
    margin-top: 24px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.find-password-success-modal>.find-password-text {
    margin-top: 60px;
}


.find-password-success-modal >p>a {
    color: #666;
    text-decoration: none;
}

.back-to-login {
    margin-top: 60px;
    text-align: center;
}

.back-to-login > a {
    padding: 12px 42px;
    border-radius: 6px;
	border: solid 1px #6da934;
    font-size: 18px;
    color: #6da934;
    text-decoration: none;
}
.errorText {
	color:#e6694c;
	font-size:14px;
	margin-top: 12px;
    margin-bottom: -12px;
    max-height:30px;
    width:300px;
}