.window{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0, 0, 0, 0.4);
	width: 100%;
	height:  100%;
	border-radius: 5px;
}
.off{
/*	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height:  100%;
	display: none;*/
	width: 10%;
    height: 80px;
    line-height: 80px;
    margin-left: 10px;
    color: blue;
    display: none;
}
.window_tip{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0, 0, 0, 0.4);
	width: 100%;
	height:  100%;
	border-radius: 5px;
}
.login_window{
	width: 460px;
	height: 483px;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-top: 60px;
}
.window_head{
	width: 460px;
	height: 50px;
	background-color: #2677E3;
}
.window_title{
	width: 420px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.login_tab{
	width: 80%;
	height: 35px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.name_login{
	cursor: pointer;
	width: 145px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border-bottom: 3px solid #4A8EE8;
	font-size: 20px;
	color: #2677E3;
}
.phone_login{
	cursor: pointer;
	width: 145px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border-bottom: 3px solid #4A8EE8;
	font-size: 20px;
	color: #2677E3;
}
.name_put{
	width: 380px;
	height: 40px;
	margin: 0 auto;
	margin-top: 30px;
	border: 1px solid #999999;
	display: flex;
	justify-content: space-between;
}
.pass_put{
	width: 380px;
	height: 40px;
	margin: 0 auto;
	margin-top: 23px;
	border: 1px solid #999999;
	display: flex;
	justify-content: space-between;
}
.code_put{
	width: 380px;
	height: 40px;
	margin: 0 auto;
	margin-top: 23px;
	/* border: 1px solid #999999; */
	display: flex;
	justify-content: space-between;
}
.forget_pass{
	width: 380px;
	height: 21px;
	margin: 0 auto;
	text-align: right;
	color: #2677E3;
	line-height: 21px;
	margin-top: 45px;
	font-size: 15px;
}
.login_button{
	width: 380px;
	height: 44px;
	margin: 0 auto;
	margin-top: 15px;
}
.login{
	width: 380px;
	height: 44px;
	color: #FFFFFF;
	background-color: #2677E3;
	border-radius: 5px;
	font-size: 18px;
}
.login2{
	width: 380px;
	height: 44px;
	color: #FFFFFF;
	background-color: #2677E3;
	border-radius: 5px;
	font-size: 18px;
}
.phone-login{
	width: 380px;
	height: 44px;
	color: #FFFFFF;
	background-color: #2677E3;
	border-radius: 5px;
	font-size: 18px;
}
.phone-login2{
	width: 380px;
	height: 44px;
	color: #FFFFFF;
	background-color: #2677E3;
	border-radius: 5px;
	font-size: 18px;
}
.other_login{
	width: 380px;
	height: 24px;
	margin: 0 auto;
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}
.login_wx{
	line-height: 24px;
	display: flex;
}
.register{
	width: 85px;
	text-align: center;
	line-height: 24px;
	font-size: 15px;
	color: #2677E3;
	cursor: pointer;
}
.phone_window{
	width: 460px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
.code{
	width: 170px;
	height: 35px;
	font-size: 15px;
	color: #999999;
	border-style: none;
	line-height: 37px;
	outline: none;
	margin-top: 2px;
}
.code2{
	width: 170px;
	height: 35px;
	font-size: 15px;
	color: #999999;
	border-style: none;
	line-height: 37px;
	outline: none;
	margin-top: 2px;
}
.code_button{
	width: 130px;
	height: 40px;
}
.get_code{
	width: 130px;
	height: 40px;
	outline: none;
	background-color: #2677E3;
	color: #FFFFFF;
	font-size: 15px;
}
.get_code2{
	width: 130px;
	height: 40px;
	outline: none;
	background-color: #2677E3;
	color: #FFFFFF;
	font-size: 15px;
}
.phone_num{
	width: 330px;
	height: 35px;
	font-size: 15px;
	color: #999999;
	border-style: none;
	line-height: 37px;
	outline: none;
	margin-top: 2px;
}
.phone_num2{
	width: 330px;
	height: 35px;
	font-size: 15px;
	color: #999999;
	border-style: none;
	line-height: 37px;
	outline: none;
	margin-top: 2px;
}
.window_wx{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0, 0, 0, 0.4);
	width: 100%;
	height:  100%;
	border-radius: 5px;
	display: none;
}
/* 滑块css */
.slidercaptcha {
	margin: 0 auto;
	width: 314px;
	height: 286px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
	margin-top: 40px;
}
.slidercaptcha .card-body {
	padding: 1rem;
}
.slidercaptcha canvas:first-child {
	border-radius: 4px;
	border: 1px solid #e6e8eb;
}
.slidercaptcha.card .card-header {
	background-image: none;
	background-color: rgba(0, 0, 0, 0.03);
}
.refreshIcon {
	top: -54px;
}
.window_register{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0, 0, 0, 0.4);
	width: 100%;
	height:  100%;
	border-radius: 5px;
	overflow-y: scroll;
}
.window_register::-webkit-scrollbar{
	display: none;
}
.register_window{
	width: 600px;
	height: 835px;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-top: 45px;
}
.window_register_head{
	width: 600px;
	height: 50px;
	background-color: #2677E3;
}
.window_register_title{
	width: 560px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.type{
	width: 450px;
	height: 40px;
	margin-top: 30px;
	margin-left: 30px;
	display: flex;
	justify-content: space-between;
}
#sel{
	width: 292px;
	height: 100%;
}
.username_reg{
	width: 450px;
	height: 40px;
	margin-top: 18px;
	margin-left: 30px;
	display: flex;
	justify-content: space-between;
}
.name_reg{
	width: 450px;
	height: 40px;
	margin-top: 18px;
	margin-left: 30px;
	display: flex;
	justify-content: space-between;
}
.phone_reg{
	width: 450px;
	height: 40px;
	margin-top: 18px;
	margin-left: 30px;
	display: flex;
	justify-content: space-between;
}
.code_reg{
	width: 462px;
	height: 40px;
	margin-top: 18px;
	margin-left: 30px;
	display: flex;
	justify-content: space-between;
}
.email_reg{
	width: 450px;
	height: 40px;
	margin-top: 18px;
	margin-left: 30px;
	display: flex;
	justify-content: space-between;
}
.pass_reg{
	width: 450px;
	height: 40px;
	margin-top: 18px;
	margin-left: 30px;
	display: flex;
	justify-content: space-between;
}
.conpass_reg{
	width: 450px;
	height: 40px;
	margin-top: 18px;
	margin-left: 30px;
	display: flex;
	justify-content: space-between;
}
.inv_reg{
	width: 450px;
	height: 40px;
	margin-top: 18px;
	margin-left: 30px;
	display: flex;
	justify-content: space-between;
}
.job_reg{
	width: 450px;
	height: 40px;
	margin-top: 18px;
	margin-left: 30px;
	display: flex;
	justify-content: space-between;
}
.company_reg{
	width: 450px;
	height: 100px;
	margin-top: 18px;
	margin-left: 30px;
	display: flex;
	justify-content: space-between;
}
.reg_button{
	width: 100%;
	height: 100%;
	background: #2677E3;
	border-radius: 5px;
	outline: none;
	font-size: 18px;
	color: #FFFFFF;
}
.tip{
	width: 220px;
	color: #333333;
	line-height: 17px;
	font-size: 12px;
	margin-top: 5px;
}
.re_title{
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	text-align: right;
}
.button_space{
	width: 292px;
	height: 44px;
	margin-left: 199px;
	margin-top: 10px;
}
.company_tip{
	width: 200px;
	height: 17px;
	margin-left: 199px;
	margin-top: 10px;
	line-height: 17px;
	display: none;
}
.get_phone_code{
	width: 100%;
	height: 100%;
	background-color: #2677E3;
	font-size: 12px;
	color: #FFFFFF;
	outline: none;
}
.to_login{
	width: 292px;
	height: 44px;
	margin-left: 199px;
	margin-top: 12px;
	font-size: 15px;
	color: #666666;
	cursor: pointer;
}
.window_register_title_font{
	width: 100px;
	height: 25px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	margin-top: 12px;
	letter-spacing: -0.74px;
}
.close2{
	width: 25px;
	height: 25px;
	margin-top: 12px;
	cursor: pointer;
}
.close{
	width: 25px;
	height: 25px;
	margin-top: 12px;
	cursor: pointer;
}
.mclose{
	width: 25px;
	height: 25px;
	margin-top: 12px;
	cursor: pointer;
}
.tip_input{
	width: 280px;
	height: 37px;
	padding-left: 8px;
}
.window_title_font{
	width: 100px;
	height: 25px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	margin-top: 12px;
	letter-spacing: -0.74px;
}
.name_input{
	width: 330px;
	height: 35px;
	font-size: 15px;
	color: #999999;
	border-style: none;
	line-height: 37px;
	outline: none;
	margin-top: 2px;
}
.pass_input{
	width: 330px;
	height: 35px;
	font-size: 15px;
	color: #999999;
	border-style: none;
	line-height: 37px;
	outline: none;
	margin-top: 2px;
}
.name_input2{
	width: 330px;
	height: 35px;
	font-size: 15px;
	color: #999999;
	border-style: none;
	line-height: 37px;
	outline: none;
	margin-top: 2px;
}
.pass_input2{
	width: 330px;
	height: 35px;
	font-size: 15px;
	color: #999999;
	border-style: none;
	line-height: 37px;
	outline: none;
	margin-top: 2px;
}
.pass_img{
	width: 26px;
	height: 26px;
	margin-top: 7px;
	margin-left: 7px;
}
.name_img{
	width: 26px;
	height: 26px;
	margin-top: 7px;
	margin-left: 7px;
}
.phone_img{
	width: 26px;
	height: 26px;
	margin-top: 7px;
	margin-left: 7px;
}
.code_img{
	width: 26px;
	height: 26px;
	margin-top: 7px;
	margin-left: 7px;
}
.code_put_head{
	width: 230px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	border: 1px solid #999999;
}
.window_forget{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0, 0, 0, 0.4);
	width: 100%;
	height:  100%;
	border-radius: 5px;
	display: none;
}
.window_forget_space{
	width: 760px;
	height: 535px;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-top: 60px;
}
.window_forget_title{
	width: 760px;
	height: 50px;
	background-color: #2677E3;
}
.window_forget_head{
	width: 720px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.window_forget_body{
	width: 760px;
	height: 485px;
}
.forget_static{
	width: 600px;
	height: 20px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.step_1{
	width: 85px;
	height: 20px;
	display: flex;
	line-height: 20px;
	color: #2677E3;
	font-size: 15px;
	letter-spacing: -0.61px;
}
.step_2{
	width: 85px;
	height: 20px;
	display: flex;
	line-height: 20px;
	color: #999999;
	font-size: 15px;
	letter-spacing: -0.61px;
}
.step_3{
	width: 85px;
	height: 20px;
	display: flex;
	line-height: 20px;
	color: #999999;
	font-size: 15px;
	letter-spacing: -0.61px;
}
.line_1{
	width: 145px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.step1{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	letter-spacing: -0.61px;
	background-color: #2677E3;
	margin-right: 5px;
}
.step2{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #999999;
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	letter-spacing: -0.61px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-right: 5px;
}
.step3{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #999999;
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	letter-spacing: -0.61px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-right: 5px;
}
.init_space{
	width: 370px;
	margin: 0 auto;
	margin-top: 60px;
}
.name_space{
	width: 370px;
	height: 36px;
	display: flex;
	justify-content: space-between;
}
.name_space_title{
	font-size: 15px;
	color: #151515;
	text-align: right;
	line-height: 35px;
}
.name_space_input{
	width: 280px;
	height: 30px;
}
.name_space_input input{
	width: 100%;
	height: 100%;
}
.code_space{
	width: 370px;
	height: 36px;
	display: flex;
	justify-content: space-between;
}
.code_space_input{
	width: 130px;
	height: 30px;
}
.code_space_input input{
	width: 100%;
	height: 100%;
}
.forget_getcode{
	width: 110px;
	height: 36px;
}
.forget_getcode button{
	width: 100%;
	height: 100%;
	background-color: #2677E3;
	font-size: 12px;
	color: #FFFFFF;
	outline: none;
}
.return_login{
	width: 100px;
	height: 21px;
	text-align: right;
	line-height: 21px;
	font-size: 15px;
	color: #2677E3;
	margin: 0 auto;
	margin-top: 55px;
	cursor: pointer;
	margin-right: 200px;
}
.next_step1{
	width: 370px;
	height: 44px;
	margin: 0 auto;
	margin-top: 10px;
}
.next_step1 button{
	width: 100%;
	height: 100%;
	background: #2677E3;
	border-radius: 5px;
	font-size: 18px;
	color: #FFFFFF;
	outline: none;
}
.close3{
	width: 25px;
	height: 25px;
	margin-top: 12px;
	cursor: pointer;
}
.next_step2{
	width: 370px;
	height: 44px;
	margin: 0 auto;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.step2_button{
	width: 170px;
	height: 36px;
}
.step2_button button{
	width: 100%;
	height: 100%;
	background: #2677E3;
	border-radius: 5px;
	font-size: 18px;
	color: #FFFFFF;
}
.forget_img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 50px;
}
.forget_img img{
	width: 100%;
	height: 100%;
}
.forget_tip1{
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
	font-size: 20px;
	color: #333333;
}
.forget_tip2{
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	color: #999999;
}
.bind_window{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0, 0, 0, 0.4);
	width: 100%;
	height:  100%;
	border-radius: 5px;
	display: none;
}
.window_bind_space{
	width: 460px;
	height: 433px;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-top: 220px;
}
.window_bind_title{
	width: 460px;
	height: 50px;
	background-color: #2677E3;
}
.window_bind_head{
	width: 420px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.window_title_font{
	width: 100px;
	height: 25px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	margin-top: 12px;
	letter-spacing: -0.74px;
}
.close4{
	width: 25px;
	height: 25px;
	margin-top: 12px;
	cursor: pointer;
}
.bind_titles{
	width: 380px;
	height: 28px;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 20px;
	color: #2677E3;
	letter-spacing: -0.82px;
}
.name_input1{
	width: 330px;
	height: 35px;
	font-size: 15px;
	color: #999999;
	border-style: none;
	line-height: 37px;
	outline: none;
	margin-top: 2px;
}
.pass_input1{
	width: 330px;
	height: 35px;
	font-size: 15px;
	color: #999999;
	border-style: none;
	line-height: 37px;
	outline: none;
	margin-top: 2px;
}
.bind_bu{
	width: 380px;
	height: 44px;
	margin: 0 auto;
	margin-top: 50px;
}
.bind_button{
	width: 380px;
	height: 44px;
	font-size: 18px;
	color: #FFFFFF;
	background: #2677E3;
	border-radius: 5px;
	outline: none;
}
.reg_titles{
	width: 380px;
	height: 21px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 15px;
	color: #2677E3;
	text-align: right;
	letter-spacing: -0.82px;
}
.note_window{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0, 0, 0, 0.4);
	width: 100%;
	height:  100%;
	border-radius: 5px;
}
.note_window1{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0, 0, 0, 0.4);
	width: 100%;
	height:  100%;
	border-radius: 5px;
}
.note_window2{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0, 0, 0, 0.4);
	width: 100%;
	height:  100%;
	border-radius: 5px;
}
.note{
	width: 640px;
	height: 750px;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-top: 50px;
}
.bijibiaoti{
	width: 100%;
	height: 40px;
	background-color: #2677E3;
}
.biaoti{
	width: 98%;
	height: 40px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.closenote{
	width: 20px;
	height: 20px;
	margin-top: 10px;
	cursor: pointer;
}
.closenote1{
	 width: 20px;
	 height: 20px;
	 margin-top: 10px;
	 cursor: pointer;
 }
.closenote2{
	width: 20px;
	height: 20px;
	margin-top: 10px;
	cursor: pointer;
}
.ckbj{
	font-size: 15px;
	color: #FFFFFF;
	line-height: 40px;
}
.bj{
	width: 98%;
	height: 680px;
	margin: 0 auto;
	margin-top: 15px;
	/*overflow-y: scroll;*/
	display: flex;
}
.bj_line{
	width: 3px;
	height: 100%;
	background-color: #999999;
	border-radius: 25px;
	margin-left: 10px;
}
.youce{
	width: 640px;
	overflow-y: scroll;
	/*overflow-x: hidden;*/
	margin-left: -11px;
	margin-top: 10px;
}
.youce1{
	width: 640px;
	overflow-y: scroll;
	/*overflow-x: hidden;*/
	margin-left: -11px;
	margin-top: 10px;
}
.youce2{
	width: 640px;
	overflow-y: scroll;
	/*overflow-x: hidden;*/
	margin-left: -11px;
	margin-top: 10px;
}
.bijineirong{
	width: 100%;
}
.sjyuquan{
	width: 100%;
	height: 25px;
	display: flex;
	margin-top: 10px;
}
.quan{
	width: 12px;
	height: 12px;
	border: 3px solid #2677E3;
	border-radius: 50%;
	margin-top: 3px;
	background-color: #FFFFFF;
}
.sjsjsj{
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	margin-left: 15px;
}
.kb{
	width: 12px;
	height: 12px;
	margin-top: 3px;
}
.kb_neirong{
	width: 100%;
	display: flex;
	margin-top: 10px;
}
.nnrong{
	width: 550px;
	margin-left: 18px;
	background-color: #F5F5F5;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 2em;
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	max-height: 3000px;
}
.nnrongimg{
	width: 570px;
	margin-left: 18px;
	background-color: #F5F5F5;
	font-size: 14px;
	color: #333333;
	max-height: 3000px;
}
/* 注销弹窗css */
.off_window{
	/*position: absolute;
	right: 0;
	margin-right: 18%;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 15px;
	text-align: center;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 1px 1px #333333;
	margin-top: 66px;*/
	cursor: pointer;
}