.register {
  background: #ffffff; }
  .register .registerWrap {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto; }
    .register .registerWrap .register-body {
      background: url(../../../static/images/user/register_shop.png) right center no-repeat;
      background-size: 450px; }
    .register .registerWrap .successMsg {
      padding: 15px 0; }
      .register .registerWrap .successMsg p:last-child {
        color: var(--primary-color); }
  .register .registerForFree {
    position: absolute;
    top: 100px;
    right: 0;
    color: var(--text-color-3);
    font-size: 32px; }
  .register .register-body .input-body {
    width: 550px;
    padding-top: 50px;
    margin-left: 0; }
    .register .register-body .input-body .register-title {
      font-size: 24px;
      color: var(--text-color-3);
      font-weight: bold; }
    .register .register-body .input-body .duplicate {
      position: relative;
      width: max-content;
      font-size: 14px;
      margin: 15px 0 35px;
      z-index: 1; }
      .register .register-body .input-body .duplicate:after {
        content: "";
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 5px;
        background: #fff0b7;
        border-radius: 50px;
        z-index: -1; }

.userCountry .countryWrap .countryList {
  top: 42px; }
.userCountry .countryWrap .hadSearchCountry:before {
  top: 12px; }
.userCountry .el-form-item__content .countryWrap .el-input {
  width: 100% !important; }
  .userCountry .el-form-item__content .countryWrap .el-input input {
    width: 100%;
    height: 40px;
    line-height: 40px; }
  .userCountry .el-form-item__content .countryWrap .el-input .el-input__prefix .el-input__icon {
    margin-top: 3px; }

.el-icon-circle-check:before {
  color: var(--success-status-color); }

.el-icon-email {
  background: url("../../../static/images/el_icon_email.png") center center no-repeat;
  background-size: 17px; }

.el-icon-password {
  background: url("../../../static/images/el_icon_password.png") center center no-repeat;
  background-size: 17px; }

.verify-code .el-form-item__content {
  position: relative; }
  .verify-code .el-form-item__content .get-code {
    position: absolute;
    right: 8px;
    top: 3px;
    height: 34px;
    line-height: 34px;
    padding-right: 2px;
    background: #ffffff; }
    .verify-code .el-form-item__content .get-code span {
      font-weight: normal; }
    .verify-code .el-form-item__content .get-code .sending {
      display: block;
      color: var(--success-color);
      line-height: 34px;
      margin-top: 1px; }

.readCheck {
  font-size: 13px;
  line-height: 22px; }

.readCheck a {
  color: var(--primary-color); }

.el-tooltip__popper[x-placement^=top] .popper__arrow {
  bottom: -5px; }

.shouldLogin {
  color: var(--text-color-9); }

.shouldLogin a {
  color: var(--primary-color);
  margin-left: 10px; }

.registerSuccess {
  width: 100%;
  line-height: 40px;
  color: var(--text-color-3);
  font-size: 18px;
  text-align: center;
  padding: 180px 0; }

/*# sourceMappingURL=register.css.map */
