/* 个人页面银行卡变更样式 - 缩小版 */
@media (max-width: 1024px) {
  .example.example3 .fieldset {
    margin: 0 0px 20px;
    padding: 0;
    border-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #727479;
    line-height: 24px;
  }
	.example.example3 .fieldset .fieldset-title{
		margin-bottom: 15px;
		margin-left: 10px;
	}
  .example.example3 .field {
    padding: 25px 20px 23px;
    border: 1px solid #CFCFCF;
    border-radius: 12px;
    width: 100%;
    font-size: 22px;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: normal;
    background-color: #fff;
  }

  .example.example3 .field input{
    font-size: 28px;
  }

  .example.example3 .field.half-width {
    width: calc(50% - (15px / 2));
  }

  .example.example3 .field + .field {
    margin-top: 20px;
  }

  .example.example3 .field.focus,
  .example.example3 .field:focus {
    color: #424770;
    background-color: #F2F2F2;
  }

  .example.example3 .field.invalid {
    background-color: #fa755a;
  }

  .example.example3 .field.invalid.focus {
    background-color: #f6f9fc;
  }

  .example.example3 .field.focus::-webkit-input-placeholder,
  .example.example3 .field:focus::-webkit-input-placeholder {
    color: #cfd7df;
  }

  .example.example3 .field.focus::-moz-placeholder,
  .example.example3 .field:focus::-moz-placeholder {
    color: #cfd7df;
  }

  .example.example3 .field.focus:-ms-input-placeholder,
  .example.example3 .field:focus:-ms-input-placeholder {
    color: #cfd7df;
  }

  .example.example3 input, .example.example3 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
  }

  .example.example3 input {
    color: #000;
  }

  .example.example3 input::-webkit-input-placeholder {
    color: #9bacc8;
  }

  .example.example3 input::-moz-placeholder {
    color: #9bacc8;
  }

  .example.example3 input:-ms-input-placeholder {
    color: #9bacc8;
  }

  .example.example3 button {
    width: 100%;
    height: 70px;
    background: #3B89E7;
    border-radius: 35px;
    margin-top: 40px;
    border: 0;
    font-size: 28px;
    font-weight: normal;
    color: #FFFFFF;
  }

  .example.example3 button:active {
    background-color: #f5be58;
  }

  .example.example3 .error svg .base {
    fill: #fa755a;
  }

  .example.example3 .error svg .glyph {
    fill: #fff;
  }

  .example.example3 .error .message {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .example.example3 .fieldset {
    margin: 0 0px 15px;
    padding: 0;
    border-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #323232;
    margin-bottom: 8px;
    gap: 10px;
  }

  .example.example3 .field {
    padding: 12px 15px 13px;
    border: 1px solid #CFCFCF;
    border-radius: 6px;
    width: 100%;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: normal;
    background-color: #fff;
  }

  .example.example3 .field input{
    font-size: 16px;
  }

  .example.example3 .field.half-width {
    width: calc(50% - (12px / 2));
  }

  .example.example3 .field + .field {
    margin-top: 15px;
  }

  .example.example3 .field.focus,
  .example.example3 .field:focus {
    color: #424770;
    background-color: #F2F2F2;
  }

  .example.example3 .field.invalid {
    background-color: #fa755a;
  }

  .example.example3 .field.invalid.focus {
    background-color: #f6f9fc;
  }

  .example.example3 .field.focus::-webkit-input-placeholder,
  .example.example3 .field:focus::-webkit-input-placeholder {
    color: #cfd7df;
  }

  .example.example3 .field.focus::-moz-placeholder,
  .example.example3 .field:focus::-moz-placeholder {
    color: #cfd7df;
  }

  .example.example3 .field.focus:-ms-input-placeholder,
  .example.example3 .field:focus:-ms-input-placeholder {
    color: #cfd7df;
  }

  .example.example3 input, .example.example3 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
  }

  .example.example3 input {
    color: #000;
  }

  .example.example3 input::-webkit-input-placeholder {
    color: #9bacc8;
  }

  .example.example3 input::-moz-placeholder {
    color: #9bacc8;
  }

  .example.example3 input:-ms-input-placeholder {
    color: #9bacc8;
  }

  .example.example3 button {
    width: calc(100%);
    height: 45px;
    background: #3B89E7;
    border: 0;
    font-size: 16px;
    border-radius: 22px;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: 15px;
  }

  .example.example3 button:active {
    background-color: #f5be58;
  }

  .example.example3 .error svg .base {
    fill: #fa755a;
  }

  .example.example3 .error svg .glyph {
    fill: #fff;
  }

  .example.example3 .error .message {
    font-size: 12px;
  }
}