.tab {
  float: left;
  font-size: 18px;
  line-height: 40px;
  padding: 0 20px;
  color: #888888;
}

.tab.active {
  border-bottom: #19a6a0 3px solid;
  color: #323232;
}

.topNotic{
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
  line-height:35px;
  min-width: 1200px;
  background-color: #F5ECD7;
}


.login {
  float: right;
  font-size: 12px;
  line-height: 40px;
}

.login a {
  color: #19a6a0;
}

.nav {
  margin: 40px auto;
}

.nav .item {
  position: relative;
  font-size: 14px;
  width: 200px;
  float: left;
}

.nav .item .line {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #cccccc;
}

.nav .item .step {
  position: relative;
  margin: 0 auto;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  border: 3px #f5f5f5 solid;
  background: #cccccc;
  color: #ffffff;
  z-index: 10;
}

.nav .item .text {
  color: #888888;
  text-align: center;
  margin: 10px 0;
}

.nav .item.active .line, .nav .item.active .step {
  background: #2f92d0;
}

.nav .item.active .text {
  color: #2f92d0;
}

.row {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 36px;
  color: #323232;
}

.row .label {
  float: left;
  width: 410px;
  margin: 0 10px;
}

.row .input {
  float: left;
  height: 36px;
  width: 300px;
  margin: 0 10px;
}

.row .select {
  float: left;
  height: 36px;
  width: 322px;
  margin: 0 10px;
}

.row .input.error, .row .select.error, .row .img.error {
  border: #eb1b25 1px solid;
}

.row .input.error, .row .select.error {
  color: #323232;
  font-size: 13px;
}

.row .error {
  margin: 0 10px;
}

.row .img {
  position: relative;
  float: left;
  height: 114px;
  width: 149px;
  margin: 0 10px;
  border: #cccccc 1px solid;
}

.row.captcha .input {
  width: 140px;
  float: left;
}

.row.captcha img {
  padding-left:10px;
}

.row .img img {
  height: 90px;
  width: 100%;
  border: none;
}

.row .img .upload {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #63a5f0;
  color: #ffffff;
  cursor: pointer;
}

.row .img .upload:HOVER {
  background-color: #7cb7f9;
}

.row .sub-btn {
  float: left;
  padding: 0 10px;
  text-align: center;
  background-color: #C7000A;
  color: #ffffff;
  cursor: pointer;
  margin: 0 10px;
}

.row .sub-btn:HOVER {
  background-color: #D73B43;
}

.row .register{
	margin-left: 440px;
}

.row .register span{
	color: #19a6a0;
	cursor: pointer;
}

.row .register span:hover{
  text-decoration: underline;
}

.btn {
  float: left;
  margin: 0 10px;
  border: #2f92d0 1px solid;
  color: #2f92d0;
}

.btn:HOVER {
  background-color: #e6f5f4;
}

.tip {
  font-size: 12px;
  color: #888888;
}

.row.tip {
  margin-top: 0;
  line-height: 24px;
}

.row.tip a {
  color: #19a6a0;
}

.row.tip a:HOVER {
  text-decoration: underline;
}

.row.tip .highlight {
  color: #19a6a0;
  margin: 0 3px;
}

.row .tip {
  float: left;
  margin: 0 10px;
}

.row .tip .highlight {
  color: red;
  margin: 0 3px;
}

.row.agreement {
  font-size: 12px;
  color: #888888;
}

.row.agreement .checkbox {
  float: left;
  margin: 10px;
}

.row.agreement a {
  color: #19a6a0;
}

.row.agreement a:HOVER {
  text-decoration: underline;
}

.row.success {
  font-size: 18px;
  line-height: 30px;
}

.row .remind{
	text-align: center;
}