@charset "UTF-8";
/*登录*/
.loginSub {
  width: 90%;
  margin: 60px auto 20px;
}
.loginSub .input{
  margin-bottom: 20px;
  position: relative;
}
.loginSub .input input{
	width: 99%;
	border: 1px solid #ddd;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	text-indent: 60px;
}
.loginSub .input i{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 46px;
	height: 40px;
	line-height:40px;
	text-align: center;
	border-radius: 3px 0 0px 3px ;
	border-right:1px solid #ddd; 
	color: #c0c4cc;
	font-size: 18px;
}
.loginSub .el-form-item .subLogin {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background: #ce0505;
  border: 1px solid #ce0505;
}
.btnBox{
	width: 90%;
	margin: 0 auto;
}
.btnBox .subLogin{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 5px;
	color: #fff;
	background: #ce0505;
}
.btnBox .sunBtn {
  display: flex;
  margin-top: 6px;
}
.btnBox .sunBtn .regis {
  flex: 1;
}
.btnBox .sunBtn .regis a {
  color: #ce0505;
  font-weight: bold;
}
.btnBox .sunBtn .link {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  color: blue;
}

/*注册*/
.registerSub {
  width: 90%;
  margin: 60px auto 0;
}
.registerSub .regInput {
  margin-bottom: 20px;
  position: relative;
}
.registerSub .regInput input{
  width: calc(100% - 2px);
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  outline: none;
  border-radius: 3px;
  text-indent: 45px;
  color: #666;
}
.registerSub .regInput i{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #ddd;
  color: #999;
  font-size: 18px;
}
.regBtnbox{
  width: 90%;
  margin: 0 auto;
}
.regBtnbox button{
  width: 100%;
  height: 40px;
  line-height: 40px;
  border:none;
  outline: none;
  border-radius: 5px;
  color: #fff;
  background: #ce0505;
  margin-top: 12px;
}
.registerSub .clickXieyi {
  height: 20px;
}
.registerSub .clickXieyi a {
  color: #1182f7;
  text-decoration: underline;
}
.registerSub .clickXieyi .el-form-item__error {
  top: 71%;
}
/*找回密码第一步*/
.retrieve {
  width: 90%;
  margin:60px auto 0; 
  /*display: none;*/
}
.retrieve .reinput{
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.retrieve .reinput .title{
  font-size: 16px;
  color: #666;
}
.retrieve .reinput input{
  width: calc(100% - 2px);
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border:1px solid #ddd;
  text-indent: 48px;
  outline: none;
}
.retrieve .reinput i{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 18px;
  color: #999;
}
.retrieve .next1{
  width: 100%;
}
.retrieve .next1 >div{
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: #ce0505;
  color: #fff;
  border:none;
  outline: none;
  text-align: center;
}
/*找回密码第二步*/
.retrieveTwo{
  width: 90%;
  margin: 60px auto 0;
  display: none;
}
.retrieveTwo .dataInput{
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.retrieveTwo .dataInput input{
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  border:1px solid #ddd;
  outline: none;
  color: #666;
  text-indent: 48px;
}
.retrieveTwo .dataInput i{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  border-right: 1px solid #ddd;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #999;
}
.retrieveTwo .dataInput .nextTwo{
  width: 100%;
  text-align: center;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  background: #ce0505;
}
/*找回密码第三步*/
.success{
  display: none;
  width: 90%;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.success i {
  font-size: 200px;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #339933;
}
.success span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-top: 15px;
}


/*公共图片验证码*/
#code {
  position: absolute;
  width: 120px;
  height: 42px;
  background: #aed5e2;
  text-align: center;
  color: blue;
  font-style: oblique;
  letter-spacing: 10px;
  font-family: Fixedsys;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
  line-height: 42px;
}

/*公共手机验证码*/
#phoneCode,#phoneCodeRe {
  position: absolute;
  width: 120px;
  height: 42px;
  line-height: 42px;
  background: #409EFF;
  text-align: center;
  color: #fff;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
  border: none;
}

/*倒计时按钮*/
#timer {
  position: absolute;
  width: 120px;
  height: 42px;
  line-height: 42px;
  top: 0;
  right: 0;
  background: #ccc;
  color: #fff;
  border-radius: 0;
  border: none;
  text-align: center;
  display: none;
}