﻿* {
	margin: 0;
	padding: 0;
}
html,body,.container {
	width: 100%;
	height: 100%;
}

.header{
	width: 100%;
	height:70px;
}
.img{
	margin-left: 17%;
	width: 502px;
	height: 50px;
	margin-top: 10px;
	display: inline-block;
}
.header-btn{
	display: inline-block;
    margin-left: 20%;
	vertical-align: top;
	margin-top: 20px;
}
.header-btn button{
	width: 100px;
	height: 33px;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
}
.login{
	/*border: none;*/
    /*background: blue;*/
	/*color: white;*/
}
.regist{
    border: 1px solid blue;
	color: blue;
	background: transparent;
	margin-left: 10px;
}
.content {
	width: 100%;
	height:100%;
	min-height: 400px;

	position: relative;
	background-attachment: fixed;
	background-size: contain;
}
.loginBox{
	
	width: 900px;
	height: 450px;
	
	/*
	width: 38%;
	height: 40%;
	*/
	opacity: .9;/*透明度*/
	position: absolute;
	left: 20.5%;
	/*top: 210px;*/
	top: 18%;
	background:url(../img/img_login2/login_box.png); 
	border-radius: 10px;/**/
    padding: 30px 20px;
    box-sizing: border-box;
	/*background-size: 100% 100%;*/
	background-size: 900px 450px;

}
.user,.pwd ,.loginBtn,.verifyBtn,.verifySuccess{
 	margin-top: 30px;
    padding-left: 44px;
    /*background: url(../img/img_login/user.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    /*width: 100%;*/
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
}

#loginPwd{
	width: 90%;
	outline: none;
	border: none;
	cursor: pointer;
}
#loginName{
	width: 90%;
	outline: none;
	border: none;
}

.user-sel {
	width: 278px;
	height: 250px;
	background: #fff;
	border: solid 1px #ccc;
	overflow: scroll;
	position: absolute;
	left: 24px;
	top: 60px;
	display: none;
    z-index: 10;
}

#test1 img{
  width: 100%;
  height: 100%;
}
.icon-yanzhengma{
	margin-left:5px;
}
.icon-mima{
	margin-left:5px;
}
.vcode1{
	width:40%;
	height: 40px;
	border: 1px solid gray;
	margin-top: 20px;
	margin-left: 23px;
	border-radius: 5px;
	line-height: 40px;
	display: inline-block;

}
#vcode{
	width: 100px;
	outline: none;
	border: none;
}
#verifyBtn,#verifyReturnBtn{
	width: 100%;
	height: 40px;
	cursor: pointer;
	border: none;
}

#login{
	width: 100%;
	height: 48px;
	cursor: pointer;
	border: none;
}
.gorget{
    font-size: 11px;
	margin-left: 30px;
	cursor: pointer;
}
.btn-regist{
	cursor: pointer;
	font-size: 11px;
	float: right;
	margin-right: 20px;
}
.slider > .ui-slider-wrap{
	background: white !important;
	height: 40px !important;
}
.ui-slider-wrap {
  background: red;
  position: relative;
  height: 40px !important;
}

.ui-slider-wrap .ui-slider-bg {
  width: 0;
  height: 40px !important;
  /* background-color: red !important; */
}

.ui-slider-wrap .ui-slider-btn {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  text-align: center;
  border: 1px solid white;
  /* background: #fff; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-slider-wrap .ui-slider-btn {
  background: #fff url(../img/1.png) no-repeat center;
  height: 40px !important;

}

.ui-slider-wrap .ui-slider-btn.success {
	background: #fff url(../img/12.png) no-repeat center;
}

.ui-slider-wrap .ui-slider-text {
  width: 100%;
  height: 100%;
  font-family: "微软雅黑";
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
  /* background: #fff; */
}
.ui-slider-wrap .ui-slider-no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
