.wrap {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  min-height: 100vh;
  width: 100%;
  height: 100%; }
  .wrap .form-wrapper {
    margin: auto;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    width: auto; }

.header .logo {
  display: inline-block;
  margin-bottom: 1.875rem;
  width: 9.125rem;
  height: 3.375rem;
  background: url(/img/logo-transparent.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px; }

.left-panel {
  width: 37.5rem;
  height: 38.6875rem; }
  .left-panel img {
    width: 600px;
    height: 619px; }

.form-content {
  box-shadow: 0 0 10px 3px #ddd;
  display: flex; }

.form-group {
  margin-bottom: 1.25rem;
  position: relative; }
  .form-group input {
    height: auto;
    background-color: #f3f5f6;
    padding: 0.3125rem 0.75rem;
    line-height: 1.75;
    border-radius: 3px;
    border: 2px solid #ccc;
    width: 100%; }
    .form-group input.success {
      border: 1px solid;
      border-color: #3c763d;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    .form-group input.error {
      border: 1px solid;
      border-color: #a94442;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .form-group.splite input {
    width: 10.5625rem; }
    .form-group.splite input.phone:disabled {
      opacity: .65;
      cursor: not-allowed; }
  .form-group.splite .btn {
    border-radius: 3px;
    height: 2.25rem;
    width: 7.875rem;
    margin-top: -2px; }
    .form-group.splite .btn.phone:disabled {
      opacity: .65;
      cursor: not-allowed; }
    .form-group.splite .btn.phone:hover {
      color: #fff;
      background-color: #148f77;
      border-color: #0f705d; }
  .form-group.splite img {
    vertical-align: middle;
    margin-left: 10px; }
  .form-group#codeValid {
    display: none; }
  .form-group small {
    position: absolute;
    bottom: -20px;
    left: 2px;
    display: none; }
  .form-group p.validatetype {
    margin: 10px 0;
    font-size: 12px;
    display: none; }
    .form-group p.validatetype .btnbackup {
      color: #1abc9c;
      margin-left: 5px;
      text-decoration: none; }
    .form-group p.validatetype .btnbackup.disabled {
      cursor: not-allowed;
      pointer-events: none; }

.pop-user {
  padding: 0.75rem;
  display: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: absolute;
  top: 3.125rem;
  width: 100%;
  z-index: 12;
  font-size: 0.8125rem; }
  .pop-user span.icon-info {
    color: #8a6d3b; }
  .pop-user span.icon-Error {
    color: #a94442; }
  .pop-user span.icon-duigou {
    color: #3c763d; }
  .pop-user .trangle-out {
    width: 0.5rem;
    height: 0.5rem;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.875rem solid #ddd;
    display: inline-block;
    position: absolute;
    position: absolute;
    top: -0.875rem;
    left: 45%; }
  .pop-user .trangle-in {
    width: 0.5rem;
    height: 0.5rem;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.875rem solid #fff;
    display: inline-block;
    position: absolute;
    position: absolute;
    top: -0.75rem;
    left: 45%; }

.pop-pwd {
  padding: 0.75rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: absolute;
  top: 3.125rem;
  width: 100%;
  display: none;
  z-index: 12;
  font-size: 0.8125rem; }
  .pop-pwd span.icon-info {
    color: #8a6d3b; }
  .pop-pwd span.icon-Error {
    color: #a94442;
    display: none; }
  .pop-pwd span.icon-duigou {
    color: #3c763d;
    display: none; }
  .pop-pwd .trangle-out {
    width: 0.5rem;
    height: 0.5rem;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.875rem solid #ddd;
    display: inline-block;
    position: absolute;
    position: absolute;
    top: -0.875rem;
    left: 45%; }
  .pop-pwd .trangle-in {
    width: 0.5rem;
    height: 0.5rem;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.875rem solid #fff;
    display: inline-block;
    position: absolute;
    position: absolute;
    top: -0.75rem;
    left: 45%; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.42857143;
  color: #fff;
  background-color: #1abc9c;
  border-color: #17a689;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn.signup {
    width: 100%; }
    .btn.signup:disabled {
      opacity: .65;
      cursor: not-allowed; }

.tips {
  width: 100%; }
  .tips small {
    width: 100%;
    text-align: center;
    display: block; }
  .tips a {
    color: gray;
    text-decoration: none; }
    .tips a:hover {
      color: #1abc9c; }

.right-panel {
  width: 22.7rem; }
  .right-panel .form {
    padding: 1.875rem 1.875rem 0;
    border-radius: 4px;
    background-color: #fff; }
    .right-panel .form h2 {
      margin-bottom: 1.875rem;
      margin-top: 0;
      font-size: 1.5rem;
      color: #666;
      font-weight: 400;
      text-align: center;
      text-align: center; }

.ifx-modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 19; }
  .ifx-modal-wrap .ifx-modal-content {
    width: 600px;
    margin: 30px auto;
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
    .ifx-modal-wrap .ifx-modal-content .modal-header {
      padding: 15px;
      border-bottom: 1px solid #e5e5e5; }
      .ifx-modal-wrap .ifx-modal-content .modal-header button.close {
        font-size: 14px;
        margin-top: -2px;
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
        text-transform: none; }
    .ifx-modal-wrap .ifx-modal-content .modal-body {
      font-size: 14px;
      padding: 30px 15px 15px;
      max-height: 500px;
      overflow-y: scroll; }
      .ifx-modal-wrap .ifx-modal-content .modal-body h3.center {
        text-align: center;
        margin: 15px 0; }
      .ifx-modal-wrap .ifx-modal-content .modal-body h4 {
        margin-bottom: 10px; }
      .ifx-modal-wrap .ifx-modal-content .modal-body li {
        line-height: 1.4;
        padding-bottom: 8px; }
    .ifx-modal-wrap .ifx-modal-content .modal-footer {
      padding: 15px;
      text-align: right;
      border-top: 1px solid #e5e5e5; }
      .ifx-modal-wrap .ifx-modal-content .modal-footer .receive {
        display: inline-block;
        padding: 7px 21px;
        font-size: 14px;
        line-height: 1;
        border-radius: 4px;
        text-align: center;
        color: #fff;
        background: #3fccb4;
        border: none;
        cursor: pointer;
        text-decoration: none; }
      .ifx-modal-wrap .ifx-modal-content .modal-footer .refuse {
        display: inline-block;
        padding: 7px 21px;
        font-size: 14px;
        line-height: 1;
        border-radius: 4px;
        text-align: center;
        color: #3fccb4;
        border: 1px solid #3fccb4;
        background: #fff;
        cursor: pointer;
        text-decoration: none; }
  .ifx-modal-wrap ::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  .ifx-modal-wrap ::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: silver; }
  .ifx-modal-wrap ::-webkit-scrollbar-track {
    width: 12px; }
