.body {
	display:none;
}
.body-content {
	padding:0;
	margin:0;
}
.width-100p.box-title {
	width: 100%;
}
.login-page {
	position: relative;
	height: 100%;
}

.login_box_contain {
	position: relative;
	top: 50%;
	margin-top: -200px;
}
.body-content {
	width: 100%;
	height: 600px;
	background: url("../img/bg-news.jpg") no-repeat center center;
	background-size: cover;
}

.login-logo {
    position: absolute;
    top: 4%;
    left: 2%;
    z-index: 100;
    background: url("../img/bg-logo.jpg") no-repeat center center;
    height: 44px;
    width: 150px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.alert-danger {
    position: absolute;
    z-index: 1000;
    left: 50%;
    margin-left: -15%;
    width: 30%;
}
.index-content .logo {
    position: absolute;
    top: 4%;
    left: 2%;
    z-index: 100;
    background: url('../img/bg-logo.jpg');
    height: 44px;
    width: 150px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.login_box {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 102;
	width: 380px;
	height: 100%;
	background: rgba(215, 218, 224, 0.6);
	top: -40px;
	right: 0%;
}

.tab-items {
	width: 100%;
	height: 46px;
	display: flex;
	position: relative;
}

	.tab-items li {
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
		background: #eee;
	}

.active {
	background: rgba(255,255,255,0) !important;
}

#app-5 {
	position: absolute;
	left: 0px;
	bottom: 20px;
	color: rgba(114, 120, 120, 0.6);
	font-size: 12px;
	margin-left: 15%;
	cursor: pointer;
}

	#app-5 span:hover {
		color: rgba(114, 120, 120,1)
	}

.form_cont {
	width: 70%;
	margin-left: 15%;
}

.item_btn {
	float: right;
	margin-top: 8px;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.contrl-input-datas {
	width: 268px;
	position: relative;
	margin-top: 20px;
	margin-left: 56px;
}

.form-control.login-input {
    width: 268px;
    height: 48px;
    padding-left: 45px;
    padding-right: 15px;
    padding-bottom:0;
    padding-top:0;
    font-size: 14px;
    /* border-radius:4px; */
    border-radius: 24px;
    border: 1px solid #eee;
}

.contrl-input-datas .form-control.login-input + i[icon="el-icon-error"] {
	display: none;
}

.contrl-input-datas .form-control.login-input:focus + i[icon="el-icon-error"] {
	display: none;
}

.contrl-input-datas .form-control.login-input {
	background-color: rgba(255,255,255,0.7)
}

.form-control.login-input:focus,
.form-control.login-input:link,
.form-control.login-input:hover,
.form-control.login-input:active {
	outline: 0;
	background-color: #fff;
}

.form-control.login-input:focus {
	border: 1px solid rgba(23, 150, 221, 1);
}

.form_cont_box {
	position: relative;
}

.icon-passwords, .icon-username {
	background-repeat: no-repeat;
	background-size: 23px 25px;
	width: 23px;
	height: 25px;
	top: 29px;
	position: absolute;
	left: 5px;
}

.passwords, .username {
	background-repeat: no-repeat;
	background-position: 15px 12px;
	background-size: 20px 20px;
}

.valitor, .phone {
	background-repeat: no-repeat;
	background-position: 15px 12px;
	background-size: 18px 22px;
}

.username {
	background-image: url("../img/username.png");
}

.passwords {
	background-image: url("../img/password.png");
}

.phone {
	background-image: url("../img/phone.png");
}

.valitor {
	background-image: url("../img/ver.png");
}

.login-button {
	width: 268px;
	margin-top: 10px;
	border: none;
	height: 50px;
	font-size: 18px;
	cursor: pointer;
	background-color: rgba(241, 0,0, 0.8);
	border-radius: 25px;
	color: #fff;
	margin-left: 54px;
	display: block;
}

    .login-button:hover, .login-button:focus,
    .login-button.btn-primary:active:hover
    .login-button.btn-primary:active:focus
    .login-button.btn-primary:active.focus {
        background-color: rgba(241, 0, 37,1)!important;
    }


.margin-left-20 {
    margin-left: 20px;
}

.width-60 {
	width: 60px;
}

	.width-60.active {
		color: #1796DD
	}

	.width-60.cn {
		margin-right: 15px;
	}

.border-color-727878 {
	border-bottom: 1px solid rgba(114,120,120,1);
}

	.border-color-727878:hover {
		color: #1796DD;
	}

.login-input-box {
	height: 140px;
	position: relative;
}

	.login-input-box:after {
		clear: both;
		position: absolute;
		content: '';
	}

.box-title {
	font-size: 16px;
	color: #000;
	cursor: pointer;
	text-align: center;
}

	.box-title.active {
		color: #1796DD;
		position: relative;
	}

		.box-title.active:after {
			height: 2px;
			content: "";
			width: 100%;
			position: absolute;
			left: 0;
			bottom: -5px;
			z-index: 1000;
			background: #1796DD;
		}

.head-title {
	height: 30px;
	border-bottom: 2px solid #fff;
}

.box-title {
	float: left;
	height: 26px;
	/*width: 50%;*/
    width:100%;
}

	.box-title.pding-left-30 {
		float: right;
		text-align: center;
	}

.form-control.login-input.valitor {
	width: 190px;
	display:inline-block;
}

.timer {
	width: 70px;
	height: 50px;
	border: 1px solid #eee;
	outline: 0;
	background: rgba(0,0,0,0);
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	border-radius: 35px;
	background-color: rgba(255,255,255,0.7);
}

	.timer:link, .timer:visited, .timer:hover, .timer:focus {
		background: #FFF;
	}

.contrl-input-datas i[icon="el-icon-error"] {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: rgba(0,0,0,0);
	right: 0;
	top: 14px;
	right: 10px;
	background-image: url('../img/close-circle-o.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

	.contrl-input-datas i[icon="el-icon-error"]:hover {
		background-image: url('../img/close-circle-o-hover.png');
	}

.forget-pwd {
	text-align: right;
	margin-top: 10px;
	color: #1796DD;
	cursor: pointer;
}

.setting-language {
	height: 39px;
	width: 300px;
	font-size: 12px;
	margin: 0 auto;
	color: #FFF;
	border-radius: 0;
	zoom: 1;
	display: block;
	padding-left: 5px;
	background: rgba(114, 120, 120, 0.6);
	line-height: 39px;
	margin-top: 30px;
	position: relative;
}



.has-selected-languge {
	cursor: pointer;
	position: absolute;
	width: 100px;
	bottom: 0;
	right: 0;
	text-align: right;
}

.language-lists {
	position: absolute;
	display: none;
	width: 100px;
	background: #fff;
	color: #000;
	bottom: 10px;
	overflow: hidden;
	padding: 1px;
	margin: 0;
	text-align: left;
}

.has-selected-languge:hover > .language-lists {
	display: block;
	overflow: hidden;
}

.language-lists li {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 24px;
	line-height: 24px;
	margin-left: 1px;
	margin-right: 1px;
	display: block;
	padding-left: 5px;
}

	.language-lists li:hover {
		color: #fff;
		background: #5093E1;
	}

.has-selected-languge > em {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	line-height: 16px;
	background: url('../img/control_icon.png') no-repeat;
	background-position: 0 0;
	margin-right: 5px;
	margin-top: -5px;
}



/*index页面样式修复*/
.display-hide {
	display:none;
}
.display-block {
	display: block;
}

.set-width-100p {
    width: 100%;
}
.set-margin-top0 {
	margin-top: 0;
	overflow: hidden;
}
.set-margin-0 {
	margin:0;
}
.set-margin-top10 {
	margin-top:10px;
}
	.contrl-input-datas label[for="RememberLogin"] {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	vertical-align: middle;
}

	.contrl-input-datas label[for="RememberLogin"] strong {
		display: inline-block;
		max-width: 100%;
		font-weight: 400;
		vertical-align: middle;
		font-weight: 400;
		font-size: 12px;
		position:relative;
		top:-2px;
	}
	.login_box .alert-danger {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
	}


/*tab切换*/

/*验证码错误提示*/
.login-vail-phone {
    position: absolute;
    z-index: 1000;
    left: 50%;
    margin-left: -15%;
    width: 30%;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display:none;
}

