.index-info,
.index-menu {
  background: white;
  margin-bottom: 10px; }
  .index-info a,
  .index-menu a {
    display: block; }
  .index-info dl,
  .index-menu dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 34px;
    font-weight: bold;
    padding: 8px 20px 8px 15px; }
    .index-info dl span,
    .index-menu dl span {
      display: inline-block;
      vertical-align: middle; }

.index-info dl {
  padding: 15px 20px; }
  .index-info dl dt {
    display: flex;
    align-items: center; }
  .index-info dl .btn {
    padding: 2px 10px;
    height: 26px; }
.index-info .avatar {
  width: 50px;
  height: 50px;
  margin-right: 11px;
  position: relative; }
  .index-info .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%; }
  .index-info .avatar i {
    position: absolute;
    top: -7px;
    right: -2px; }
.index-info .user-info,
.index-info .user-login {
  line-height: 1.3; }
  .index-info .user-info span,
  .index-info .user-login span {
    font-size: 12px;
    color: #999;
    font-weight: normal; }
  .index-info .user-info p,
  .index-info .user-login p {
    font-weight: bold; }
.index-info .user-login p, .index-info .user-login a {
  color: #8d7940; }

.vip-layer {
  height: 100%;
  padding: 0;
  padding-bottom: 10px;
  box-sizing: border-box;
  background: #f0f1f2;
  border-radius: 5px; }
  .vip-layer .layer-title {
    line-height: 48px;
    text-align: center;
    font-weight: bold;
    font-size: 16px; }
  .vip-layer .vipLayer-list {
    height: calc(100% - 48px);
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px; }
  .vip-layer .vip-info .vip-money p {
    font-size: 24px; }
  .vip-layer .vip-info .vip-desc {
    width: calc(100% - 30% - 30px); }
  .vip-layer .list-item {
    height: 42px;
    line-height: 42px;
    box-shadow: 0 2px 3px 0 rgba(193, 193, 193, 0.2);
    border: solid 1px rgba(119, 119, 119, 0.1);
    margin-bottom: 10px;
    border-radius: 4px; }
    .vip-layer .list-item a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 14px; }
    .vip-layer .list-item span {
      font-size: 14px;
      color: #333; }
    .vip-layer .list-item.active {
      border: solid 1px #ffa385; }
    .vip-layer .list-item .vip-radio {
      position: relative; }
      .vip-layer .list-item .vip-radio input {
        position: absolute;
        opacity: 0; }

.vip_radio_icons {
  background-image: url("../images/coupon_radio_icons.png");
  background-repeat: no-repeat;
  background-size: 18px auto;
  display: block;
  width: 14px;
  height: 14px;
  background-position: -2px -2px; }

.list-item.active .vip_radio_icons {
  background-position: -2px -20px; }

/*# sourceMappingURL=index.css.map */
