
.signup-skin-white {
  background-color: #f4f5f7;
}

.signup-skin-white .topbar {
  height: 80px;
  min-height: 80px;
  margin-bottom: 74px;
  background-color: white;
}

.signup-skin-white .nav-logo {
  height: 80px;
  line-height: 80px;
}

.signup-skin-white .nav-logo .logo {
  height: 40px;
}

.signup-skin-white .navtitle{
  position: absolute; 
  top:20px;
  left: 25%;
  width: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bolder
}

.signup-skin-white .navbar-right {
  height: 80px;
  line-height: 80px;
}

.signup-skin-white .navbar-right .btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.signup-skin-white .navbar-right .btn-default {
  color: #007de6;
  background-color: white;
  border: 1px solid #cccccc;
}

.signup-skin-white .navbar-right .btn-primary {
  color: white;
  background: #007de6;
}



.signup-box {
  margin: 0 auto;
  background-color: #ffffff;
}

.signup-box .find-tip {
  margin-top: 44px;
  font-size: 20px;
  color: #cccccc;
  text-align: center;
}

.signup-box .content {
  padding-top: 0;
  padding-bottom: 0;
}

.signup-box .choose-type {
  margin: 66px auto 100px;
  text-align: center;
}

.signup-box .choose-type img {
  width: 120px;
  height: 120px;
}

.signup-box .choose-type a {
  color: #2f8ee4;
}

.signup-box .type-item {
  display: inline-block;
  width: 120px;
  margin-right: 200px;
}

.signup-box .type-item:last-child {
  margin-right: 0;
}

.signup-box .item-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #2f8ee4;
  border-radius: 50%;
}

.signup-box .item-icon::after {
  display: inline-block;
  width: 42px;
  height: 33px;
  margin: 22px auto 0;
  content: "";
  background: url(../images/bg.png) no-repeat -251px -5px;
}

.signup-box .mobile .item-icon::after {
  width: 30px;
  height: 44px;
  margin-top: 17px;
  background-position: -397px -5px;
}

.signup-box .mobile .item-icon:hover {
  background-color: #2f8ee4;
}

.signup-box .mobile .item-icon:hover::after {
  background-position: -327px -5px;
}

.signup-box .email .item-icon:hover {
  background-color: #2f8ee4;
}

.signup-box .email .item-icon:hover::after {
  background-position: -181px -5px;
}

.signup-box .footer {
  margin-top: 330px;
  margin-right: 60px;
  text-align: right;
}

.signup-box .form-group {
  margin-bottom: 30px;
  margin-left: 22%;
}

.signup-box .form-group .form-control-feedback {
  top: 8px;
  right: 28%;
}

.signup-box .form-group .help-block {
  top: 8px;
  margin-left: 20.5%;
}

.signup-box .argeement-box .form-control-feedback {
  top: 15px;
  right: 48%;
}

.signup-box .argeement-box input[type="checkbox"] {
  margin-top: 9px;
}

.signup-box .group-mobile .form-control-feedback,
.signup-box .group-verify-code .form-control-feedback {
  right: 47%;
}

.signup-box .group-verify-code img {
  cursor: pointer;
}

.signup-box .form-control {
  display: inline-block;
  width: 51%;
}

.signup-box .form-control[type=text], .signup-box .form-control[type=url], .signup-box .form-control[type=tel], .signup-box .form-control[type=date], .signup-box .form-control[type=datetime], .signup-box .form-control[type=password], .signup-box .form-control[type=email] {
  border-top: none;
  border-right: none;
  border-left: none;
}

.signup-box .input-group .form-control + .input-group-addon {
  position: relative;
  left: -30px;
  z-index: 2;
  background: transparent;
  border: 0 none;
}

.signup-box label {
  min-width: 20%;
  font-size: 16px;
  color: #3a3b40;
  text-align: right;
}

.signup-box .checkbox .checkbox {
  margin-left: 20.5%;
  text-align: left;
}

.signup-box .auth-code {
  position: absolute;
  top: -8px;
  left: 54%;
  display: inline-block;
  padding: 14px 20px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background-color: #39c732;
  border-radius: 4px;
}

.signup-box .auth-code.disabled {
  color: #999999;
  background: #ededed;
}

.signup-box .btn-option {
  margin-top: 68px;
  color: #ffffff;
}

.signup-box .btn-option.sign-footer {
  margin-top: 0;
}

.signup-box .btn-option button {
  width: 29%;
  margin: 0 auto 74px;
  background: #007de6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.signup-box .btn-option button:hover {
  color: #ffffff;
}

.signup-box .btn-option a {
  font-size: 14px;
  color: #007de6;
}

.signup-box .txt-remind {
  display: none;
  margin: 10px 0 0 20.5%;
  color: #767676;
}

.signup-box .txt-remind i {
  position: relative;
  top: 1px;
  margin-right: 5px;
  font-size: 18px;
  color: #0fd0a4;
}

.signup-box .col-sm-8 {
  padding-left: 0;
}

.signup-box legend {
  padding-bottom: 10px;
  font-size: 16px;
  color: #444444;
}

.signup-box .navbar-fixed-btn .btn {
  width: 240px;
  border-radius: 3px;
}

.signup-box .navbar-fixed-btn .btn-back {
  color: #2f8de4;
  background: #ffffff;
  border: 1px solid #2f8de4;
}

.signup-box .navbar-fixed-btn .btn-next {
  background: #2f8de4;
  border: 1px solid #2f8de4;
}

.signup-box .panel-body {
  padding: 10px 15px 30px 15px;
}

.signup-wrap .form-control {
  width: 100%;
}

.signup-wrap .form-group .form-control-feedback {
  right: 6%;
}

.signup-wrap .form-group .help-block {
  margin-left: 0;
}


/* 新版注册 */
.signup-box-header .signup-state li:last-child {
  margin-right: 0;
}

.signup-box-header .signup-state li.on {
  background: #55a2e8;
}

.signup-box-header .signup-state li.on.arrow-icon::after {
  border-color: transparent transparent transparent #55a2e8;
}

.signup-box-header .signup-state .arrow {
  right: 75px;
}


/*拆分拦截*/
.signup-skin-white .navbar-right .btn-primary{
  vertical-align: middle;
}
.signup-skin-white .btn-primary{
  border-color: #006fcd;
 }

.signup-skin-white a{
  color: #00539a;
}
.signup-skin-white a:hover,.signup-skin-white  a:active,.signup-skin-white a:focus{
  color: #00539a;
  text-decoration: underline;
}

.signup-skin-white .form-control:hover,.signup-skin-white .form-control:focus{
   border-color: #007de6;
}



.signup-state {
  margin: 0 auto;
  text-align: center;
}

.signup-state:after {
  display: block;
  clear: both;
  visibility: hidden;
  content: "\0020";
}

.signup-state .signup-flow-title {
  height: 105px;
  font-size: 40px;
  line-height: 105px;
  color: #007de6;
  border-bottom: 2px solid #dddddd;
}

.signup-state .signup-flow-list {
  display: inline-block;
  padding-left: 0;
  margin-top: 78px;
  list-style: none;
}

.signup-state .signup-flow-list li {
  position: relative;
  float: left;
  height: 44px;
  padding: 0 15px;
  margin-right: 22px;
  line-height: 44px;
  color: #ffffff;
  background: #cccccc;
}

.signup-state .signup-flow-list li.on {
  background: #007de6;
}

.signup-state .signup-flow-list li.on.arrow-icon::after {
  border-color: transparent transparent transparent #007de6;
}

.signup-state .signup-flow-list li.on .badge {
  color: #55a2e8;
}

.signup-state .signup-flow-list li:not(:first-child) {
  padding-left: 30px;
}

.signup-state .signup-flow-list li:not(:last-child) {
  padding-right: 0;
}

.signup-state .signup-flow-list .arrow-icon:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent white;
  border-style: dashed dashed dashed solid;
  border-width: 22px;
}

.signup-state .signup-flow-list .arrow-icon:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -44px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #cccccc;
  border-style: dashed dashed dashed solid;
  border-width: 22px;
}

.signup-state .signup-flow-list .arrow {
  position: absolute;
  top: 47px;
  right: 55px;
  display: none;
  width: 0;
  height: 0;
  content: "";
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  border-left: 15px solid transparent;
}

.signup-state .signup-flow-list .badge {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 5px;
  font-size: 20px;
  color: #cccccc;
  vertical-align: middle;
  background-color: white;
  border-radius: 500px;
}


.signup-skin-white .datepicker table td.today,.signup-skin-white .datepicker table td.today:hover,.signup-skin-white .datepicker table td.today.disabled,.signup-skin-white .datepicker table td.today.disabled:hover {
  color: #000000;
  background-color: #b5d5ff;
  border-color: #b5d5ff;
}

