.wux-cell {
  padding: 0;
  margin: 0;
  border-radius: 0;
  color: inherit!important;
  background: 0 0!important;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  text-decoration: inherit;
  overflow: inherit;
  padding: 20rpx 30rpx;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #fff
}
.wux-cell:after {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  transform: none;
  transform-origin: 0 0
}
.wux-cell:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2rpx;
  border-bottom: 2rpx solid #d9d9d9;
  color: #d9d9d9;
  transform-origin: 0 100%;
  transform: scaleY(.5);
  left: 30rpx
}
.wux-cell--last:after {
  display: none
}
.wux-cell--hover {
  background-color: #ececec!important
}
.wux-cell--disabled {
  opacity: .3
}
.wux-cell__thumb {
  display: block;
  width: 40rpx;
  height: 40rpx;
  margin-right: 10rpx
}
.wux-cell__bd {
  -ms-flex: 1;
  flex: 1
}
.wux-cell__text {
  text-align: left
}
.wux-cell__desc {
  text-align: left;
  line-height: 1.2;
  font-size: 24rpx;
  color: grey
}
.wux-cell__ft {
  text-align: right;
  color: grey
}
.wux-cell--access .wux-cell__ft {
  padding-right: 26rpx;
  position: relative
}
.wux-cell--access .wux-cell__ft:after {
  content: " ";
  display: inline-block;
  height: 12rpx;
  width: 12rpx;
  border-width: 4rpx 4rpx 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  transform: matrix(.71,.71,-.71,.71,0,0);
  position: relative;
  top: -4rpx;
  position: absolute;
  top: 50%;
  margin-top: -8rpx;
  right: 4rpx
}