/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.container-box[data-v-63cf28cf] {
  background-color: #F6F7FB;
}
.yo-scroll[data-v-63cf28cf] {
  background-color: transparent !important;
}
.yo-scroll .load-more[data-v-63cf28cf] {
  display: none !important;
}
.dialog-content[data-v-63cf28cf] {
  display: flex;
  justify-content: space-between;
  padding: 0.125rem 1.575rem 0.875rem;
}
.dialog-content .btn[data-v-63cf28cf] {
  width: 48%;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.7rem;
  position: relative;
}
.dialog-content .btn[data-v-63cf28cf]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0.3rem;
  border-all: 1PX solid #cccccc;
  border: 1PX solid #cccccc;
}
.dialog-content .btn.active[data-v-63cf28cf] {
  color: #f8a900;
  position: relative;
}
.dialog-content .btn.active[data-v-63cf28cf]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: calc(200% - 1PX);
  transform: scale(0.5, 0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 0.3rem;
  border-all: 1PX solid #f8a900;
  border: 1PX solid #f8a900;
}
.container-box[data-v-63cf28cf] {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
  width: 100%;
}
.ios-placeholder[data-v-63cf28cf] {
  width: 100%;
  height: 1.225rem;
}
.container[data-v-63cf28cf] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-box[data-v-63cf28cf] {
  position: relative;
  width: 100%;
}
.info-box .bg[data-v-63cf28cf] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 9.25rem;
  z-index: 1;
}
.info-box .user[data-v-63cf28cf] {
  position: relative;
  z-index: 2;
  padding: 0.75rem;
  display: flex;
  align-items: center;
}
.info-box .user > img[data-v-63cf28cf] {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.75rem;
}
.info-box .user > p[data-v-63cf28cf] {
  font-size: 0.85rem;
  color: #333752;
  font-weight: bold;
  margin-right: 0.375rem;
}
.info-box .user > i[data-v-63cf28cf] {
  font-size: 0.5rem;
  color: #333752;
  font-weight: bold;
}
.info-box .vip[data-v-63cf28cf] {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 4.725rem;
  font-size: 0.7rem;
  color: #f8dcb1;
}
.info-box .vip[data-v-63cf28cf]:not(.vip-empty) {
  background: url(../static/img/bg_vip.7a049d23.png) no-repeat;
  background-size: 100% 100%;
}
.info-box .vip > p[data-v-63cf28cf] {
  position: absolute;
  top: 3.125rem;
  left: 2.5rem;
}
.info-box .social[data-v-63cf28cf] {
  position: absolute;
  z-index: 2;
  top: 4.75rem;
  left: 0.625rem;
  width: 8.375rem;
  height: 2.5rem;
  display: flex;
}
.info-box .social > li[data-v-63cf28cf] {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-box .social > li > p[data-v-63cf28cf] {
  font-size: 0.65rem;
  color: #333;
}
.info-box .social > li > span[data-v-63cf28cf] {
  margin-top: 0.25rem;
  font-size: 0.55rem;
  color: #999;
}
.info-box .vipTag[data-v-63cf28cf] {
  position: absolute;
  top: 1.25rem;
  right: 0.75rem;
  display: flex;
  align-items: center;
  z-index: 2;
}
.info-box .vipTag > img[data-v-63cf28cf] {
  width: 1.65rem;
  height: 1.325rem;
  z-index: 2;
}
.info-box .vipTag > p[data-v-63cf28cf] {
  font-size: 0.55rem;
  color: #fdf9ea;
  line-height: 0.9rem;
  height: 0.9rem;
  background: linear-gradient(to right, #e84c7f 0%, #f1c339 100%);
  padding: 0 0.5rem 0 1rem;
  margin-left: -0.825rem;
  border-radius: 0.5rem;
}
.info-box .balance[data-v-63cf28cf] {
  width: 94%;
  height: 6.25rem;
  display: flex;
  background-color: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
  margin: -2rem auto 0;
  padding-top: 3rem;
}
.info-box .balance > li[data-v-63cf28cf] {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333752;
}
.info-box .balance > li > p[data-v-63cf28cf] {
  font-size: 0.9rem;
  font-weight: bold;
}
.info-box .balance > li > span[data-v-63cf28cf] {
  margin-top: 0.375rem;
  font-size: 0.6rem;
}
.menu[data-v-63cf28cf] {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  padding: 0.75rem 0;
  background-color: #fff;
  border-radius: 0.75rem;
  width: 94%;
}
.menu > p[data-v-63cf28cf] {
  padding: 0 0.75rem;
  color: #282828;
  font-size: 0.7rem;
  font-weight: bold;
}
.menu > ul[data-v-63cf28cf] {
  display: flex;
  flex-wrap: wrap;
}
.menu > ul > li[data-v-63cf28cf] {
  margin-top: 0.75rem;
  margin-bottom: 0.375rem;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu > ul > li > img[data-v-63cf28cf] {
  width: 1.5rem;
  height: 1.5rem;
}
.menu > ul > li > span[data-v-63cf28cf] {
  margin-top: 0.25rem;
  color: #070707;
  font-size: 0.65rem;
}

