[v-cloak] {
	display: none
}

html {
	font-size: 16px;
}

#container {
	/* background: url("/img/login/login_bg.png"); */
	background: url("../img/login/new/login_home.png");
	position: relative;
	background-size: 100% 100%;
	font-family: SimHei;
}

#item_main {
	position: absolute;
	left: 27.6%;
	top: 49%;
	width: 70%;
	height: 92%;
	background-image: url(/img/login/login_mainitem.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform: translate(-50%, -50%);
}

#item_logo {
	position: absolute;
	left: 65%;
	top: 26%;
	width: 5%;
	height: 11%;
	background-image: url(/img/login/login_logo.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform: translate(-50%, -50%);
}

#item_title {
	background: url("../img/login/new/login_title.png");
	background-size: 100% 100%;
	height: 99px;
	margin-bottom: 60px;
	/* position: absolute;
	left: 84.5%;
	top: 26%;
	width: 30%;
	font-size: 2.5vw;
	transform: translate(-50%,-50%);
	letter-spacing: 7px; */
}

.login_form {
	background: url("../img/login/new/login_back.png");
	background-size: 100% 100%;
	width: 575px;
	height: 575px;
	margin-left: calc((100% - 575px) / 2);
	/* position: absolute;
	left: 71%;
	top: 37%;
	width: 21%;
	height: 45%; */
}

.login {
	padding: 30px;
	height: 100%;
	width: 100%;
	text-align: center;
}

.login_title {
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-family: "PingFang SC";
	font-weight: 500;
	font-size: 24px;
	line-height: 44px;
}
.login_type{
	margin: 20px 20px 0px 20px;
}
.login_username{
	background: url("../img/login/new/input_back.png");
	background-size: 100% 100%;
	width: 380px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin-top: 20px;
	margin-left: calc((100% - 380px) / 2);
}
.login_password{
	background: url("../img/login/new/input_back.png");
	background-size: 100% 100%;
	width: 380px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin-top: 40px;
	margin-left: calc((100% - 380px) / 2);
}
.el-tabs__item{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
.el-tabs__nav-wrap::after{
	background-color: transparent;
}
.remember_password{
	width: 380px;
	margin-top: 0px;
	margin-left: calc((100% - 380px) / 2);
	text-align: left;
}
.login_button{
	width: 380px;
	margin-top: 40px;
	margin-left: calc((100% - 380px) / 2);
}
.login_input {
	/* width: 366px;
	height: 72px;
	padding: 2px 30px; */
	font-size: 20px;
	color: #b6c2ce;
	border: none;
	background-color: transparent;
	width: 296px;
	float: left;
	line-height: 70px;
}

.login_input::placeholder {
	color: #b6c2ce;
	border: none;
}

.login_input:focus {
	background-color: transparent;
	border: none;
	outline: none;
	/* border: 1px solid #1f57a7; */
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important; /* 设置字体颜色 */
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; /* 设置背景颜色为透明 */
  background-color: transparent; /* 设置背景颜色为透明 */
  background-image: none; /* 去除背景图片 */
  transition: background-color 50000s ease-in-out 0s; /* 设置背景色过渡效果 */
}

.password_div {
	position: relative;
}

.password_img {
	position: absolute;
	top: 40px;
	transform: translate(-50%, -50%);
	left: 90%;
	height: 18px;
	width: 18px;
}

.login_check_div {
	margin-top: 26px;
	/* margin-left: 22px; */
}

.login_check_img {
	width: 20px;
	height: 20px;
}

.login_check_word {
	line-height: 26px;
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	transform: translateY(-6px);
	display: inline-block;
}

.login_btn,
.login_btn:hover,
.login_btn:focus {
	/* margin-top: 32px; */
	width: 100%;
	color: #FFF;
	/* background-color: #1f57a7; */
	padding: 11px 0px;
	border-radius: 6px;
	font-size: 18px;
	border: 1px solid #1f57a7;
	height: 70px;
	background-image: linear-gradient(to bottom, #377ef1, #01319f);
}

.login_btn:active {
	background-color: #1b4b8f;
	color: #FFF;
	border: 1px solid #06101e;
}

.obtain_verificationcode {
	position: absolute;
	color: #fff;
    width: 120px;
	left: calc(100% - 120px);
	height: 70px;
	text-decoration: underline;
}