.fe-cell {
  position: relative;
  display: -webkit-flex;
  display: flex;
  padding: 0 16px;
  background: #fff;
  justify-content: space-between;
  user-select: none;
  align-items: center;
  color: #333333;
}
.fe-cell:not(:last-child)::after {
  content: " ";
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  right: 16px;
  bottom: 0;
  left: 16px;
  border-bottom: 1px solid #eeeeee;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.fe-cell-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 16px;
  margin: auto 0;
}
.fe-cell-left-icon {
  margin-right: 5px;
}
.fe-cell-content {
  box-sizing: border-box;
  padding: 11px 0 12px;
  flex-grow: 1;
}
.fe-cell-content .fe-cell-title {
  font-size: 14px;
}
.fe-cell-content .fe-cell-subtitle {
  font-size: 14px;
  color: #999999;
  margin: 4px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fe-cell-right {
  display: flex;
}
.fe-cell-right .fe-cell-desc {
  font-size: 14px;
  color: #999999;
  white-space: nowrap;
}
.fe-cell-right .fe-cell-icon {
  margin: 0 0 0 12px;
}
.fe-cell.small .fe-cell-image,
.fe-cell.small img {
  width: 24px;
  height: 24px;
}
.fe-cell.small .fe-cell-content {
  margin-left: 32px;
  padding: 12px 16px 11px 0;
}
.fe-cell.middle .fe-cell-image,
.fe-cell.middle img {
  width: 32px;
  height: 32px;
}
.fe-cell.middle .fe-cell-content {
  margin-left: 42px;
  padding: 14px 16px 13px 0;
}
.fe-cell.large .fe-cell-image,
.fe-cell.large img {
  width: 48px;
  height: 48px;
}
.fe-cell.large .fe-cell-content {
  margin-left: 60px;
  padding: 15px 16px 15px 0;
  min-height: 94px;
}
.fe-picker {
  background: #fff;
}
.fe-scroller-component {
  display: block;
  position: relative;
  height: 238px;
  /*no*/
  overflow: hidden;
  width: 100%;
}
.fe-scroller-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.fe-scroller-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  transform: translateZ(0px);
  /*no*/
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 102px;
  /*no*/
  background-repeat: no-repeat;
}
.fe-scroller-item {
  text-align: center;
  font-size: 16px;
  /*no*/
  height: 34px;
  /*no*/
  line-height: 34px;
  /*no*/
  color: #000;
}
.fe-scroller-indicator {
  width: 100%;
  height: 34px;
  /*no*/
  position: absolute;
  left: 0;
  top: 102px;
  /*no*/
  z-index: 3;
  background-image: -webkit-linear-gradient(top, #d0d0d0, #d0d0d0, transparent, transparent), -webkit-linear-gradient(bottom, #d0d0d0, #d0d0d0, transparent, transparent);
  background-image: linear-gradient(to bottom, #d0d0d0, #d0d0d0, transparent, transparent), linear-gradient(to top, #d0d0d0, #d0d0d0, transparent, transparent);
  background-position: top, bottom;
  background-size: 100% 1px;
  /*no*/
  background-repeat: no-repeat;
}
.fe-scroller-item {
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fe-datetime-value {
  align-items: center;
}
.dp-container.fe-datetime-view {
  position: static;
  transition: none;
}
.dp-container.fe-datetime-view .dp-header {
  display: none;
}
.fe-datetime-clear {
  text-align: center;
}
.scroller-component {
  display: block;
  position: relative;
  height: 238px;
  overflow: hidden;
  width: 100%;
}
.scroller-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.scroller-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 102px;
  background-repeat: no-repeat;
}
.scroller-item {
  text-align: center;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  color: #000;
}
.scroller-indicator {
  width: 100%;
  height: 34px;
  position: absolute;
  left: 0;
  top: 102px;
  z-index: 3;
  background-image: linear-gradient(to bottom, #d0d0d0, #d0d0d0, transparent, transparent), linear-gradient(to top, #d0d0d0, #d0d0d0, transparent, transparent);
  background-position: top, bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}
.dp-container {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10000;
  background-color: #fff;
  display: none;
  transition: transform 0.3s ease;
  transform: translateY(100%);
}
.dp-mask {
  z-index: 998;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  background-color: #000;
  z-index: 9999;
}
.dp-header {
  display: flex;
  width: 100%;
  box-align: center;
  align-items: center;
  background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7, transparent, transparent);
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}
.dp-header .dp-item {
  color: #1990fa;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
}
.dp-header .dp-item.dp-left {
  color: #1990fa;
}
.dp-header .dp-item.dp-right {
  color: #1990fa;
}
.dp-content {
  display: flex;
  width: 100%;
  box-align: center;
  align-items: center;
  padding: 10px 0;
}
.dp-header .dp-item,
.dp-content .dp-item {
  box-sizing: border-box;
  flex: 1;
}
.fe-datetime-cancel {
  text-align: left;
  padding-left: 15px;
}
.fe-datetime-confirm {
  text-align: right;
  padding-right: 15px;
}
.fe-datetime {
  color: #000;
  text-decoration: none;
}
.fe-datetime .fe-input-icon {
  float: right;
  font-size: 23px;
  color: #f43530;
}
.fe-cell-primary {
  flex: 1;
}
