@charset "UTF-8";
/* 侧边栏宽度 */
/* 折叠后的侧边栏宽度 */
/* app默认字体大小 */
/* 搜索容器高度(可动态修改) */
/* app主题色 */
/* table 配色 */
.mobile-mine-container {
  background: url(../../static/images/6aebf946dbb1e827717f5149443777ea.png) no-repeat;
  background-size: 100vw;
  background-origin: 0 0;
  position: relative;
}
.mobile-mine-container .mine-box {
    width: calc(100% - 24px);
    background: #fff;
    border-radius: 8px;
    padding: 30px 16px;
    position: absolute;
    top: 45px;
    left: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.mobile-mine-container .mine-box img {
      width: 60px;
      height: 60px;
      -o-object-fit: cover;
         object-fit: cover;
}
.mobile-mine-container .mine-box p {
      font-size: 16px;
      font-weight: bold;
}
.mobile-mine-container .bottom-box {
    width: calc(100% - 24px);
    position: absolute;
    top: 180px;
    left: 12px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.mobile-mine-container .bottom-box .van-cell {
      height: 60px;
      line-height: 40px;
      padding: 10px 12px 10px 16px;
}
.mobile-mine-container .bottom-box .van-cell img {
        width: 20px;
        height: 20px;
}
.mobile-mine-container .bottom-box .van-cell .title {
        font-size: 15px;
        font-weight: bold;
}
.mobile-mine-container .bottom-box .van-cell .van-cell__right-icon {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #999999;
}

