.bgSkin-management {
  .bgSkin-title {
    font-size: 1.428571rem;
    padding: 2.357143rem 0 1rem 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;

    .back {
      position: relative;
      display: inline-block;
      padding: .285714rem .571429rem;
      left: -8.571429rem;
      background-color: transparent;

      i {
        position: relative;
        display: inline-block;
        width: .714286rem;
        height: 1.142857rem;
        background: url('../images/common/back.png') no-repeat;
        background-size: 100% 100%;
      }
    }
  }

  .bg-skin {
    height: 3.571429rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 1.071429rem;
    span {
      font-size: 1.071429rem;
      &:nth-child(2){
        margin-left: .714286rem;
        color: #999;
      }
    }

    i {
      display: inline-block;
      width: .571429rem;
      height: .857143rem;
      background: url('../images/activitydesc/path.png') no-repeat;
      background-size: 100% 100%;
      margin-right: .357143rem;
    }
  }
  .kongbai{
    width: 100%;
    height: .714286rem;
    background-color: #f0eef1;
  }
  .clear-bg{
    line-height: 3.571429rem;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.071429rem;
  }
}

.weui-dialog__bd {
  padding: 0 .857143rem;
}

.page {
  .weui-flex__item {
    margin-right: .857143rem;
    margin-bottom: .857143rem;
    border: 3px solid transparent;
    &:nth-child(2n) {
      margin-right: 0;
    }
    &:hover{
      border: 3px solid #999999;
    }
  }

  img {
    width: 100%;
  }

  .weui-flex__item {
    position: relative;
  }

  input[type="radio"] {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    z-index: 1;
    vertical-align: top;
    outline: none;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-appearance: none;
  }
}