.y-modal-bank-head {
  height: 32px;
  line-height: 24px;
  a {
    text-decoration: underline;
    color: #3CA7E3;
    cursor: pointer;
  }
  span {
    font-size: 14px;
    font-weight: 700;
  }
}
.y-modal-bank-city {
  border: 1px solid #ECECEC;
  text-align: center;
  line-height: 33px;
  font-size: 13px;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer;
  &.active {
    background-color: #EFF6FC;
  }
  &:hover {
    border-color: #3CA7E3;
  }
}
