@charset "utf-8";
* {
  margin: 0;
  padding: 0
}
html {
  height: 100%;
}
input {
  outline: none
}
body {
	width: 100%;
  height: 100%;
}

.login-wrap {
	width: 100%;
	height: 100%;
	background: url('../img/bg_buac_domain_0626.jpg') no-repeat center;
	background-size: cover;
}
.login-box {
	color: #333;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 34px 30px;
	width: 360px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

	right: 20px;
	box-shadow: 3px 3px 13px 0px rgba(16,40,64,0.1);
}
.btn-item {
	display: flex;
	margin-top: 50px;
}

.login-box h2 {
	text-align: center;
  font-size: 44px;
}
.login-box form {
	 padding-right: 0px;
	padding-bottom: 10px;
}
.input-item {
	width: 100%;
	height: 44px;
	margin-top: 10px;
	background: #F7F8F9;
	border-radius: 2px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}
.input-item:last-of-type {
	margin-top: 36px;
}
.login-input-icon {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
#txtCaptcha {
    font-size: 15px;
}
.code {
    position: relative;
}
.code img {
    position: absolute;
    right: 0;
    top: 23px;
    bottom: 3px;
}
.input-item input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    background: none;
    font-size: 16px;
	box-shadow: none;
	width: 100%;
	height: 100%;
}
.input:-webkit-autofill {
	box-shadow: none;
}
.input-item input.code-text {
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
}
.code-img {
	width: 90px;
  height: 43px;
  background: red;
}


.btn-login {
    border: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: #409EFF;
    display: block;
    border-radius: 4px;
	width: 100%;
}

.copy-right {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 30px;
	font-size: 16px;
	color: #576879;
}
.copy-right_login {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 10px;
	font-size: 16px;
	color: #576879;
}
input:-webkit-autofill
{
	/*-webkit-box-shadow: 0 0 0 1000px white inset;  //使用足够大的纯色内阴影覆盖黄色背景*/
	box-shadow: inset 0 0 0 1000px #F7F8F9;
}
.box-title {
	font-size: 22px;
	font-weight: bold;
	color: #409EFF;
	text-align: left;
	margin-bottom: 26px;
}
.login-bg {
	background: url(../images/sf-indexs1.png) no-repeat center center;
	height: 100%;
	width: 400px;
	flex: 1;
}

.form-title {
	font-size: 14px;
}
.input-item input {
	flex-grow: 1;
	display: block;
	font-size: 14px !important;
	box-sizing: border-box;
}
.input-item .box {
	flex-grow: 1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.input-icon {
	width: 15px;
	height: 17px;
	margin-right: 15px;
}
.change-input-btn {
	color: #3a77f6;
	cursor: pointer;
}
.bottom-tools {
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}
.bottom-tools label, .policy label {
	display: flex;
	align-items: center;
}
.bottom-tools label input, .policy label input {
	margin-right: 8px;
}
.bottom-tools input[type=checkbox] {
	width: 14px;
	height: 14px;
	position: relative;
}
.policy {
	margin-top: 8px;
}
#TencentCaptcha {
	font-size: 16px;
}
.checkbox-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 14px;
	height: 14px;
	z-index: 999;
	cursor: pointer;
}
#retrievePassword {
	color: #409EFF;
	font-size: 12px;
	cursor: pointer;
}
.pwd-icon, .pwd-icon1 {
	width: 22px;
	height: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.send-btn {
	padding: 6px 8px;
	font-size: 13px;
	color: #3a77f6;
	border: 1px solid #3a77f6;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: #ffffff;
}
.countdown-text {
	display: none;
	font-size: 13px;
	color: #3a77f6;
}
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 130px;
}
.logo-box {
	display: flex;
	align-items: center;
}
.logo {
	width: 32px;
	height: 32px;
	margin-right: 6px;
}
.title-text {
	font-weight: bold;
	font-size: 20px;
	color: #409EFF;
}
.logo-box .line {
	width: 1px;
	height: 14px;
	background: #409EFF;
	margin: 0 8px;
}
.desc-text {
	font-size: 16px;
	color: #409EFF;
}
.entrance-box {
	display: flex;
	align-items: center;
}
.entrance-box .btn {
	display: flex;
	align-items: center;
}
.home-btn img {
	width: 18px;
	height: 16px;
	margin-right: 6px;
}
.recycle-btn {
	padding: 0 14px;
	border-left: 1px solid #576879;
	border-right: 1px solid #576879;
	margin: 0 14px;
}
.recycle-btn img {
	width: 16px;
	height: 16px;
	margin-right: 6px;
}
.help-btn img {
	width: 16px;
	height: 15px;
	margin-right: 6px;
}
.text-row {
	max-width: 438px;
	font-size: 16px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	opacity: 0.8;
}
.gou {
	margin-right: 30px;
	width: 16px;
	height: 16px;
	margin-left: 22px;
}
.btns-row {
	display: flex;
	align-items: center;
	margin-top: 60px;
	margin-left: 20px;
}
.btns-row .btn {
	width: 116px;
	height: 40px;
	border-radius: 4px;
	background-color: #409EFF;
	color: #FFFFFF;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.btns-row .btn img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}