.body_bg{
    background: url("../img/bg.jpg")no-repeat;
	background-size: cover;
    width: 100%;
    height: 100%;
	overflow: hidden;

}
.body{
	width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
	display:flex;
	justify-content:center;
	align-items:center;

}
.content {
    width: 100%;
    height: 1000px;
    margin: 0 auto;

}
.login_center{
    background: url("../img/denglu_bg.png") no-repeat;
    width: 934px;
    height: 518px;
    margin: 0 auto;
	margin-bottom: 50px;
}
.login_top{
    width: 960px;
    margin: 0 auto;
    height: 180px;
    padding-top: 60px;
    text-align: center;
}
.login_top img{
    float: left;
    margin-left: 21px;
    margin-right: 10px;
}
.login_title{
    width: 365px;
    height: 32px;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 90px;
    float: left;
}

.login_right{
    width: 486px;
    height: 500px;
    float: right;
}
.login_title_user{
    width: 86px;
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #282828;
    line-height: 36px;
    margin: 0 auto;
    margin-top: 90px;
}

.login_user{
    width: 344px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #DCDFE6;
    border-radius: 8px;
    margin-top: 41px;
    padding-left: 20px;
}
.login_from{
    width: 364px;
    margin: 0 auto;
}

.login_forget{
    width: 60px;
    height: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A4A3AB;
    line-height: 36px;
    float: right;
    margin-top: 5px;
}
.login_do_login{
    clear: both;
    width: 364px;
    height: 50px;
    background: linear-gradient(90deg, #EE590D 0%, #E60012 100%);
    border-radius: 8px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    margin-top: 54px;
	cursor:pointer;
}
.login_reg{
    width: 364px;
    height: 36px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E60012;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
}

.login_bottom{
    margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCE2F7;
}
.login_bottom a { color: #fff;  }
/*.login_bottom2{
    width: 554px;
    height: 37px;
    margin: 0 auto;

    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCE2F7;
    line-height: 37px;
}
.width_1200{width: 1200px; text-align: center;}*/
/*reg*/
.login{
    width: 100%;
    height: 1080px;
    background: url("../img/bg.jpg") center no-repeat;

    padding-top: 333px;
}
.margin_right_45{ margin-right: 45px;}
.width100{width: 100%; padding-top: 0px;}
.reg_left{
    width: 50%;
    height: 1080px;
    text-align: center;
    float: left;

}
.reg_logo{
    margin-top: 330px;
    height: 50px;
}
.reg_left_title{
    width: 576px;
    margin: 0 auto;
    padding-top: 100px;
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;

    background: linear-gradient(-85deg, #63A3FF 0%, #B6DCFF 49.7314453125%, #72BEFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reg_right{
    width: 50%;
    height: 1080px;
    background: #fff;
    float: left;
	/*position: sticky; top: 0;*/
	/*z-index: 1;*/

}
.reg_left_100{
    padding-left: 100px;
	overflow: hidden;

}
.reg_re_login{
    width: 80px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2878FF;
    line-height: 40px;
    float: right;
    margin-right: 80px;
    margin-top: 20px;
}
.reg_re_login a{color: #2878FF;}
.reg_zhuce{
    height: 62px;
    clear: both;
    width: 372px;
    border-bottom: 2px solid #DCDFE6;
}
.reg_zhuce span{

	width: 227px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2F2E3F;
    line-height: 72px;
    margin-left: 14px;
}
.reg_qiye{
    padding-top: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.reg_tj{

    height: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2F2E3F;
    line-height: 40px;
    width: 188px;

    border-bottom: 2px solid #DCDFE6 ;
    float: left;
    text-align: center;
}
.reg_qiye2{

    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    float: left;
    line-height: 62px;

    border-bottom: 2px solid #2878FF;

}
.company_code{
    width: 359px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #E3E5E8;
    margin-top: 10px;
    padding-left: 17px;
}
.reg_input_code{
    background: none;
    border: none;
    line-height: 32px;
    height: 32px;
    float: left;
    width: 250px;
}
.reg_get_code{
    float: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2878FF;
    line-height: 36px;
    margin-right: 17px;
    background: none;
    border: none;
}

.edit_email_get_code{
    float: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2878FF;
    line-height: 36px;
    margin-right: 17px;
    background: none;
    border: none;
}

.company{
    clear: both;
    width: 268px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2F2E3F;
    line-height: 40px;
	margin-top: 10px;
}
.company span{
    color: #FD4242;
}

.reg_input{
    clear: both;
    width: 359px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #E3E5E8;
    padding-left: 17px;
}

/*推荐单位邀请码*/
.code_title{
    width: 600px;
    height: 19px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2878FF;
    line-height: 40px;
    margin-top: 40px;
    text-align: center;
}
.code_input{
    text-align: center;
    width: 600px;
}
.code_input_text{
    margin: 49px auto;
    width: 364px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #DCDFE6;
    border-radius: 8px;
}
.code_button{
    width: 600px;
    text-align: center;
}

.login_code_img{
    width: 90px;
    height: 90px;
    background: #2878FF;
    border-radius: 10px;
    float: left;
}
.login_code_msg{
    width: 118px;
    height: 43px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #60DDFF;
    line-height: 26px;
    float: left;
    padding-top: 23px;
}
