.account {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: .2rem;
  border-bottom: .1rem solid #cccccc; }
  .account .account-number {
    color: #be9131; }

.choose {
  padding: .2rem; }
  .choose div {
    padding: .05rem 0; }
  .choose .tips {
    display: flex;
    align-items: center;
    padding: 1rem 0; }
    .choose .tips span:last-child {
      margin-left: auto;
      border: 1px solid #be9131;
      padding: .1rem;
      border-radius: .5rem;
      color: #be9131; }
    .choose .tips span:nth-child(2) {
      margin-left: .1rem;
      font-size: .25rem;
      color: #be9131;
      text-decoration: underline; }
  .choose .tip {
    font-size: .2rem;
    color: #cccccc; }
  .choose .list {
    border: 1px solid #CCCCCC;
    margin-top: .5rem;
    height: 20rem;
    overflow-x: auto; }
    .choose .list div {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #CCCCCC;
      padding: 1rem; }
      .choose .list div a {
        margin-left: auto;
        color: #000000; }
    .choose .list div:last-child {
      border: none; }

#introduce {
  background: #ffffff;
  margin: auto; }
  #introduce .title {
    width: 100%;
    text-align: center;
    height: .9rem;
    background: #f4f4f4;
    line-height: .9rem; }
  #introduce .content {
    padding: 1rem; }
  #introduce .btn {
    text-align: center;
    color: #be9131;
    padding: 1rem 0; }

#add .title {
  width: 100%;
  text-align: center;
  height: .9rem;
  background: #f4f4f4; }
#add .content {
  padding: 2rem 1rem; }
#add .btn {
  text-align: center;
  color: #be9131;
  border-top: 1px solid #CCCCCC;
  padding: 1rem; }

.trumplist .dialog {
  margin: 0 auto;
  height: 40rem; }

/*# sourceMappingURL=trumpet.css.map */
