img {
  border: 0;
  vertical-align: middle
}

.hc {
  display: none
}

.sc {
  display: block
}

body,
.f12 {
  font-size: 12px
}

.signupleft {
  width: 676px;
  font-size: 14px;
  margin: 0 auto;
}

.signupleft p {
  width: 676px;
  padding: 12px 0 12px 10px
}

.signupleft p.h {
  background-color: #f9f9f9
}

.signupleft p input.w {
  background-color: #e6e6e6
}

.signup_lb {
  float: left;
  width: 92px;
  display: block;
  color: #666;
  padding-top: 8px; font-size:15px;line-height:15px;
  
}

.signup_txt {
  border: 1px solid #c8c8c8;
  height: 30px;
  line-height: 2;
  margin-right: 3px;
  padding: 0 3px;
  vertical-align: middle;
  color: #666;
  width: 228px
}

.s_mobile {
  padding: 5px 10px 0 20px;
  margin-left: 10px;
  line-height: 14px;
  height: 14px;
  font-size: 12px;
  color: #666;
}

#btn_submit{
  background: #3385ff;
  border: 1px solid #2d78f4;
  border-radius: 3px;
  color: #fff;
  padding: 8px 10px;
  font-size: 16px;
  text-align: center;
  min-width: 100px;
  display: inline-block;
  cursor:pointer;
}

#btn_getcode.off {
  color: #868686;
}

#btn_getcode {
  background: #e3e3e3;
  border: 1px solid #bbb;
  border-radius: 3px;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  padding: 8px 10px;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  min-width: 100px;
  display: inline-block;
}

#btn_getcode.off {
  color: #868686;
}

#btn_getcode:hover {
  background: #d9d9d9;
  -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
  box-shadow: inset 0 0 1px 1px #eaeaea;
  color: #222;
  cursor: pointer
}