@charset "UTF-8";
/* Typography */
/* Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`. */
/* Base */
/* Font Size */
/* Color */
/*
 * 定义圆角
 * $radius 圆角大小
 */
/*
 * 定义圆角
 */
/*
 * 盒子阴影
 * $right_left 右边阴影为正数 左边负数
 * $bottom_top 下边阴影为正数 上边负数
 * $box  阴影大小
 * $box_color 阴影颜色
 */
/*
 * 文字阴影,可以指定多组阴影
 * $right_left1 右边阴影为正数 左边负数
 * $bottom_top1 下边阴影为正数 上边负数
 * $text  阴影大小
 * $text_color 阴影颜色
 */
/*
 * 透明度 或渐变 1为不透明 0透明
 * css3 rgba(110, 142, 185, .4)!important;前三个是颜色值 后一个是透明值
 * 用来兼容所有浏览器
 */
/*
 * 旋转角度
 * $ro定义度数
 * IE不支持 滤镜支持0，1，2，3
 */
/*
 * 菱形旋转角度
 * $x横向缩放比例
 * $y纵向缩放比例
 */
/*
 * 放大缩小
 * $x横向缩放比例
 * $y纵向缩放比例
 */
/*
 * 移动距离
 * $x横向移动距离
 * $y纵向移动距离
 */
/*
 * 综合上面4种变化,效果看下面的过度动画
 * $rotate
 * $scale
 * $skew
 * $translate
 */
/*
 * 过度动画
 * id是css属性
 * 2s过度时间 0s是开始时间
 * ease-in进入
 */
/*
 * less文件中定义的函数
 * Animation 动画
 * $animation-name规定需要绑定到选择器的 keyframe 名称
 * $animation-duration规定完成动画所花费的时间，以秒或毫秒计,默认是 0。
 * $animation-timing-function规定动画的速度曲线。默认是 "ease"。
 * $animation-delay规定在动画开始之前的延迟。默认是 0。
 * $animation-iteration-count规定动画应该播放的次数。默认是 1。
 * $animation-direction规定是否应该轮流反向播放动画。默认是 "normal"。
 */
/*
 * 文案选择
 * $select none 禁止
 */
/*
 * 清除浮动
 */
.LoadInput {
  display: inline-block;
  height: 44px;
  width: 220px;
  background: #ff9239;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  /*noinspection CssUnknownProperty*/
  -ms-border-radius: 2px;
  /*noinspection CssUnknownProperty*/
  -o-border-radius: 2px; }
  .LoadInput:hover {
    background: #fa7f1b; }
  .LoadInput .LoadInput-gif {
    display: inline-block;
    height: 100%;
    width: 100%;
    background: url(/public/common/resources/loading-motion-dd19c7c5.gif) no-repeat center; }
@charset "UTF-8";
/* Typography */
/* Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`. */
/* Base */
/* Font Size */
/* Color */
/*
 * 定义圆角
 * $radius 圆角大小
 */
/*
 * 定义圆角
 */
/*
 * 盒子阴影
 * $right_left 右边阴影为正数 左边负数
 * $bottom_top 下边阴影为正数 上边负数
 * $box  阴影大小
 * $box_color 阴影颜色
 */
/*
 * 文字阴影,可以指定多组阴影
 * $right_left1 右边阴影为正数 左边负数
 * $bottom_top1 下边阴影为正数 上边负数
 * $text  阴影大小
 * $text_color 阴影颜色
 */
/*
 * 透明度 或渐变 1为不透明 0透明
 * css3 rgba(110, 142, 185, .4)!important;前三个是颜色值 后一个是透明值
 * 用来兼容所有浏览器
 */
/*
 * 旋转角度
 * $ro定义度数
 * IE不支持 滤镜支持0，1，2，3
 */
/*
 * 菱形旋转角度
 * $x横向缩放比例
 * $y纵向缩放比例
 */
/*
 * 放大缩小
 * $x横向缩放比例
 * $y纵向缩放比例
 */
/*
 * 移动距离
 * $x横向移动距离
 * $y纵向移动距离
 */
/*
 * 综合上面4种变化,效果看下面的过度动画
 * $rotate
 * $scale
 * $skew
 * $translate
 */
/*
 * 过度动画
 * id是css属性
 * 2s过度时间 0s是开始时间
 * ease-in进入
 */
/*
 * less文件中定义的函数
 * Animation 动画
 * $animation-name规定需要绑定到选择器的 keyframe 名称
 * $animation-duration规定完成动画所花费的时间，以秒或毫秒计,默认是 0。
 * $animation-timing-function规定动画的速度曲线。默认是 "ease"。
 * $animation-delay规定在动画开始之前的延迟。默认是 0。
 * $animation-iteration-count规定动画应该播放的次数。默认是 1。
 * $animation-direction规定是否应该轮流反向播放动画。默认是 "normal"。
 */
/*
 * 文案选择
 * $select none 禁止
 */
/*
 * 清除浮动
 */
.step-box {
  width: 750px;
  margin: 0 auto;
  border-bottom: dashed 1px #dddddd; }
  .step-box .step-label-list {
    width: 485px;
    padding-top: 60px;
    margin: 0px auto;
    text-align: center;
    font-size: 12px;
    color: #969696;
    position: relative; }
    .step-box .step-label-list p {
      display: inline-block;
      padding: 0;
      margin: 0; }
      .step-box .step-label-list p.active {
        color: #333; }
      .step-box .step-label-list p.item-left {
        position: absolute;
        left: 0; }
      .step-box .step-label-list p.item-right {
        position: absolute;
        right: 0; }
  .step-box .step-progress {
    width: 485px;
    height: 10px;
    margin: 15px auto 60px;
    background: #e6e6e6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*noinspection CssUnknownProperty*/
    -ms-border-radius: 5px;
    /*noinspection CssUnknownProperty*/
    -o-border-radius: 5px; }
    .step-box .step-progress .step-progress-current {
      height: 10px;
      width: 50%;
      background: #ff9239;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      /*noinspection CssUnknownProperty*/
      -ms-border-radius: 5px;
      /*noinspection CssUnknownProperty*/
      -o-border-radius: 5px; }
@charset "UTF-8";
/* Typography */
/* Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`. */
/* Base */
/* Font Size */
/* Color */
/*
 * 定义圆角
 * $radius 圆角大小
 */
/*
 * 定义圆角
 */
/*
 * 盒子阴影
 * $right_left 右边阴影为正数 左边负数
 * $bottom_top 下边阴影为正数 上边负数
 * $box  阴影大小
 * $box_color 阴影颜色
 */
/*
 * 文字阴影,可以指定多组阴影
 * $right_left1 右边阴影为正数 左边负数
 * $bottom_top1 下边阴影为正数 上边负数
 * $text  阴影大小
 * $text_color 阴影颜色
 */
/*
 * 透明度 或渐变 1为不透明 0透明
 * css3 rgba(110, 142, 185, .4)!important;前三个是颜色值 后一个是透明值
 * 用来兼容所有浏览器
 */
/*
 * 旋转角度
 * $ro定义度数
 * IE不支持 滤镜支持0，1，2，3
 */
/*
 * 菱形旋转角度
 * $x横向缩放比例
 * $y纵向缩放比例
 */
/*
 * 放大缩小
 * $x横向缩放比例
 * $y纵向缩放比例
 */
/*
 * 移动距离
 * $x横向移动距离
 * $y纵向移动距离
 */
/*
 * 综合上面4种变化,效果看下面的过度动画
 * $rotate
 * $scale
 * $skew
 * $translate
 */
/*
 * 过度动画
 * id是css属性
 * 2s过度时间 0s是开始时间
 * ease-in进入
 */
/*
 * less文件中定义的函数
 * Animation 动画
 * $animation-name规定需要绑定到选择器的 keyframe 名称
 * $animation-duration规定完成动画所花费的时间，以秒或毫秒计,默认是 0。
 * $animation-timing-function规定动画的速度曲线。默认是 "ease"。
 * $animation-delay规定在动画开始之前的延迟。默认是 0。
 * $animation-iteration-count规定动画应该播放的次数。默认是 1。
 * $animation-direction规定是否应该轮流反向播放动画。默认是 "normal"。
 */
/*
 * 文案选择
 * $select none 禁止
 */
/*
 * 清除浮动
 */
.ResetInput .error-text {
  left: 340px;
  top: 12px; }

.ResetInput .no-autocomplete {
  position: absolute !important;
  top: -9999px; }

.ResetInput table {
  margin: auto;
  color: #424c54; }
  .ResetInput table tbody .td-label {
    padding: 0;
    font-size: 14px; }
    .ResetInput table tbody .td-label .warn-tip {
      color: #f92846; }
    .ResetInput table tbody .td-label .label-verify-code {
      height: 40px;
      display: inline-block; }
  .ResetInput table tbody .td-input {
    padding: 10px 0;
    width: 360px;
    font-size: 14px;
    position: relative; }
    .ResetInput table tbody .td-input input {
      height: 22px;
      width: 298px;
      outline: none;
      border: solid 1px #e6e6e6;
      padding: 10px;
      background: transparent;
      position: relative;
      z-index: 10;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      /*noinspection CssUnknownProperty*/
      -ms-border-radius: 2px;
      /*noinspection CssUnknownProperty*/
      -o-border-radius: 2px; }
      .ResetInput table tbody .td-input input:focus {
        border: solid 1px #aaaaaa; }
      .ResetInput table tbody .td-input input.intl-phone-input {
        padding-left: 173px;
        width: 135px; }
    .ResetInput table tbody .td-input .area-ele {
      display: inline-block;
      width: 110px;
      height: 28px;
      vertical-align: middle;
      overflow: hidden; }
      .ResetInput table tbody .td-input .area-ele .area-name {
        float: left;
        display: inline-block;
        width: 65px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .ResetInput table tbody .td-input .area-ele .area-code {
        float: right; }
    .ResetInput table tbody .td-input .Select-options {
      border: solid 1px #aaaaaa; }
    .ResetInput table tbody .td-input .form-verify-code {
      position: relative;
      margin-bottom: 20px; }
      .ResetInput table tbody .td-input .form-verify-code input {
        width: 158px;
        vertical-align: middle; }
      .ResetInput table tbody .td-input .form-verify-code img {
        margin-left: 16px;
        display: inline-block;
        height: 44px;
        width: 124px;
        background: #363845;
        vertical-align: middle;
        cursor: pointer; }
      .ResetInput table tbody .td-input .form-verify-code .verify-code-freash {
        display: inline-block;
        height: 32px;
        width: 340px;
        padding-top: 12px;
        vertical-align: middle;
        position: absolute;
        left: 340px;
        top: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .ResetInput table tbody .td-input .form-verify-code .error-text {
        left: 0;
        top: 40px; }
      .ResetInput table tbody .td-input .form-verify-code .input-hint {
        top: 15px; }
    .ResetInput table tbody .td-input .form-button {
      margin-top: -10px;
      margin-bottom: 55px; }
      .ResetInput table tbody .td-input .form-button .LoadInput {
        width: 210px;
        height: 42px;
        box-shadow: 0px 3px 20px #ffc99e;
        -moz-box-shadow: 0px 3px 20px #ffc99e;
        -webkit-box-shadow: 0px 3px 20px #ffc99e; }
      .ResetInput table tbody .td-input .form-button input {
        height: 42px;
        width: 210px;
        outline: none;
        border: none;
        padding: 0;
        background: #ff9239;
        color: #ffffff;
        cursor: pointer;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        /*noinspection CssUnknownProperty*/
        -ms-border-radius: 2px;
        /*noinspection CssUnknownProperty*/
        -o-border-radius: 2px; }
        .ResetInput table tbody .td-input .form-button input:hover {
          background: #fa7f1b; }
        .ResetInput table tbody .td-input .form-button input.disabled, .ResetInput table tbody .td-input .form-button input.disabled:hover {
          box-shadow: 0px 0px 0px #ffc99e;
          -moz-box-shadow: 0px 0px 0px #ffc99e;
          -webkit-box-shadow: 0px 0px 0px #ffc99e;
          background: #c8c8c8; }
      .ResetInput table tbody .td-input .form-button .error-text {
        left: 0;
        top: 45px; }
    .ResetInput table tbody .td-input .select-county-box {
      position: absolute;
      width: 163px;
      left: 1px;
      top: 11px;
      height: 42px;
      z-index: 999; }
      .ResetInput table tbody .td-input .select-county-box .select-county-split {
        position: absolute;
        top: 11px;
        width: 1px;
        background: #aaa;
        height: 20px;
        z-index: 99999;
        left: 162px; }

.ResetInput .tab-box {
  border-bottom: 5px solid #eee;
  font-size: 18px;
  color: #333;
  display: inline-block; }
  .ResetInput .tab-box .tab-item {
    float: left;
    display: block;
    padding-bottom: 12px;
    border-bottom: 5px solid transparent;
    margin-bottom: -5px;
    margin-left: 25px;
    cursor: pointer; }
    .ResetInput .tab-box .tab-item:first-child {
      margin-left: 0px; }
    .ResetInput .tab-box .tab-item.active {
      border-color: #ff9239;
      cursor: default; }
@charset "UTF-8";
/* Typography */
/* Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`. */
/* Base */
/* Font Size */
/* Color */
/*
 * 定义圆角
 * $radius 圆角大小
 */
/*
 * 定义圆角
 */
/*
 * 盒子阴影
 * $right_left 右边阴影为正数 左边负数
 * $bottom_top 下边阴影为正数 上边负数
 * $box  阴影大小
 * $box_color 阴影颜色
 */
/*
 * 文字阴影,可以指定多组阴影
 * $right_left1 右边阴影为正数 左边负数
 * $bottom_top1 下边阴影为正数 上边负数
 * $text  阴影大小
 * $text_color 阴影颜色
 */
/*
 * 透明度 或渐变 1为不透明 0透明
 * css3 rgba(110, 142, 185, .4)!important;前三个是颜色值 后一个是透明值
 * 用来兼容所有浏览器
 */
/*
 * 旋转角度
 * $ro定义度数
 * IE不支持 滤镜支持0，1，2，3
 */
/*
 * 菱形旋转角度
 * $x横向缩放比例
 * $y纵向缩放比例
 */
/*
 * 放大缩小
 * $x横向缩放比例
 * $y纵向缩放比例
 */
/*
 * 移动距离
 * $x横向移动距离
 * $y纵向移动距离
 */
/*
 * 综合上面4种变化,效果看下面的过度动画
 * $rotate
 * $scale
 * $skew
 * $translate
 */
/*
 * 过度动画
 * id是css属性
 * 2s过度时间 0s是开始时间
 * ease-in进入
 */
/*
 * less文件中定义的函数
 * Animation 动画
 * $animation-name规定需要绑定到选择器的 keyframe 名称
 * $animation-duration规定完成动画所花费的时间，以秒或毫秒计,默认是 0。
 * $animation-timing-function规定动画的速度曲线。默认是 "ease"。
 * $animation-delay规定在动画开始之前的延迟。默认是 0。
 * $animation-iteration-count规定动画应该播放的次数。默认是 1。
 * $animation-direction规定是否应该轮流反向播放动画。默认是 "normal"。
 */
/*
 * 文案选择
 * $select none 禁止
 */
/*
 * 清除浮动
 */
.ResetActive {
  margin-top: 60px; }
  .ResetActive .no-autocomplete {
    position: absolute;
    top: -9999px; }
  .ResetActive table {
    margin: auto;
    color: #424c54; }
    .ResetActive table tbody .td-label {
      padding: 0;
      font-size: 16px;
      position: relative; }
      .ResetActive table tbody .td-label .warn-tip {
        color: #f92846; }
      .ResetActive table tbody .td-label .form-head {
        font-size: 14px;
        color: #ff9239;
        position: absolute;
        width: 750px;
        bottom: 0;
        left: 0;
        padding-bottom: 15px; }
    .ResetActive table tbody .td-input {
      padding: 10px 0;
      width: 320px;
      font-size: 14px;
      position: relative; }
      .ResetActive table tbody .td-input .form-input input {
        height: 22px;
        width: 158px;
        outline: none;
        border: solid 1px #e6e6e6;
        padding: 10px;
        vertical-align: middle;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        /*noinspection CssUnknownProperty*/
        -ms-border-radius: 2px;
        /*noinspection CssUnknownProperty*/
        -o-border-radius: 2px; }
        .ResetActive table tbody .td-input .form-input input:focus {
          border: solid 1px #aaaaaa; }
      .ResetActive table tbody .td-input .form-input .LoadInput {
        display: inline-block;
        height: 44px;
        width: 124px;
        vertical-align: middle;
        margin-left: 15px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        /*noinspection CssUnknownProperty*/
        -ms-border-radius: 2px;
        /*noinspection CssUnknownProperty*/
        -o-border-radius: 2px; }
        .ResetActive table tbody .td-input .form-input .LoadInput:hover {
          background: #ff9239; }
      .ResetActive table tbody .td-input .form-input .re-get-code {
        display: inline-block;
        height: 28px;
        width: 124px;
        text-align: center;
        font-size: 12px;
        padding-top: 16px;
        color: #ffffff;
        background: #ff9239;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        /*noinspection CssUnknownProperty*/
        -ms-border-radius: 2px;
        /*noinspection CssUnknownProperty*/
        -o-border-radius: 2px; }
        .ResetActive table tbody .td-input .form-input .re-get-code.hasSms {
          background: #b6b8c2;
          cursor: default; }
      .ResetActive table tbody .td-input .form-input .error-text {
        left: 340px;
        top: 12px;
        max-width: 280px; }
        .ResetActive table tbody .td-input .form-input .error-text.warn {
          background: url(/public/common/resources/warn-7f29e5e5.png) no-repeat left 12px; }
      .ResetActive table tbody .td-input .form-button {
        margin-top: 10px;
        margin-bottom: 55px; }
        .ResetActive table tbody .td-input .form-button .LoadInput {
          width: 218px;
          height: 42px;
          box-shadow: 0px 3px 20px #ffc99e;
          -moz-box-shadow: 0px 3px 20px #ffc99e;
          -webkit-box-shadow: 0px 3px 20px #ffc99e; }
        .ResetActive table tbody .td-input .form-button input {
          height: 42px;
          width: 218px;
          outline: none;
          border: none;
          padding: 0;
          background: #ff9239;
          color: #ffffff;
          cursor: pointer;
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          /*noinspection CssUnknownProperty*/
          -ms-border-radius: 2px;
          /*noinspection CssUnknownProperty*/
          -o-border-radius: 2px; }
          .ResetActive table tbody .td-input .form-button input:hover {
            background: #fa7f1b; }
        .ResetActive table tbody .td-input .form-button .error-text {
          left: 0;
          top: 70px; }
@charset "UTF-8";
/* Typography */
/* Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`. */
/* Base */
/* Font Size */
/* Color */
/*
 * 定义圆角
 * $radius 圆角大小
 */
/*
 * 定义圆角
 */
/*
 * 盒子阴影
 * $right_left 右边阴影为正数 左边负数
 * $bottom_top 下边阴影为正数 上边负数
 * $box  阴影大小
 * $box_color 阴影颜色
 */
/*
 * 文字阴影,可以指定多组阴影
 * $right_left1 右边阴影为正数 左边负数
 * $bottom_top1 下边阴影为正数 上边负数
 * $text  阴影大小
 * $text_color 阴影颜色
 */
/*
 * 透明度 或渐变 1为不透明 0透明
 * css3 rgba(110, 142, 185, .4)!important;前三个是颜色值 后一个是透明值
 * 用来兼容所有浏览器
 */
/*
 * 旋转角度
 * $ro定义度数
 * IE不支持 滤镜支持0，1，2，3
 */
/*
 * 菱形旋转角度
 * $x横向缩放比例
 * $y纵向缩放比例
 */
/*
 * 放大缩小
 * $x横向缩放比例
 * $y纵向缩放比例
 */
/*
 * 移动距离
 * $x横向移动距离
 * $y纵向移动距离
 */
/*
 * 综合上面4种变化,效果看下面的过度动画
 * $rotate
 * $scale
 * $skew
 * $translate
 */
/*
 * 过度动画
 * id是css属性
 * 2s过度时间 0s是开始时间
 * ease-in进入
 */
/*
 * less文件中定义的函数
 * Animation 动画
 * $animation-name规定需要绑定到选择器的 keyframe 名称
 * $animation-duration规定完成动画所花费的时间，以秒或毫秒计,默认是 0。
 * $animation-timing-function规定动画的速度曲线。默认是 "ease"。
 * $animation-delay规定在动画开始之前的延迟。默认是 0。
 * $animation-iteration-count规定动画应该播放的次数。默认是 1。
 * $animation-direction规定是否应该轮流反向播放动画。默认是 "normal"。
 */
/*
 * 文案选择
 * $select none 禁止
 */
/*
 * 清除浮动
 */
.RegisterInput .error-text {
  left: 340px;
  top: 12px; }

.RegisterInput .no-autocomplete {
  position: absolute !important;
  top: -9999px; }

.RegisterInput table {
  margin: auto;
  color: #424c54; }
  .RegisterInput table tbody .td-label {
    padding: 0;
    font-size: 14px; }
    .RegisterInput table tbody .td-label .warn-tip {
      color: #f92846; }
    .RegisterInput table tbody .td-label .label-verify-code {
      height: 40px;
      display: inline-block; }
  .RegisterInput table tbody .td-input {
    padding: 10px 0;
    width: 360px;
    font-size: 14px;
    position: relative; }
    .RegisterInput table tbody .td-input input {
      height: 22px;
      width: 298px;
      outline: none;
      border: solid 1px #e6e6e6;
      padding: 10px;
      background: transparent;
      position: relative;
      z-index: 10;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      /*noinspection CssUnknownProperty*/
      -ms-border-radius: 2px;
      /*noinspection CssUnknownProperty*/
      -o-border-radius: 2px; }
      .RegisterInput table tbody .td-input input:focus {
        border: solid 1px #aaaaaa; }
    .RegisterInput table tbody .td-input .password-strength {
      margin-top: 5px;
      position: relative; }
      .RegisterInput table tbody .td-input .password-strength .password-strength-box {
        vertical-align: middle;
        display: inline-block;
        width: 320px;
        height: 10px;
        background: #eeeeee;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        /*noinspection CssUnknownProperty*/
        -ms-border-radius: 2px;
        /*noinspection CssUnknownProperty*/
        -o-border-radius: 2px; }
        .RegisterInput table tbody .td-input .password-strength .password-strength-box .password-strength-value {
          vertical-align: text-top;
          display: inline-block;
          width: 50px;
          height: 10px;
          border-radius: 2px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          /*noinspection CssUnknownProperty*/
          -ms-border-radius: 2px;
          /*noinspection CssUnknownProperty*/
          -o-border-radius: 2px; }
      .RegisterInput table tbody .td-input .password-strength .password-strength-text {
        left: 340px;
        top: 0;
        position: absolute;
        font-size: 14px;
        width: 340px; }
    .RegisterInput table tbody .td-input .form-button {
      margin-top: 15px;
      margin-bottom: 55px; }
      .RegisterInput table tbody .td-input .form-button .LoadInput {
        width: 210px;
        height: 42px;
        box-shadow: 0px 3px 20px #ffc99e;
        -moz-box-shadow: 0px 3px 20px #ffc99e;
        -webkit-box-shadow: 0px 3px 20px #ffc99e; }
      .RegisterInput table tbody .td-input .form-button input {
        height: 42px;
        width: 210px;
        outline: none;
        border: none;
        padding: 0;
        background: #ff9239;
        color: #ffffff;
        cursor: pointer;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        /*noinspection CssUnknownProperty*/
        -ms-border-radius: 2px;
        /*noinspection CssUnknownProperty*/
        -o-border-radius: 2px; }
        .RegisterInput table tbody .td-input .form-button input:hover {
          background: #fa7f1b; }
        .RegisterInput table tbody .td-input .form-button input.disabled, .RegisterInput table tbody .td-input .form-button input.disabled:hover {
          box-shadow: 0px 0px 0px #ffc99e;
          -moz-box-shadow: 0px 0px 0px #ffc99e;
          -webkit-box-shadow: 0px 0px 0px #ffc99e;
          background: #c8c8c8; }
      .RegisterInput table tbody .td-input .form-button .error-text {
        left: 0;
        top: 65px; }
.reset-success-box {
  padding-top: 10px;
  text-align: center; }
  .reset-success-box .reset-time-tick {
    font-size: 22px;
    color: #666; }
  .reset-success-box .reset-success-tip-box {
    max-width: 750px;
    margin: 15px auto 0;
    font-size: 12px;
    color: #333;
    line-height: 21px; }
    .reset-success-box .reset-success-tip-box .reset-success-tip-icon {
      display: inline-block;
      height: 21px;
      background: url(/public/common/resources/right-42e39fd2.png) no-repeat;
      padding-left: 25px; }
@charset "UTF-8";
/* Typography */
/* Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`. */
/* Base */
/* Font Size */
/* Color */
/*
 * 定义圆角
 * $radius 圆角大小
 */
/*
 * 定义圆角
 */
/*
 * 盒子阴影
 * $right_left 右边阴影为正数 左边负数
 * $bottom_top 下边阴影为正数 上边负数
 * $box  阴影大小
 * $box_color 阴影颜色
 */
/*
 * 文字阴影,可以指定多组阴影
 * $right_left1 右边阴影为正数 左边负数
 * $bottom_top1 下边阴影为正数 上边负数
 * $text  阴影大小
 * $text_color 阴影颜色
 */
/*
 * 透明度 或渐变 1为不透明 0透明
 * css3 rgba(110, 142, 185, .4)!important;前三个是颜色值 后一个是透明值
 * 用来兼容所有浏览器
 */
/*
 * 旋转角度
 * $ro定义度数
 * IE不支持 滤镜支持0，1，2，3
 */
/*
 * 菱形旋转角度
 * $x横向缩放比例
 * $y纵向缩放比例
 */
/*
 * 放大缩小
 * $x横向缩放比例
 * $y纵向缩放比例
 */
/*
 * 移动距离
 * $x横向移动距离
 * $y纵向移动距离
 */
/*
 * 综合上面4种变化,效果看下面的过度动画
 * $rotate
 * $scale
 * $skew
 * $translate
 */
/*
 * 过度动画
 * id是css属性
 * 2s过度时间 0s是开始时间
 * ease-in进入
 */
/*
 * less文件中定义的函数
 * Animation 动画
 * $animation-name规定需要绑定到选择器的 keyframe 名称
 * $animation-duration规定完成动画所花费的时间，以秒或毫秒计,默认是 0。
 * $animation-timing-function规定动画的速度曲线。默认是 "ease"。
 * $animation-delay规定在动画开始之前的延迟。默认是 0。
 * $animation-iteration-count规定动画应该播放的次数。默认是 1。
 * $animation-direction规定是否应该轮流反向播放动画。默认是 "normal"。
 */
/*
 * 文案选择
 * $select none 禁止
 */
/*
 * 清除浮动
 */
.App-intro {
  background: #ffffff;
  margin-top: 40px;
  height: 650px; }
  .App-intro .resetPwd-box {
    margin-top: 50px; }
  .App-intro .error-text {
    padding: 12px 0 12px 20px;
    position: absolute;
    font-size: 14px;
    width: 340px;
    color: #f92846; }
    .App-intro .error-text.warn {
      background: url(/public/common/resources/warn-7f29e5e5.png) no-repeat left; }
    .App-intro .error-text.error {
      background: url(/public/common/resources/error-07c0f333.png) no-repeat left; }
  .App-intro .input-hint {
    position: absolute;
    z-index: 5;
    font-size: 12px;
    color: #969696;
    left: 15px;
    top: 26px;
    width: 300px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .App-intro .input-hint.input-hint-intl {
      left: 185px; }
  .App-intro .App-login {
    padding-top: 30px;
    font-size: 14px;
    color: #63686b;
    margin: auto;
    width: 600px;
    border-top: dashed 1px #dddddd;
    text-align: center; }
    .App-intro .App-login a, .App-intro .App-login a:active, .App-intro .App-login a:hover, .App-intro .App-login a:visited {
      color: #ff9239;
      text-decoration: none; }
