html, body {
    width: 100%;
    height: 100%;
}
body {
  position: relative;
  font-family:"PingFang SC","微软雅黑","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;
  font-size: 14px;
  color: #020240;
  background-color: #f6f8ff;
  margin: 0;
  padding: 0;
  min-width: 1170px;
  height: auto !important;
  font-weight: 400;
  background-image: url(../img/web/regbg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
div{
  -webkit-tap-highlight-color:rgba(255,0,0,0);
  word-wrap: break-word; 
  word-break: normal; 
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p{
	margin: 0;
	margin-bottom: 10px;
}
input, button, textarea {
  font-family:"微软雅黑","Microsoft YaHei",sans-serif;
  border: 1px solid #ddd;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color:rgba(0,0,0,.1);
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
.reg-panel{
	width: 420px;
	margin: 3.5% auto; 
}
.reg-tbar{
	overflow: hidden;
	margin-bottom: 8px;
}
.reg-logo{
	float: left;
	width: 150px;
}
.reg-msg{
	color: #a2a2a2;
    text-align: center;
}
.reg-title{
	float: left;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333;
	margin: 19px 0 0 13px;
}
.reg-body{
	background: #fff;
	padding:15px 38px 40px 38px;
    box-shadow: 0 8px 16px 0 rgba(28,31,33,.1);
    overflow: hidden;
}
.login-form-box{
  position: relative;
  height: 40px;
  margin-top: 26px;
  margin-bottom: 4px;
}
.login-form-box .form-control{
  position: relative;
  z-index: 1;
  border: 0;
  background-color: transparent;
  border:1px solid transparent;
  border-bottom: 1px solid #c5c5c5;
  border-radius: 0;
  outline: none;
  height: 32px;
  width: 100%;
  font-size: 15px;
  padding: 0;
  color: #666;
  box-shadow: none;
  transition: .3s;
}
.login-form-box label {
  z-index: 0;
  color: #9e9e9e;
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 15px;
  cursor: text;
  -webkit-transition: .15s ease-out;
  -moz-transition: .15s ease-out;
  -o-transition: .15s ease-out;
  -ms-transition: .15s ease-out;
  transition: .15s ease-out;
}

.login-form-box.valid label{
  font-size:13px;
  -webkit-transform: translateY(-152%);
  -moz-transform: translateY(-152%);
  -ms-transform: translateY(-152%);
  -o-transform: translateY(-152%);
  transform: translateY(-152%)
}
.login-form-box:after{
  z-index: 2;
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #37379c;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  transition: .2s ease-out;
}
.login-form-box.active:after{
  width: 100%;
}
.login-span{
  display: inline-block;
  color: #a0a0a0;
  font-size: 13px;
  margin-top: 10px;
}
.login-form-box.active label,a.login-span:hover{
  color: #37379c
}
.login-btn{
  width: 100%;
  font-size: 18px;
  color: white;
  height: 44px;
  text-align: center;
  margin-top: 20px;
  display: block;
  border: 0;
  cursor: pointer;
  background: #40407b;
}
.login-btn:hover{
  opacity: .9
}
.login-form-box.yzm-box {
    margin-right: 120px;
}
.yzm-btn{
	position: absolute;
	padding: 0;
	right: -119px;
	top: -2px;
	width: 106px;
	height: 34px;
	line-height: 33px;
	display: inline-block;
	color: #fff;
	background: #40407b;
	border: 1px solid #40407b;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
}
button:disabled{
	opacity: .78;
	cursor: not-allowed;
}
/*极验*/
#captcha {
	width: 300px;
	display: inline-block;
}
#wait {
	text-align: left;
	color: #666;
	margin: 0;
}
/*/notice cs */
.notice-cont{
  display: none;
  position: fixed;
  width: 200px;
  text-align: center;
  padding:6px;
  border-radius: 3px;
  font-size: 14px;
  margin: 0 auto;
  top: 70px;
  left: 50%;
  margin-left: -100px;
  color: #fff;
  z-index: 1052;
}
.notice-cont.notice-cont-err{
  background:rgba(228,88,88,.85);
}
.notice-cont.notice-cont-sug{
  background:rgba(76,175,80,.85);
}