.mySetting {
  .item {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 14px;
    border-bottom: 1px solid #efefef;
  }

  .btn {
    margin: 50px auto;
    width: 80%;
    height: 50px;
    line-height: 50px;
    background-color: #34c0bc;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
  }
}
