*{
  padding: 0px;
  margin: 0px;
}

html,body{
  height: 100%;
}

body{
  font-family: "PingFang SC", "STXihei", "Microsoft YaHei", "微软雅黑", "SimHei", "sans-serif";
  background-image:url(../img/bg-bottom.png);
  background-repeat: no-repeat;
  background-position:right bottom;
  background-size:4.45rem 5.45rem;
  display: flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  flex-flow: column nowrap;
  align-items: center;
}

.header{
  width: 100%;
  height:2.2rem;
  display: flex;
  display: -webkit-box;
  flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  align-items: center;
  -webkit-box-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  font-size: 0.75rem;
  background-color: #21C0AD;
  color: white;
  flex:none;
  -webkit-box-flex: 0;
}

.input-box{
  width:84.375%;
  height:1.85rem;
  border-bottom: 1px solid #F3F3F3;
  margin-top: 1rem;
  display:flex;
  display: -webkit-box;
  flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  align-items: center;
  -webkit-box-align: center;
  flex:none;
  -webkit-box-flex: 0;
}

.icon{
  width: 0.825rem;
  margin:0rem 0.25rem;
  flex:none;
  -webkit-box-flex: 0;
}

.eye{
  width:1.15rem;
  margin-right:0.25rem;
}

.code-img{
  width:3.375rem;
  margin-right:0.25rem;
}

.blank-input{
  display:block;
  margin-left:0.575rem;
  height:1rem;
  border:0;
  font-size:0.65rem;
  flex: auto;
  -webkit-box-flex: 1;
  background:none;
  outline:none;

}

.conform{
  width:84.375%;
  height:1rem;
  margin-top:1rem;
  margin-bottom:1.5rem;
  color: #21C0AD;
  display:flex;
  display: -webkit-box;
  flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  align-items: center;
  -webkit-box-align: center;
  font-size: 0.6rem;
  flex:none;
  -webkit-box-flex: 0;
}

.checkBox{
  width:0.75rem;
  height:0.75rem;
  background-image:url('../img/checkBox.png');
  background-size:0.75rem 0.75rem;
  background-repeat: no-repeat;
  margin-left:0.25rem;
  margin-right: 1rem;
  margin-bottom: 0rem;
  display:block;
}

.checked{
  background-image:url('../img/checkBox-checked.png');
}

.btn-login{
  display: block;
  font-size: 0.75rem;
  color: white;
  width:84.375%;
  height:1.75rem;
  background-color:#21C0AD;
  padding:0px;
  cursor: pointer;
  flex:none;
  -webkit-box-flex: 0;
}

.pswFind{
  width:84.375%;
  margin-top:0.75rem;
  display:flex;
  display: -webkit-box;
  flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  justify-content: flex-end;
  -webkit-box-pack: end;
  flex:none;
  -webkit-box-flex: 0;
}

.pageBottom{
  position:relative;
  width:100%;
  display:flex;
  display: -webkit-box;
  flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  justify-content: flex-end;
  -webkit-box-pack: end;
  align-items: center;
  -webkit-box-align: center;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.pswFindBtn{
  text-decoration: none;
  color: #21C0AD;
  font-size:0.6rem;
}

.hint-welcome,.hint-sys{
  width:84.375%;
  margin-bottom:0.5rem;
  text-align: center;
}

.hint-sys{
  font-size:0.965rem;
  color:#21C0AD;
}

.hint-welcome{
  font-size:0.55rem;
}

.input-focus{
  border-bottom:1px solid #21C0AD;
}

.seperator{
  font-size:0.6rem;
  color: #C4C4C4;
}

#wechatBtn{
  display:block;
  width:2.2rem;
  height: 2.2rem;
  background-image:url('../img/wechat.png');
  background-size:cover;
  margin-top:0.9rem;
  margin-bottom: 0.45rem;
}

.wechat-hint{
  font-size: 0.55rem;
  color: #C4C4C4;
}

