/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.page[data-v-430faf7a] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.container[data-v-430faf7a] {
  flex: 1;
  width: 100%;
  position: relative;
}
header[data-v-430faf7a] {
  width: 100%;
  height: 10.5rem;
  background: linear-gradient(right, #fed63c, #f5b901);
}
header h2[data-v-430faf7a] {
  height: 2.25rem;
  width: 100%;
  font-size: 0.85rem;
  color: #333752;
  text-align: center;
  line-height: 2.25rem;
}
header .avator[data-v-430faf7a] {
  height: 5.3rem;
  display: flex;
  align-items: center;
  padding: 0 0.875rem;
}
header .avator img[data-v-430faf7a] {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1PX solid #fdf1cd;
  margin-right: 0.6rem;
}
header .avator .name[data-v-430faf7a] {
  height: 3rem;
  flex: 1;
  padding-top: 0.5rem;
}
header .avator .name p[data-v-430faf7a] {
  margin-bottom: 0.5rem;
}
header .avator .name span[data-v-430faf7a] {
  height: 0.875rem;
  line-height: 0.875rem;
  background: #333752;
  color: #fff;
  font-size: 0.55rem;
  padding: 0 0.375rem;
  border-radius: 0.45rem;
}
header .avator .name span i[data-v-430faf7a] {
  color: #fff;
  font-size: 0.5rem;
}
header .avator .name button[data-v-430faf7a] {
  width: 3.75rem;
  height: 1.35rem;
  border-radius: 0.2rem;
  font-size: 0.65rem;
  background-color: rgba(255, 255, 255, 0.71);
  border: 0.05rem solid #f1b406;
  color: #d28a00;
  margin-top: 0.35rem;
}
header .avator .name button[data-v-430faf7a]:first-child {
  background: linear-gradient(to right, #e84c7f 0%, #f1c339 100%);
  color: #fff;
}
header .avator i[data-v-430faf7a] {
  color: #c1a542;
}
header .deposit[data-v-430faf7a] {
  width: 100%;
  height: 3rem;
  background: linear-gradient(right, #fedd5f, #f7c62f);
  padding: 0 0.525rem 0 0.825rem;
  display: flex;
  align-items: center;
}
header .deposit > div[data-v-430faf7a] {
  flex: 1;
  height: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
header .deposit > div p[data-v-430faf7a] {
  color: #333752;
  font-size: 0.6rem;
}
header .deposit > div[data-v-430faf7a]:after {
  content: '';
  display: block;
  width: 1PX;
  height: 1.5rem;
  position: absolute;
  right: 0.525rem;
  top: 0.15rem;
  background: #d5b958;
}
header .deposit button[data-v-430faf7a] {
  width: 2.5rem;
  height: 1.15rem;
  background: #333753;
  color: #fff;
  font-size: 0.65rem;
  border-radius: 0.2rem;
}
ul[data-v-430faf7a] {
  margin-top: 0.475rem;
}
ul li[data-v-430faf7a] {
  height: 2.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 0.8rem;
  border-bottom: 1PX solid #eee;
}
ul li .icon[data-v-430faf7a] {
  width: 1rem;
  height: 1rem;
  margin-right: 0.525rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul li .icon img[data-v-430faf7a] {
  width: 100%;
  height: 100%;
}
ul li .icon i[data-v-430faf7a] {
  font-size: 0.875rem;
}
ul li p[data-v-430faf7a] {
  font-size: 0.65rem;
  flex: 1;
}
ul li i[data-v-430faf7a] {
  color: #ccc;
  font-size: 0.65rem;
}

