@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.verifyPhoneContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.verifyPhoneContent.BPS {
    min-height: calc(100vh - 110px);
}
.content-left {
  width: 100%;
  background-color: #fff;
}
.content-left .content-left-title {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 93px;
    text-align: center;
}
.verify-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 500px;
}
.verify-box input::-webkit-outer-spin-button,
  .verify-box input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}
.verify-box input[type='number'] {
    -moz-appearance: textfield;
}
.verify-box .icon {
    width: 179px;
    height: 114px;
}
.verify-box .module-container {
    margin-left: 20px;
}
.verify-box .module-container .title {
      font-size: 16px;
      font-weight: 500;
      color: #333333;
}
.verify-box .module-container .sub-mobile {
      font-size: 14px;
      font-weight: 400;
      color: #333333;
      margin-top: 10px;
}
.verify-box .module-container .sub-code {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 20px;
}
.verify-box .module-container .codeStr {
      width: 260px;
      background: #ffffff;
      border-radius: 4px 4px 4px 4px;
}
.verify-box .module-container .codeBtn {
      font-size: 14px;
      font-weight: 400;
      color: #fd6e06;
      margin-left: 20px;
      cursor: pointer;
}
.verify-box .module-container .codeBtn.active {
        color: #999;
}
.verify-box .btn {
    width: 100px;
    line-height: 32px;
    background: #fd6e06;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    opacity: 0.5;
}
.verify-box .btn.active {
      opacity: 1;
}

