#main{
  height: 620px;
  padding-top: 120px;
  padding-bottom: 70px;
}
#main #register {
  width: 400px;
  margin: auto;
}
.item-phone-wrap,.item-getcode-wrap,.item-phonecode-wrap {
  height: 86px;
  position: relative;
  z-index: 2;
}
.item-phone-wrap > label {
  float: left;
  width: 87px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  border: 1px solid rgb(221, 221, 221);
}
.item-phone-wrap > .item-input-wrap {
  float: left;
  width: 288px;
  height: 50px;
  border: 1px solid rgb(221, 221, 221);
}
.field {
  border: 0 none;
      font-size: 14px;
      width: 190px;
      height: 19px;
      padding-bottom: 11px;
      padding-left: 20px;
      padding-top: 16px;
      outline: 0;
}
.input-tip {
  color: red;
  height: 27px;
  font-size: 12px;
  padding-top: 5px;
}
.item-getcode-wrap .verification-code {
  position: absolute;
  width: 400px;
  bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 3px 10px #cacaca;
  background-color: #fbfbfb;
  opacity: 1;
  transition: all 0.8s;
  text-align: center;
}
.item-getcode-wrap .verification-code.close {
  display: none;
}
#verification-close {
  position: absolute;
      right: 10px;
      top: 10px;
      color: cadetblue;
}
.item-getcode-wrap .form-item-getcode {
  border: 1px solid rgb(221, 221, 221);
  line-height: 52px;
      text-align: center;
      font-size: 14px;
      color: #333;
      cursor: pointer;
      z-index: 2;
}
.item-getcode-wrap .form-item-getcode:hover{
  border-color: #666;
}
.item-phonecode-wrap .phonecode-left {
  position: relative;
      float: left;
      border: 1px solid #ddd;
}
.item-phonecode-wrap .phonecode-left >label {
  float: left;
      width: 87px;
      height: 50px;
      line-height: 50px;
      padding-left: 20px;
      border-right: 2px solid rgb(221, 221, 221);
}
.item-phonecode-wrap .phonecode-left .phonecode {
  width: 151px;
}
.item-phonecode-wrap .btn-phonecode {
  float: left;
  width: 118px;
  height: 52px;
  border: 1px solid #ddd;
  border-left: none;
  background: #fff;
  color: #333;
  padding: 0;
}
.form-agreen {
  position: relative;
      margin-bottom: 20px;
      color: #333;
      font-size: 12px;
      word-wrap: break-word;
      white-space: nowrap;
}
.form-agreen>input{
  display: none;
      width: 18px;
      height: 18px;
      border: solid 1px #cfd1d3;
      vertical-align: text-top;
      padding: 0;
      margin: 0;
}
.form-agreen>a{
  color: #06c;
}
.form-agreen>a:hover{
  color: #c81623;
  text-decoration: underline;
}
.form-agreen .sim-checkbox {
      float: left;
      margin-right: 10px;
      width: 18px;
      height: 18px;
      border: 1px solid #ddd;
      background: url(//misc.360buyimg.com/user/reg-com/css/i/reg-icon.png) no-repeat;
      background-position: -107px -156px;
}
.form-agreen .sim-checkbox.not-checked {
  background: 0 0;
}
#register .btn-register {
  width: 100%;
      height: 54px;
      line-height: 54px;
      text-align: center;
      color: #fff;
      background: #3381cc;
      border: 0;
      font-size: 16px;
      font-family: "Microsoft YaHei","Hiragino Sans GB";
      cursor: pointer;
}
#main .reg-other{
  position: relative;
  padding-top: 20px;
  width: 400px;
  margin: auto;
}
#main .reg-other .reg-other-person {
  color: #333;
      cursor: pointer;
      text-decoration: none;
}