.right {
  float: right;
}
.space {
  height: 10px;
}
.register {
  margin: 92px 0 110px;
  text-align: center;
}
.register h1 {
  color: #333;
  font-size: 24px;
  line-height: 2;
}
.register .step {
  position: relative;
  margin: 26px auto 0;
  width: 328px;
  text-align: left;
}
.register .step:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 44px;
  top: 8px;
  height: 1px;
  width: 250px;
  background-color: #ccc;
}
.register .step li {
  display: inline-block;
  width: 80px;
  text-align: center;
}
.register .step .ico {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 16px;
}
.register .step .ico:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ccc;
}
.register .step .ico:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.register .step li:first-child .ico:before {
  background-color: #ff5f69;
}
.register .step.next li:first-child .ico:before {
  background: url(https://pic.8pig.com/img/pc/check.png) center center no-repeat transparent;
}
.register .step.next .right .ico:before {
  background-color: #ff5f69;
}
.register .step.next li:first-child .ico:after {
  display: none;
}
.register .step.next:after {
  background-color: #ff9ca0;
}
.register .step .name {
  display: inline-block;
  padding-top: 5px;
  font-size: 16px;
  color: #333;
}
.register .content {
  margin-top: 40px;
}
.register .content .code {
  width: 150px;
  height: 150px;
}
.register .content .slogan {
  margin-top: 5px;
  font-size: 16px;
  color: #333;
}
.input-form {
  margin: 0 auto;
  width: 370px;
}
.input-control {
  box-sizing: border-box;
  margin-bottom: 16px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  text-align: left;
  background-color: #fff;
  overflow: hidden;
}
.input-control.inner {
  margin-bottom: 0;
}
.input-control:after {
  display: table;
  content: ' ';
}
.input-control select {
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.input-control label {
  float: left;
  width: 20%;
  text-align: center;
  line-height: 38px;
}
.input-control input {
  float: left;
  padding: 5px 0;
  width: 80%;
  line-height: 28px;
}
.register .content .tip {
  font-size: 14px;
  line-height: 2;
  color: #999;
}
.input-control .right-icon {
  width: 68%;
}
.register .tip-normal {
  margin-top: 4px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #666;
}
.capture-box {
  margin-bottom: 16px;
  text-align: left;
}
.capture-box .input-control {
  display: inline-block;
  margin-bottom: 0;
  width: 70%;
}
.capture-box .input-control label {
  width: 72px;
}
.capture-box .input-control input {
  width: 184px;
}
.capture-box .btn {
  float: right;
  cursor: pointer;
  width: 100px;
}
.capture-box .tip a {
  padding-left: 10px;
  font-size: 12px;
  color: #666;
  text-decoration: underline;
}
.capture-box .tip a:hover {
  color: #ff5a61;
}
.register .btn {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.register .btn-normal {
  background-color: #fff;
  color: #ff5a61;
  border-color: #ff5a61;
}
.register .btn-primary {
  background-color: #ff5a61;
  color: #fff;
  border-color: #ff5a61;
}
.register .btn-disable {
  background-color: #ccc;
  color: #fff;
  border-color: #ccc;
}
.submit-box .btn-primary {
  width: 100%;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
}
.register .icon-eye {
  width: 40px;
  height: 38px;
  cursor: pointer;
  background: url(https://pic.8pig.com/img/pc/new/eye.png) center center no-repeat;
}
.register .input-control .icon-eye {
  float: left;
}
.register .content .protocol {
  margin-bottom: 16px;
  text-align: left;
  font-size: 12px;
  color: #333;
}
.register .content .protocol input {
  display: inline-block;
  vertical-align: middle;
}
.register .content .protocol label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.register .content .protocol a {
  color: #2f83fb;
}
.coupon-box {
  margin-top: 40px;
}
.coupon {
  margin: 0 auto;
  width: 376px;
  height: 132px;
  background: url(https://pic.8pig.com/img/pc/new/coupon.png) top left no-repeat;
}
.coupon .price {
  float: left;
  padding: 0 15px;
  font-size: 40px;
  line-height: 124px;
  color: #fff;
}
.coupon .price .unit {
  font-style: normal;
  font-size: 20px;
}
.coupon .detail {
  float: left;
  margin-left: 10px;
  padding-top: 20px;
  color: #999;
  text-align: left;
}
.coupon .detail h2 {
  font-size: 20px;
}
.coupon .detail p {
  font-size: 12px;
  line-height: 1.8;
}
.register input:-webkit-autofill,
.register textarea:-webkit-autofill,
.register select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #333;
}
.register .back {
  margin: 40px auto 0;
  width: 300px;
}
