.login_wrap {
	width: 100%;
	min-width: 15rem;
	height: 100%;
	min-height: 7.87rem;
	background: url(/static/images/logobg.png) no-repeat center center;
	background-size: cover;
	position: relative;
}

.logins_tab {
	position: absolute;
	top: 25%;
	right: 50%;
	background: rgba(0, 0, 0, 0.5);
	min-width: 400px;
	width: 4rem;
	margin-right: -200px;
}

.logins_tab h3 {
	font-size: 0.20rem;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 0.3rem;
}

.inputbox {
	width: 60%;
	margin: 0.2rem auto;
	height: 0.4rem;
	border: 2px solid #FFFFFF;
}

.inputbox p {
	height: 0.4rem;
	background: no-repeat;
	padding-left: 0.1rem;
	color: #FFFFFF;
}

.inputbox input {
	width: 60%;
	height: 0.4rem;
	background: no-repeat;
	padding-left: 0.1rem;
	-webkit-text-fill-color: #ededed !important;
}

.login_it {
	width: 60%;
	margin: 0 auto;
}

.login_it a {
	font-size: 0.14rem;
	color: #FFFFFF;
}

.login_it a:last-child {
	float: right;
}

.thisit {
	width: 75%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.thisit:before {
	content: '';
	width: 100%;
	height: 0.02rem;
	background: #989898;
	display: inline-block;
	position: absolute;
	top: 0.1rem;
	left: 0rem;
	z-index: -1;
}

.block {
	position: absolute;
	left: 0;
	top: 0;
}

.captchas {
	width: 300px;
	height: 180px;
	margin: 0 auto;
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 4px 8px #333333;
	-webkit-box-shadow: 0px 4px 8px #333333;
	box-shadow: 0px 4px 8px #333333;
	padding: 0.1rem 0;
	border-radius: 10px;
}

#captcha {
	width: 270px;
	margin: 0rem auto;
	font-size: 0.16rem;
}

.sliderContainer {
	position: relative;
	text-align: center;
	height: 0.40rem;
	line-height: 0.40rem;
	background: #f7f9fa;
	color: #45494c;
	border: 1px solid #e4e7eb;
	font-size: 0.14rem;
}

.sliderContainer_active .slider {
	height: 0.38rem;
	top: -1px;
	border: 1px solid #1991FA;
}

.sliderContainer_active .sliderMask {
	height: 0.38rem;
	border-width: 1px;
}

.sliderContainer_success .slider {
	height: 0.38rem;
	top: -1px;
	border: 1px solid #52CCBA;
	background-color: #52CCBA !important;
}

.sliderContainer_success .sliderMask {
	height: 0.38rem;
	border: 1px solid #52CCBA;
	background-color: #D2F4EF;
}

.sliderContainer_success .sliderIcon {
	background-position: 0 0 !important;
}

.sliderContainer_fail .slider {
	height: 0.38rem;
	top: -0.01rem;
	border: 1px solid #f57a7a;
	background-color: #f57a7a !important;
}

.sliderContainer_fail .sliderMask {
	height: 0.38rem;
	border: 1px solid #f57a7a;
	background-color: #fce1e1;
}

.sliderContainer_fail .sliderIcon {
	top: 0.14rem;
	background-position: 0 -0.82rem !important;
}

.sliderContainer_active .sliderText,
.sliderContainer_success .sliderText,
.sliderContainer_fail .sliderText {
	display: none;
}

.sliderMask {
	position: absolute;
	left: 0;
	top: 0;
	height: 0.40rem;
	border: 0 solid #1991FA;
	background: #D1E9FE;
	float: left;
}

.slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 0.38rem;
	height: 0.38rem;
	background: #fff;
	box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: background .2s linear;
}

.slider:hover {
	background: #1991FA;
}

.slider:hover .sliderIcon {
	background-position: 0 -0.13rem;
}

.sliderIcon {
	position: absolute;
	top: 0.15rem;
	left: 0.13rem;
	width: 0.14rem;
	height: 0.12rem;
	background: url(/static/images/icon_light.png) 0 -0.26rem;
	background-size: 0.34rem 4.71rem;
}

.refreshIcon {
	position: absolute;
	right: 0;
	top: 0;
	width: 0.34rem;
	height: 0.34rem;
	cursor: pointer;
	background: url(/static/images/icon_light.png) 0 -4.37rem;
	background-size: 0.34rem 4.71rem;
}

.container {
	margin: 0.2rem auto;
	display: none;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	margin-left: -150px;
}

#msg {
	text-align: center;
	font-size: 0.10rem;
}

.login_but {
	width: 60%;
	margin: 0 auto;
	padding: 0.3rem 0;
}

.login_but .but {
	width: 1.2rem;
	height: 0.45rem;
	background-color: #FFFFFF;
	font-size: 0.16rem;
	cursor: pointer;
}

.message {
	font-size: 0.14rem;
	text-align: center;
	color: #B80404;
	padding-top: 0.2rem;
}
.fb-footer {
    width: 100%;
    min-width: 13rem;
    text-align: center;
    font-size: 0.14rem;
    line-height: 2.6em;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}