:root {
	--theme-color:#1E9F7F;
	--theme-color-hover:#27CBA2;
	--theme-color-active: #189374;
	--theme-color-disabled: #9AEACB;
}

body, p, h1, h3{
	margin: 0 ;
}
.container {
	height: 100vh;
	overflow: hidden;
	font-family: AlibabaPuHuiTi-2-65-Medium;
	background: url('qc_login0804.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
  justify-content: flex-end;
}

.content {
	margin: auto 0;
	display: flex;
	justify-content: flex-end;
}

.container .content {
	margin: auto 0;
	transform: translateX(-400px);
}
.container .title {
	position: absolute;
	top: 90px;
	left: 128px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 60px;
}
.container .title img {
	/* height: 53px;
	width: 160px; */
	transform: scale(0.93);
}
.container .title h3 {
	font-size: 40px;
	font-weight: bold;
	color: #3F4B61;
	font-family: Source Han Sans CN-Bold;
	font-style: normal;
	text-transform: none;
}
.container .content .input-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between; 
	width: 400px;
	min-height: 334px;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.12);
	border-radius: 8px 8px 8px 8px;
}

.container .content .input-box .input-box_title{
	margin: 42px 40px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

.input-box .inner_box-content {
	margin: 30px 40px 42px;
	text-align: center;
}

.input-box .inner_box-content .title {
	/* display: flex;
	justify-content: flex-start;
	gap: 12px; */

} 

.input-box .input-box_title .order_1 {
	color: var(--theme-color);
	font-size: 28px;
	font-weight: bold;
	font-family: 'Microsoft YaHei-Bold';
}

.input-box .input-box_title .order_2 {
	color: #999999;
	font-size: 20px;
	font-family: 'Microsoft YaHei-Regular';
	font-weight: normal;
}

.input-box form {
	margin-bottom: 20px;
}

.input-box form .input_outer {
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px;
  padding-left: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #DBDBDB;
	margin-bottom: 16px;
}

.input_outer.u_user {
	background-image: url('ic_user.png');
}

.input_outer.us_uer {
	background-image: url('ic_pwd.png');
	margin-bottom: 10px !important;
}

.input_outer.u_verify {
	display: none;
	position: relative;
	background-image: url('ic_vercode.png');
}


.input-box input {
	outline: none;
	border: 0;
	background-color: transparent;
	height: 40px;
	width: 100%;
}

.input-box input:-internal-autofill-selected {
	background-color: transparent !important;
}

.input-box input::input-placeholder{
	color:#A5A5A5;
	font-size: 12px;
}

.container .footer {
	position: absolute;
  bottom: 5vh;
  width: 100%;
  text-align: center;
  font-family: Microsoft YaHei;
  color: #808080;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .line {
	border: 0;
	width: 2px;
	background: #e0e0e0;
	height: 9px;
	margin: auto 20px;
}

.login-submit_btn {
  display: block;
  height: 40px;
  background: var(--theme-color);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.login-submit_btn:hover {
	background: var(--theme-color-hover);
}

.login-submit_btn:active {
	background: var(--theme-color);
}

.input-box .forget-pwd {
	font-size: 14px;
	font-weight: normal;
	color: var(--theme-color);
	line-height: 17px;
	text-align: right;
	cursor: pointer;
}

.test2{
	width: 130px;
	padding: 10px 15px;
	border: 1px solid var(--theme-color-hover);
	position: relative;
	left: -22px;
	margin-top: 5px;
	background-color: #fff;
	color: var(--theme-color);		
	border-radius: 6px;	
}
.test2 div{width:0; height:0; font-size:0; overflow:hidden; position:absolute;}
.test2 div.bot{
	border-width: 11px;
	border-style: solid dashed dashed;
	border-color: transparent transparent var(--theme-color-hover) transparent;
	left: 18px;
	top: -23px;
}
.test2 div.top{
	border-width: 10px;
	border-style: solid dashed dashed;
	border-color: transparent transparent #ffffff transparent;
	left: 19px;
	top: -20px;
}

.hintTwo p{
	color: #b24353;
	text-align: center;
	font-size: smaller;
}

/* 获取分辨率 */
/* @media screen and (min-width: 1440px){
	.container {
		justify-content: center;
	}
	.container .content {
		transform: translateX(0);
		height: auto;
	}
} */
/* @media screen and (min-width: 1600px){
	.container {
		justify-content: center;
	}	
	.container .content {
		transform: translateX(0);
		height: auto;
	}
} */

@media screen and (max-width:920px){
	#browserinfo {
		height: auto !important;
		line-height: 18px !important;
		padding: 5px 0 !important;
	}

	.container {
		background-position: left top;
  	background-size: 180% 100%;
		justify-content: center;
	}
	/* .larger-header .content {
		display: block;
	} */

	.container .title {
		top: 10;
		left: 10;
	}

	.container .larger-header .fst-title {
		font-size: 28px;
		line-height: 32px;
	}

	.container .larger-header .sub-title {
		font-size: 14px;
		line-height: 18px;
	}

	.container .content {
		/* transform: translate(0%, 15%); */
		transform: translateX(0);
		height: auto;
	}

	.container .footer {
		display: block;
	}

	.container .footer p {
		display: block;
		justify-content: center;
	}
	
	.footer .line {
		display: none;
	}
}