input{
	outline: none;
}
.company-login{
	width: 100%;
	height: 100%;
	background: url('/static/image/login_background.png') no-repeat;
	background-size: cover;
	position: relative;
}
.company-login::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #F7F7F7;
	z-index: -1;
}
.company-login .compony-container{
	position: relative;
}
.company-login-list{
	position: absolute;
	right: 12%;
	top: 72px;
	bottom: 0;
	margin: auto;
	background-color: white;
	box-shadow: 0 0 10px 0 #aaa;
	min-width: 370px;
	width: 450px;
	height: 620px;
	padding: 5% 15%;
}
.company-login-list-qrcode{
	position: absolute;
	width: calc(100% - 30%);
	height: calc(100% - 10%);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	
}
.company-login-list-up{
	position: absolute;
	width: calc(100% - 30%);
	height: calc(100% - 3%);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background-color: white;
}
.qrcode-tip{
	position: absolute;
	right: 10%;
	top: 30px;
	z-index: 1;
}
.qrcode-tip img{
	width: 50px;
	cursor: pointer;
}
.qrcode-tip strong{
	width: 100%;
	position: absolute;
	right: 50px;
	font-size: 13px;
	width: 100px;
	height: 25px;
	border-radius: 5px;
	border: 1px solid #89bc84;
	background-color: white;
	color: #000000;
	line-height: 25px;
	text-align: center;
}
.qrcode-tip strong::after{
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent white;
	position: absolute;
	right: -6px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.qrcode-tip strong::before{
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #89bc84;
	position: absolute;
	right: -7px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.company-login-list-up-tab{
	display: flex;
	justify-content: center;
}
.company-login-list-up-tab h2{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

.company-login-list-up-center .company-login-phone{
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #e7e7e7;
	padding-left: 20px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.company-login-password,.company-login-account{
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #e7e7e7;
	padding-left: 20px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.company-login-register-select{
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #e7e7e7;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.company-login-register-select span{
	width: 90px;
	height: 100%;
	line-height: 50px;
	font-size: 16px;
	padding:  0 10px;
	position: relative;
}
.company-login-register-select span::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	width: 1px;
	background-color: #f1f1f1;
}
.company-login-register-select select{
	width: calc(100% - 90px);
	height: 100%;
	border: 0;
	outline: none;
	padding-left: 15px;
}
.company-login-register-select input{
	width: calc(100% - 90px);
	height: 100%;
	border: 0;
	outline: none;
	padding-left: 15px;
}
.company-login-list-up-center p{
	font-size: 12px;
	color: #b2b2b2;
	
}
.company-register-checkbox{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #000000;
	font-size: 13px;
	margin-top: 30px;
}
.company-register-checkbox input{
	margin-top: -2px;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	box-shadow: 0 0 8px 0 #aaa inset;
	background-color: #ececec;
	border-radius: 5px;
}
.company-register-checkbox a{
	color: #e50014;
}

.company-login-code{
	display: flex;
	justify-content: space-between;
}
.company-login-code input{
	display: block;
	width: calc(70% - 10px);
	height: 50px;
	border: 1px solid #e7e7e7;
	padding-left: 20px;
	color: #000000;
}
.company-login-code button{
	width: 30%;
	height: 50px;
	border: 1px solid #e7e7e7;
	color: #000000;
	background-color: #f8f8f8;
}
.company-login-list-up-register{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.company-login-list-up-register span{
	font-size: 13px;
	color: #000000;
}
.company-login-list-up-register a{
	font-size: 13px;
	color: #bd8650;
	text-decoration: underline!important;
}
.company-login-button{
	width: 100%;
	height: 50px;
	background-color: #e50014;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: white;
	border: 0;
	outline: none;
	margin-top: 10px;
	border-radius: 2px;
}
.company-login-button:hover{
	opacity: 0.8;
}
.company-login-list-up-other{
	margin-top: 30px;
}
.company-login-list-up-other h6{
	margin: 0 auto;
	color: #e2e2e2;
	font-size: 16px;
	letter-spacing: 1px;
	width: 120px;
	position: relative;
	text-align: center;
}
.company-login-list-up-other h6::after{
	content: "";
	position: absolute;
	left: -60px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 1px;
	background-color: #e2e2e2;
}
.company-login-list-up-other h6::before{
	content: "";
	position: absolute;
	right: -60px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 1px;
	background-color: #e2e2e2;
}
.company-login-list-up-other span{
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: 0 auto;
	margin-top: 30px;
}
.company-login-list-up-other span img{
	width: 30px;
	
}
.tabActive{
	color: #000000!important;
}
.company-login-list-qrcode{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.company-login-list-qrcode p{
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 20px;
	color: #000000;
}
@media (min-width: 2000px) {
		input{
		outline: none;
	}
	.company-login{
		width: 100%;
		height: 100%;
		background: url('/static/image/login_background.png') no-repeat;
		background-size: cover;
		position: relative;
	}
	.company-login::after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #F7F7F7;
		z-index: -1;
	}
	.company-login .compony-container{
		position: relative;
	}
	.company-login-list{
		position: absolute;
		right: 12%;
		top: 0.72rem;
		bottom: 0;
		margin: auto;
		background-color: white;
		box-shadow: 0 0 0.10rem 0 #aaa;
		min-width: 3.70rem;
		width: 4.50rem;
		height: 6.20rem;
		padding: 5% 15%;
	}
	.company-login-list-qrcode{
		position: absolute;
		width: calc(100% - 30%);
		height: calc(100% - 10%);
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;

	}
	.company-login-list-up{
		position: absolute;
		width: calc(100% - 30%);
		height: calc(100% - 3%);
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;
		background-color: white;
		font-size: 0;
	}
	.qrcode-tip{
		position: absolute;
		right: 10%;
		top: 0.30rem;
		z-index: 1;
	}
	.qrcode-tip img{
		width: 0.50rem;
		cursor: pointer;
	}
	.qrcode-tip strong{
		width: 100%;
		position: absolute;
		right: 0.50rem;
		font-size: 13px;
		width: 1rem;
		height: 0.25rem;
		border-radius: 0.05rem;
		border: 1px solid #89bc84;
		background-color: white;
		color: #000000;
		line-height: 0.25rem;
		text-align: center;
	}
	.qrcode-tip strong::after{
		content: ' ';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0.04rem 0 0.04rem 0.06rem;
		border-color: transparent transparent transparent white;
		position: absolute;
		right: -0.06rem;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.qrcode-tip strong::before{
		content: ' ';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0.05rem 0 0.05rem 0.07rem;
		border-color: transparent transparent transparent #89bc84;
		position: absolute;
		right: -0.07rem;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.company-login-list-up-tab{
		display: flex;
		justify-content: center;
	}
	.company-login-list-up-tab h2{
		font-size: 0.24rem;
		font-weight: bold;
		letter-spacing: 1px;
	}

	.company-login-list-up-center .company-login-phone{
		display: block;
		width: 100%;
		height: 0.50rem;
		border: 1px solid #e7e7e7;
		padding-left: 0.20rem;
		color: #000000;
		margin-top: 0.10rem;
		margin-bottom: 0.10rem;
		font-size: 0.16rem;
	}

	.company-login-password,.company-login-account{
		display: block;
		width: 100%;
		height: 0.50rem;
		border: 1px solid #e7e7e7;
		padding-left: 0.20rem;
		color: #000000;
		margin-top: 0.10rem;
		margin-bottom: 0.10rem;
		font-size: 0.16rem;
	}
	.company-login-register-select{
		display: block;
		width: 100%;
		height: 0.50rem;
		border: 1px solid #e7e7e7;
		color: #000000;
		margin-top: 0.10rem;
		margin-bottom: 0.10rem;
		display: flex;
		justify-content: space-between;
		font-size: 0.16rem;
	}
	.company-login-register-select span{
		width: 0.90rem;
		height: 100%;
		line-height: 0.50rem;
		font-size: 0.16rem;
		padding:  0 0.10rem;
		position: relative;
	}
	.company-login-register-select span::before{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 0.20rem;
		width: 1px;
		background-color: #f1f1f1;
	}
	.company-login-register-select select{
		width: calc(100% - 0.90rem);
		height: 100%;
		border: 0;
		outline: none;
		padding-left: 0.15rem;
		font-size: 0.16rem;
	}
	.company-login-register-select input{
		width: calc(100% - 0.90rem);
		height: 100%;
		border: 0;
		outline: none;
		padding-left: 0.15rem;
		font-size: 0.16rem;
	}
	.company-login-list-up-center p{
		font-size: 0.12rem;
		color: #b2b2b2;

	}
	.company-register-checkbox{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		color: #000000;
		font-size: 0.13rem;
		margin-top: 0.30rem;
	}
	.company-register-checkbox input{
		margin-top: -0.02rem;
		margin-right: 0.02rem;
		width: 0.15rem;
		height: 0.15rem;
		box-shadow: 0 0 0.08rem 0 #aaa inset;
		background-color: #ececec;
		border-radius: 0.05rem;
	}
	.company-register-checkbox a{
		color: #e50014;
	}

	.company-login-code{
		display: flex;
		justify-content: space-between;
	}
	.company-login-code input{
		display: block;
		width: calc(70% - 0.10rem);
		height: 0.50rem;
		border: 1px solid #e7e7e7;
		padding-left: 0.20rem;
		color: #000000;
		font-size: 0.16rem;
	}
	.company-login-code button{
		width: 30%;
		height: 0.50rem;
		border: 1px solid #e7e7e7;
		color: #000000;
		background-color: #f8f8f8;
		font-size: 0.16rem;
	}
	.company-login-list-up-register{
		display: flex;
		justify-content: space-between;
		margin-top: 0.30rem;
	}
	.company-login-list-up-register span{
		font-size: 0.13rem;
		color: #000000;
	}
	.company-login-list-up-register a{
		font-size: 0.13rem;
		color: #bd8650;
		text-decoration: underline!important;
	}
	.company-login-button{
		width: 100%;
		height: 0.50rem;
		background-color: #e50014;
		text-align: center;
		line-height: 0.50rem;
		font-size: 0.20rem;
		color: white;
		border: 0;
		outline: none;
		margin-top: 0.10rem;
		border-radius: 0.02ren;
	}
	.company-login-button:hover{
		opacity: 0.8;
	}
	.company-login-list-up-other{
		margin-top: 0.30rem;
	}
	.company-login-list-up-other h6{
		margin: 0 auto;
		color: #e2e2e2;
		font-size: 0.16rem;
		letter-spacing: 1px;
		width: 1.20rem;
		position: relative;
		text-align: center;
	}
	.company-login-list-up-other h6::after{
		content: "";
		position: absolute;
		left: -0.60rem;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 0.50rem;
		height: 1px;
		background-color: #e2e2e2;
	}
	.company-login-list-up-other h6::before{
		content: "";
		position: absolute;
		right: -0.60rem;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 0.50rem;
		height: 1px;
		background-color: #e2e2e2;
	}
	.company-login-list-up-other span{
		display: flex;
		justify-content: space-between;
		width: 60%;
		margin: 0 auto;
		margin-top: 0.30rem;
	}
	.company-login-list-up-other span img{
		width: 0.30rem;

	}
	.tabActive{
		color: #000000!important;
	}
	.company-login-list-qrcode{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.company-login-list-qrcode p{
		font-size: 0.16rem;
		letter-spacing: 1px;
		margin-top: 0.20rem;
		color: #000000;
	}
}
@media (max-width: 600px) {
	.company-login-list{
		right: 0;
		top: 100px;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 90%;
		height: auto;
		min-width: 300px;
		max-width: 450px;
		padding: 10% 5px;
	}
	.company-login-list-up-tab span{
		font-size: 14px;
	}
	.company-login-list-up{
		width: calc(100% - 40px);
	}
	.company-login-list-up-center .company-login-phone{
		height: 40px;
		margin-top: 10px;
		    margin-bottom: 10px;
			font-size: 13px;
	}
	.company-login-code input，{
		height: 40px;
		font-size: 13px;
	}
	.company-login-code button{
		height: 40px;
		font-size: 12px;
	}
	.company-login-list-up-register{
		margin-top: 16px;
	}
	.company-login-button{
		margin-top: 10px;
	}
	.company-login .compony-container{
		height: 98%;
	}
	.company-login-list-up-other span{
		margin-top: 20px;
	}
	.company-login-list-up-other{
		margin-top: 30px;
	}
	.company-login-register-select,.company-login-password,.company-login-code input{
		height: 40px;
	}
	.company-login-register-select span{
		line-height: 40px;
	}
	.company-login-list-up-tab h2{
		    margin: 10px 0 10px 0;
	}
}
@media (max-width: 330px) {
	.company-login-list-up-center .company-login-phone{
		height: 40px;
		margin-top: 8px;
		    margin-bottom: 8px;
			font-size: 13px;
	}
	.company-login-code input，{
		height: 40px;
		font-size: 13px;
	}
	.company-login-code button{
		height: 40px;
		font-size: 12px;
	}
	.company-login-list-up-register{
		margin-top: 16px;
	}
	.company-login{
		height: 120%;
	}
	.company-register-checkbox{
		font-size: 10px;
	}
}