body {
  color: #424141; }
  body input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.body-fixed {
  position: fixed;
  width: 100%;
  top: 0; }

.bg-box {
  height: 4.6rem;
  position: relative; }
  .bg-box .bg-img {
    width: 100%;
    height: 100%; }
  .bg-box .setup-btn {
    position: absolute;
    right: .4rem;
    bottom: .4rem;
    width: 2.2rem;
    height: .64rem;
    border-radius: 4px;
    border: solid 1px #ffffff;
    font-size: .28rem;
    letter-spacing: 2px;
    color: #fff; }

.setup-box {
  padding: 0 .4rem; }
  .setup-box > div {
    display: flex;
    justify-content: space-between;
    height: .98rem;
    border-bottom: 1px solid #f5f5f5;
    font-size: .3rem;
    line-height: .98rem;
    padding-right: .36rem;
    background: url("../img/personal/arrow.png") no-repeat right center;
    background-size: .13rem auto; }
    .setup-box > div.gender-box {
      background: none;
      padding-right: 0; }
      .setup-box > div.gender-box select {
        height: 100%; }
    .setup-box > div.birth-box {
      background: none;
      padding-right: 0; }
    .setup-box > div.nickname-box input {
      height: 100%; }
    .setup-box > div .right .phone-num {
      display: inline-block;
      text-align: right;
      width: 4.2rem; }
    .setup-box > div .right .datepicker {
      background: none;
      width: unset; }
    .setup-box > div .right p {
      text-align: right;
      font-size: .3rem;
      line-height: .98rem; }
    .setup-box > div .right input {
      border: 0;
      text-align: right;
      font-size: .3rem;
      line-height: .3rem;
      width: 4.2rem; }
    .setup-box > div .right select {
      border: 0;
      text-align: right;
      font-size: .3rem;
      line-height: .3rem;
      outline: medium;
      background: transparent; }
    .setup-box > div > p {
      color: #959595; }
  .setup-box .headimg-box .img-box {
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    overflow: hidden;
    margin-top: .13rem;
    margin-right: .3rem; }
    .setup-box .headimg-box .img-box .head-img {
      width: 100%;
      height: 100%; }
  .setup-box .pw-box .right {
    color: #96d2fa; }
  .setup-box .contacts-box a {
    display: block;
    width: 100%;
    color: #959595; }

.save-btn {
  display: block;
  width: 5.78rem;
  height: .78rem;
  border: solid 1px #959595;
  margin: .3rem auto 1rem;
  font-size: .32rem;
  line-height: .78rem;
  letter-spacing: 10px; }

.head-box {
  letter-spacing: 0;
  position: relative;
  height: .9rem;
  padding: 0 20px;
  line-height: .9rem;
  font-size: 17px;
  color: #96d2fa;
  text-align: center;
  background: -webkit-linear-gradient(left, #08121e, #1c2743);
  background: -o-linear-gradient(right, #08121e, #1c2743);
  background: -moz-linear-gradient(right, #08121e, #1c2743);
  background: linear-gradient(to right, #08121e, #1c2743); }
  .head-box .back {
    background: url("../img/common/back.png") no-repeat;
    background-size: 10px 20px;
    float: left;
    height: 20px;
    width: 10px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.mask-modify-phone {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; }
  .mask-modify-phone .first-box {
    padding-top: .9rem; }
    .mask-modify-phone .first-box .input-box {
      padding: 0 .4rem; }
      .mask-modify-phone .first-box .input-box .account-box {
        height: .9rem;
        font-size: .28rem;
        line-height: .9rem;
        border-bottom: 1px solid #f5f5f5; }
        .mask-modify-phone .first-box .input-box .account-box .account-input {
          border: 0;
          height: .9rem;
          font-size: .28rem;
          line-height: .28rem; }
      .mask-modify-phone .first-box .input-box .code-box {
        height: .9rem;
        font-size: .28rem;
        line-height: .9rem;
        border-bottom: 1px solid #f5f5f5; }
        .mask-modify-phone .first-box .input-box .code-box .code-input {
          border: 0;
          height: .9rem;
          font-size: .28rem;
          line-height: .28rem; }
        .mask-modify-phone .first-box .input-box .code-box .get-code-btn, .mask-modify-phone .first-box .input-box .code-box .btnStyle {
          float: right;
          margin-top: .15rem;
          width: 2.06rem;
          height: .56rem;
          background-color: #ffcc00;
          box-shadow: 0px 2px 0px 0px #ed8b00;
          border-radius: 4px; }
          .mask-modify-phone .first-box .input-box .code-box .get-code-btn.active, .mask-modify-phone .first-box .input-box .code-box .btnStyle.active {
            background: none;
            box-shadow: none;
            border: 1px solid #959595; }
    .mask-modify-phone .first-box .find-btn {
      display: block;
      width: 5.78rem;
      height: .78rem;
      border: solid 2px #959595;
      margin: 4.4rem auto 0;
      font-size: .32rem;
      letter-spacing: 1px; }
  .mask-modify-phone .second-box {
    display: none;
    padding-top: .9rem; }
    .mask-modify-phone .second-box .input-box {
      padding: 0 .4rem; }
      .mask-modify-phone .second-box .input-box .account-box {
        height: .9rem;
        font-size: .28rem;
        line-height: .9rem;
        border-bottom: 1px solid #f5f5f5; }
        .mask-modify-phone .second-box .input-box .account-box .account-input {
          border: 0;
          height: .9rem;
          font-size: .28rem;
          line-height: .28rem; }
      .mask-modify-phone .second-box .input-box .code-box {
        height: .9rem;
        font-size: .28rem;
        line-height: .9rem;
        border-bottom: 1px solid #f5f5f5; }
        .mask-modify-phone .second-box .input-box .code-box .code-input {
          border: 0;
          height: .9rem;
          font-size: .28rem;
          line-height: .28rem; }
        .mask-modify-phone .second-box .input-box .code-box .get-code-btn {
          float: right;
          margin-top: .15rem;
          width: 2.06rem;
          height: .56rem;
          background-color: #ffcc00;
          box-shadow: 0px 2px 0px 0px #ed8b00;
          border-radius: 4px; }
          .mask-modify-phone .second-box .input-box .code-box .get-code-btn.active {
            background: none;
            box-shadow: none;
            border: 1px solid #959595; }
    .mask-modify-phone .second-box .complete-btn {
      display: block;
      width: 5.78rem;
      height: .78rem;
      border: solid 2px #959595;
      margin: 4.4rem auto 0;
      font-size: .32rem;
      letter-spacing: 1px; }

.mask-modify-pw {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; }
  .mask-modify-pw .content {
    padding-top: 1rem; }
    .mask-modify-pw .content .input-items {
      height: .5rem;
      width: 5.4rem;
      margin: 0 auto .2rem; }
      .mask-modify-pw .content .input-items .inputTitle {
        width: 1.2rem;
        line-height: .4rem;
        display: inline-block; }
      .mask-modify-pw .content .input-items input {
        width: 3.8rem;
        height: .5rem;
        border: solid 1px gainsboro;
        font-size: 0.24rem;
        line-height: 0.24rem;
        padding-left: .06rem; }
    .mask-modify-pw .content .confirm-btn {
      display: block;
      width: 5.78rem;
      height: .78rem;
      border: solid 2px #959595;
      margin: 4.4rem auto 0;
      font-size: .32rem;
      letter-spacing: 1px; }

.mask-bind {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5; }
  .mask-bind .content {
    padding-top: .3rem; }
    .mask-bind .content > div {
      background-color: #fff;
      display: flex;
      justify-content: space-between;
      height: .98rem;
      border-bottom: 1px solid #f5f5f5;
      font-size: .3rem;
      line-height: .98rem;
      padding: 0 .4rem;
      margin-bottom: .2rem; }
      .mask-bind .content > div .left, .mask-bind .content > div .right {
        display: flex;
        align-items: center; }
      .mask-bind .content > div .left img {
        width: .54rem;
        margin-right: .2rem; }
      .mask-bind .content > div .right img {
        width: .12rem;
        margin-left: .12rem; }

#mask-bind {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); }
  #mask-bind .innerBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5rem;
    background: #fff;
    padding-top: .37rem;
    border-radius: 3px; }
    #mask-bind .innerBox h4 {
      font-size: .35rem;
      margin-bottom: .35rem;
      text-align: center; }
    #mask-bind .innerBox p {
      width: 4.15rem;
      font-size: .22rem;
      line-height: .38rem;
      margin: 0 auto .28rem; }
    #mask-bind .innerBox > .b {
      height: .94rem;
      border-top: 1px solid #f5f5f5;
      display: flex; }
      #mask-bind .innerBox > .b button {
        flex: 1;
        font-size: .3rem; }
        #mask-bind .innerBox > .b button:nth-child(1) {
          border-right: 1px solid #f5f5f5; }

.mask-tip {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 5.5rem;
  text-align: center; }
  .mask-tip .tip-detail {
    display: inline-block;
    padding: 0 .5rem;
    height: .92rem;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: .46rem;
    font-size: .28rem;
    line-height: .92rem;
    color: #fefefe;
    text-align: center; }

/*# sourceMappingURL=personalInfo.css.map */
