
.nr {
	position: fixed;
	top: 50%;/* 50 */
	left: 50%;
	background-color: rgba(235, 235, 235, 1);
	width: 400px;
	height: 250px;
	-webkit-transform: translateX(-50%) translateY(-50%); 
	-ms-transform: translateX(-50%) translateY(-50%);
	border-radius: 30px;
}

.logo {
	position: fixed;
	left: 50%;
	top: -40px;
	width: 80px;
	height: 80px;
	z-index: 99;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%) translateY(240%);
}

.logo img {
	width: 80px;
	height: 80px;
}

.shuru {
	margin: 0 auto;
	width: 230px;
	height: 35px;
	background: #fff;
	border-radius: 5px;
}

.mt70 {
	margin-top: 70px;
}

.mt20 {
	margin-top: 20px;
}

.shuru input {
	outline: none;
	width: 180px;
	height: 35px;
	line-height: 35px;
	border: 0;
}

.shuru img {
	margin: 5px;
	float: left;
	width: 25px;
	height: 25px;
}
/* 去除浏览器记住密码后输入框背景色 */
 input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
} 

/* input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-text-fill-color: #ededed !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; 
} */
/* input {
	 background-color:transparent;
} */

.login button {
	margin-top: 50px;
	color: #fff;
	font-size: 20px; outline：none;
	width: 400px;
	height: 50px;
	border: 0;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background: #09f;
	cursor: pointer;
}

button:focus {
	outline: none;
	-ms-outline: none;
}
/*验证*/
.block {
  position: absolute;
  left: 0;
  top: 0;
}

.container {
	width: 310px;
 	margin: 0 auto; 
}

#msg {
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}
.sliderContainer {
  position: relative;
  text-align: center;
  width: 310px;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  background: #f7f9fa;
  color: #45494c;
  border: 1px solid #e4e7eb;
}

.sliderContainer_active .slider {
  height: 38px;
  top: -1px;
  border: 1px solid #1991FA;
}

.sliderContainer_active .sliderMask {
  height: 38px;
  border-width: 1px;
}

.sliderContainer_success .slider {
  height: 38px;
  top: -1px;
  border: 1px solid #52CCBA;
  background-color: #52CCBA !important;
}

.sliderContainer_success .sliderMask {
  height: 38px;
  border: 1px solid #52CCBA;
  background-color: #D2F4EF;
}

.sliderContainer_success .sliderIcon {
  background-position: 0 0 !important;
}

.sliderContainer_fail .slider {
  height: 38px;
  top: -1px;
  border: 1px solid #f57a7a;
  background-color: #f57a7a !important;
}

.sliderContainer_fail .sliderMask {
  height: 38px;
  border: 1px solid #f57a7a;
  background-color: #fce1e1;
}

.sliderContainer_fail .sliderIcon {
  background-position: 0 -83px !important;
}
.sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
  display: none;
}

.sliderMask {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  border: 0 solid #1991FA;
  background: #D1E9FE;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background .2s linear;
}

.slider:hover {
  background: #1991FA;
}

.slider:hover .sliderIcon {
  background-position: 0 -13px;
}
.sliderIcon {
  position: absolute;
  top: 15px;
  left: 13px;
  width: 14px;
  height: 10px;
  background: url(../../../images/icon_light.f13cff3.png) 0 -26px;
  background-size: 34px 471px;
  z-index:99;
}
.refreshIcon {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url(../../..//images/icon_light.f13cff3.png) 0 -437px;
  background-size: 34px 471px;
  z-index: 999;
}

