/**
 * reset
 */
.u-nav {
  margin-bottom: 0; }

.wrapper {
  height: 576px;
  padding-top: 100px;
  overflow: hidden; }

.logInBody {
  width: 520px;
  height: 324px;
  float: right;
  background: #fff;
  position: relative; }
  .logInBody h2 {
    padding: 10px 50px;
    border-bottom: 1px solid #ccc; }

.phone-login-box2 {
  display: none; }

.friend-link {
  margin-top: 0; }

.loginform .extraActions {
  overflow: hidden; }

.extraActions > a {
  float: left; }
.extraActions .registAction {
  float: right; }
.stepOne{
  margin-top: 31px;
}
.stepOne td{
  /*margin-bottom: 16px;*/
  padding-bottom: 16px;
}
.stepOne .captcha-box{
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}
.stepOne .captcha-input{
  width: 180px;
}
.stepOne .countDown{
  width: 100px;
  border: 1px solid #ddd;
  border-left: none;
  height: 24px;
  line-height: 1.7;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}
