@font-face {
  font-family: uniicons;
  font-weight: normal;
  font-style: normal;
  src: url('https://img-cdn-qiniu.dcloud.net.cn/fonts/uni.ttf') format('truetype');
}

/*通用 */
div {
  font-size: 0.28rem;
  line-height: 1.8;
}

progress,
checkbox-group {
  width: 100%;
}

form {
  width: 100%;
}

.uni-flex {
  display: flex;
  flex-direction: row;
}

.uni-flex-item {
  flex: 1;
}

.uni-row {
  flex-direction: row;
}

.uni-column {
  flex-direction: column;
}

.uni-link {
  color: #576B95;
  font-size: 0.26rem;
}

.uni-center {
  text-align: center;
}

.uni-inline-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.uni-inline-item text {
  margin-right: 0.2rem;
}

.uni-inline-item text:last-child {
  margin-right: 0upx;
  margin-left: 0.2rem;
}

/* page */
.uni-page-head {
  padding: 0.35rem;
  text-align: center;
}

.uni-page-head-title {
  display: inline-block;
  padding: 0 0.4rem;
  font-size: 0.3rem;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #BEBEBE;
  box-sizing: border-box;
  border-bottom: 0.02rem solid #D8D8D8;
}

.uni-page-body {
  width: 100%;
  flex-grow: 1;
  overflow-x: hidden;
}

.uni-padding-wrap {
  width: 690upx;
  padding: 0 0.3rem;
}

.uni-word {
  text-align: center;
  padding: 2rem 1rem;
}

.uni-title {
  font-size: 0.3rem;
  font-weight: 500;
  padding: 0.2rem 0;
  line-height: 1.5;
}

.uni-text {
  font-size: 0.28rem;
}

.uni-title text {
  font-size: 0.24rem;
  color: #888;
}

.uni-text-gray {
  color: #ccc;
}

.uni-text-small {
  font-size: 0.24rem;
}

.uni-common-mb {
  margin-bottom: 0.3rem;
}

.uni-common-pb {
  padding-bottom: 0.3rem;
}

.uni-common-pl {
  padding-left: 0.3rem;
}

.uni-common-mt {
  margin-top: 0.3rem;
}

/* 背景色 */
.uni-bg-red {
  background: #F76260;
  color: #FFF;
}

.uni-bg-green {
  background: #09BB07;
  color: #FFF;
}

.uni-bg-blue {
  background: #007AFF;
  color: #FFF;
}

/* 标题 */
.uni-h1 {
  font-size: 0.80rem;
  font-weight: 700;
}

.uni-h2 {
  font-size: 0.60rem;
  font-weight: 700;
}

.uni-h3 {
  font-size: 0.48rem;
  font-weight: 700;
}

.uni-h4 {
  font-size: 0.36rem;
  font-weight: 700;
}

.uni-h5 {
  font-size: 0.28rem;
  color: #8f8f94;
}

.uni-h6 {
  font-size: 0.24rem;
  color: #8f8f94;
}

.uni-bold {
  font-weight: bold;
}

/* 文本溢出隐藏 */
.uni-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 竖向百分百按钮 */
.uni-btn-v {
  padding: 0.10rem 0;
}

.uni-btn-v button {
  margin: 0.20rem 0;
}

/* 表单 */
.uni-form-item {
  display: flex;
  width: 100%;
  padding: 0.10rem 0;
}

.uni-form-item .title {
  padding: 0.10rem 0.25rem;
}

.uni-label {
  width: 20.10rem;
  word-wrap: break-word;
  word-break: break-all;
  text-indent: 0.20rem;
}

.uni-input {
  height: 0.5rem;
  padding: 0.15rem 0.25rem;
  line-height: 0.5rem;
  font-size: 0.28rem;
  background: #FFF;
  flex: 1;
}

radio-group,
checkbox-group {
  width: 100%;
}

radio-group label,
checkbox-group label {
  padding-right: 0.20rem;
}

.uni-form-item .with-fun {
  display: flex;
  flex-wrap: nowrap;
  background: #FFFFFF;
}

.uni-form-item .with-fun .uni-icon {
  width: 0.4rem;
  height: 0.80rem;
  line-height: 0.80rem;
  flex-shrink: 0;
}

/* loadmore */
.uni-loadmore {
  height: 0.80rem;
  line-height: 0.80rem;
  text-align: center;
  padding-bottom: 0.3rem;
}

/*数字角标*/
.uni-badge,
.uni-badge-default {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 0.12rem;
  line-height: 1;
  display: inline-block;
  padding: 0.03rem 0.06rem;
  color: #333;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, .15);
}

.uni-badge.uni-badge-inverted {
  padding: 0 0.05rem 0 0;
  color: #929292;
  background-color: transparent
}

.uni-badge-primary {
  color: #fff;
  background-color: #007aff
}

.uni-badge-blue.uni-badge-inverted,
.uni-badge-primary.uni-badge-inverted {
  color: #007aff;
  background-color: transparent
}

.uni-badge-green,
.uni-badge-success {
  color: #fff;
  background-color: #4cd964;
}

.uni-badge-green.uni-badge-inverted,
.uni-badge-success.uni-badge-inverted {
  color: #4cd964;
  background-color: transparent
}

.uni-badge-warning,
.uni-badge-yellow {
  color: #fff;
  background-color: #f0ad4e
}

.uni-badge-warning.uni-badge-inverted,
.uni-badge-yellow.uni-badge-inverted {
  color: #f0ad4e;
  background-color: transparent
}

.uni-badge-danger,
.uni-badge-red {
  color: #fff;
  background-color: #dd524d
}

.uni-badge-danger.uni-badge-inverted,
.uni-badge-red.uni-badge-inverted {
  color: #dd524d;
  background-color: transparent
}

.uni-badge-purple,
.uni-badge-royal {
  color: #fff;
  background-color: #8a6de9
}

.uni-badge-purple.uni-badge-inverted,
.uni-badge-royal.uni-badge-inverted {
  color: #8a6de9;
  background-color: transparent
}

/*折叠面板 */
.uni-collapse-content {
  height: 0;
  width: 100%;
  overflow: hidden;
}

.uni-collapse-content.uni-active {
  height: auto;
}

/*卡片视图 */
.uni-card {
  background: #fff;
  border-radius: 0.08rem;
  margin: 0.20rem 0;
  position: relative;
  box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, .2);
}

.uni-card-content {
  font-size: 0.3rem;
}

.uni-card-content.image-view {
  width: 100%;
  margin: 0;
}

.uni-card-content-inner {
  position: relative;
  padding: 0.3rem;
}

.uni-card-footer,
.uni-card-header {
  position: relative;
  display: flex;
  min-height: 0.5rem;
  padding: 0.20rem 0.3rem;
  justify-content: space-between;
  align-items: center;
}

.uni-card-header {
  font-size: 0.36rem;
}

.uni-card-footer {
  color: #6d6d72;
}

.uni-card-footer:before,
.uni-card-header:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.02rem;
  content: '';
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  background-color: #e5e5e5;
}

.uni-card-header:after {
  top: auto;
  bottom: 0;
}

.uni-card-media {
  justify-content: flex-start;
}

.uni-card-media-logo {
  height: 0.84rem;
  width: 0.84rem;
  margin-right: 0.20rem;
}

.uni-card-media-body {
  height: 0.84rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.uni-card-media-text-top {
  line-height: 0.36rem;
  font-size: 0.34rem;
}

.uni-card-media-text-bottom {
  line-height: 0.3rem;
  font-size: 0.28rem;
  color: #8f8f94;
}

.uni-card-link {
  color: #007AFF;
}

/* 列表 */
.uni-list {
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.uni-list:after {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.01rem;
  content: '';
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  background-color: #c8c7cc;
}

.uni-list:before {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  left: 0;
  height: 0.01rem;
  content: '';
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  background-color: #c8c7cc;
}

.uni-list-cell {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.uni-list-cell-hover {
  background-color: #eee;
}

.uni-list-cell-pd {
  padding: 0.22rem 0.3rem;
}

.uni-list-cell-left {
  font-size: 0.28rem;
  padding: 0 0.3rem;
}

.uni-list-cell-db,
.uni-list-cell-right {
  flex: 1;
}

.uni-list-cell:after {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0.3rem;
  height: 0.01rem;
  content: '';
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  background-color: #c8c7cc;
}

.uni-list .uni-list-cell:last-child:after {
  height: 0rem;
}

.uni-list-cell-last.uni-list-cell:after {
  height: 0rem;
}

.uni-list-cell-divider {
  position: relative;
  display: flex;
  color: #999;
  background-color: #f7f7f7;
  padding: 0.15rem 0.2rem;
}

.uni-list-cell-divider:before {
  position: absolute;
  right: 0;
  top: 0;
  left: 0rem;
  height: 0.01rem;
  content: '';
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  background-color: #c8c7cc;
}

.uni-list-cell-divider:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0rem;
  height: 0.01rem;
  content: '';
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  background-color: #c8c7cc;
}

.uni-list-cell-navigate {
  font-size: 0.3rem;
  padding: 0.22rem 0.3rem;
  line-height: 0.48rem;
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}

.uni-list-cell-navigate {
  padding-right: 0.36rem;
}

.uni-navigate-badge {
  padding-right: 0.5rem;
}

.uni-list-cell-navigate.uni-navigate-right:after {
  font-family: uniicons;
  content: '\e583';
  position: absolute;
  right: 0.24rem;
  top: 50%;
  color: #bbb;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.uni-list-cell-navigate.uni-navigate-bottom:after {
  font-family: uniicons;
  content: '\e581';
  position: absolute;
  right: 0.24rem;
  top: 50%;
  color: #bbb;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.uni-list-cell-navigate.uni-navigate-bottom.uni-active:after {
  font-family: uniicons;
  content: '\e580';
  position: absolute;
  right: 0.24rem;
  top: 50%;
  color: #bbb;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.uni-collapse.uni-list-cell {
  flex-direction: column;
}

.uni-list-cell-navigate.uni-active {
  background: #eee;
}

.uni-list.uni-collapse {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
}

.uni-collapse .uni-list-cell {
  padding-left: 0.20rem;
}

.uni-collapse .uni-list-cell:after {
  left: 0.52rem;
}

.uni-list.uni-active {
  height: auto;
}

/* 三行列表 */
.uni-triplex-row {
  display: flex;
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  flex-direction: row;
  padding: 0.22rem 0.3rem;
}

.uni-triplex-right,
.uni-triplex-left {
  display: flex;
  flex-direction: column;
}

.uni-triplex-left {
  width: 84%;
}

.uni-triplex-left .uni-title {
  padding: 0.08rem 0;
}

.uni-triplex-left .uni-text,
.uni-triplex-left .uni-text-small {
  color: #999999;
}

.uni-triplex-right {
  width: 16%;
  text-align: right;
}

/* 图文列表 */
.uni-media-list {
  padding: 0.22rem 0.3rem;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  flex-direction: row;
}

.uni-navigate-right.uni-media-list {
  padding-right: 0.74rem;
}

.uni-pull-right {
  flex-direction: row-reverse;
}

.uni-pull-right>.uni-media-list-logo {
  margin-right: 0upx;
  margin-left: 0.20rem;
}

.uni-media-list-logo {
  height: 0.84rem;
  width: 0.84rem;
  margin-right: 0.20rem;
}

.uni-media-list-logo image {
  height: 100%;
  width: 100%;
}

.uni-media-list-body {
  height: 0.84rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}

.uni-media-list-text-top {
  width: 100%;
  line-height: 0.36rem;
  font-size: 0.3rem;
}

.uni-media-list-text-bottom {
  width: 100%;
  line-height: 0.3rem;
  font-size: 0.26rem;
  color: #8f8f94;
}

/* 九宫格 */
.uni-grid-9 {
  background: #f2f2f2;
  width: 70.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 0.02rem solid #eee;
}

.uni-grid-9-item {
  width: 20.5rem;
  height: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 0.02rem solid;
  border-right: 0.02rem solid;
  border-color: #eee;
  box-sizing: border-box;
}

.no-border-right {
  border-right: none;
}

.uni-grid-9-image {
  width: 1rem;
  height: 1rem;
}

.uni-grid-9-text {
  width: 20.5rem;
  line-height: 0.04rem;
  height: 0.4rem;
  text-align: center;
  font-size: 0.3rem;
}

.uni-grid-9-item-hover {
  background: rgba(0, 0, 0, 0.1);
}

/* 上传 */
.uni-uploader {
  flex: 1;
  flex-direction: column;
}

.uni-uploader-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.uni-uploader-info {
  color: #B2B2B2;
}

.uni-uploader-body {
  margin-top: 0.16rem;
}

.uni-uploader__files {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.uni-uploader__file {
  margin: 0.10rem;
  width: 2.1rem;
  height: 2.1rem;
}

.uni-uploader__img {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
}

.uni-uploader__input-box {
  position: relative;
  margin: 0.10rem;
  width: 2.08rem;
  height: 2.08rem;
  border: 0.02rem solid #D9D9D9;
}

.uni-uploader__input-box:before,
.uni-uploader__input-box:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #D9D9D9;
}

.uni-uploader__input-box:before {
  width: 0.04rem;
  height: 0.79rem;
}

.uni-uploader__input-box:after {
  width: 0.79rem;
  height: 0.04rem;
}

.uni-uploader__input-box:active {
  border-color: #999999;
}

.uni-uploader__input-box:active:before,
.uni-uploader__input-box:active:after {
  background-color: #999999;
}

.uni-uploader__input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*问题反馈*/
.feedback-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.20rem;
  color: #8f8f94;
  font-size: 0.28rem;
}

.feedback-star-view.feedback-title {
  justify-content: flex-start;
  margin: 0;
}

.feedback-quick {
  position: relative;
  padding-right: 0.4rem;
}

.feedback-quick:after {
  font-family: uniicons;
  font-size: 0.4rem;
  content: '\e581';
  position: absolute;
  right: 0;
  top: 50%;
  color: #bbb;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feedback-body {
  background: #fff;
}

.feedback-textare {
  height: 2rem;
  font-size: 0.34rem;
  line-height: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.20rem 0.3rem 0;
}

.feedback-input {
  font-size: 0.34rem;
  height: 0.5rem;
  min-height: 0.5rem;
  padding: 0.15rem 0.20rem;
  line-height: 0.5rem;
}

.feedback-uploader {
  padding: 0.22rem 0.20rem;
}

.feedback-star {
  font-family: uniicons;
  font-size: 0.4rem;
  margin-left: 0.06rem;
}

.feedback-star-view {
  margin-left: 0.20rem;
}

.feedback-star:after {
  content: '\e408';
}

.feedback-star.active {
  color: #FFB400;
}

.feedback-star.active:after {
  content: '\e438';
}

.feedback-submit {
  background: #007AFF;
  color: #FFFFFF;
  margin: 0.20rem;
}

/* input group */
.uni-input-group {
  position: relative;
  padding: 0;
  border: 0;
  background-color: #fff;
}

.uni-input-group:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.02rem;
  content: '';
  transform: scaleY(.5);
  background-color: #c8c7cc;
}

.uni-input-group:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.02rem;
  content: '';
  transform: scaleY(.5);
  background-color: #c8c7cc;
}

.uni-input-row {
  position: relative;
  display: flex;
  flex-direction: row;
  font-size: 0.28rem;
  padding: 0.22rem 0.3rem;
  justify-content: space-between;
}

.uni-input-group .uni-input-row:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0.3rem;
  height: 0.02rem;
  content: '';
  transform: scaleY(.5);
  background-color: #c8c7cc;
}

.uni-input-row label {
  line-height: 0.7rem;
}

/* textarea */
.uni-textarea {
  width: 100%;
  background: #FFF;
}

.uni-textarea textarea {
  width: 96%;
  padding: 0.18rem 2%;
  line-height: 1.6;
  font-size: 0.28rem;
  height: 1.5rem;
}

/* tab bar */
.uni-tab-bar {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.uni-tab-bar .list {
  width: 7.5rem;
  height: 100%;
}

.uni-swiper-tab {
  width: 100%;
  white-space: nowrap;
  line-height: 1rem;
  height: 1rem;
  border-bottom: 1px solid #c8c7cc;
}

.swiper-tab-list {
  font-size: 0.3rem;
  width: 1.5rem;
  display: inline-block;
  text-align: center;
  color: #555;
}

.uni-tab-bar .active {
  color: #007AFF;
}

.uni-tab-bar .swiper-box {
  flex: 1;
  width: 100%;
  height: calc(100% - 1rem);
}

.uni-tab-bar-loading {
  padding: 0.20rem 0;
}

/* steps */
.uni-steps {
  padding: 0.20rem 0.3rem;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.uni-steps view {
  display: flex;
  flex-wrap: wrap;
  float: none;
}

.uni-steps .step {
  width: 31.3%;
  margin: 0 1%;
  flex-wrap: nowrap;
}

.uni-steps .step-circle {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background: #F1F1F3;
  justify-content: center;
  line-height: 0.5rem;
  flex-shrink: 0;
  margin-right: 0.15rem;
  color: #666;
  font-size: 0.28rem;
}

.uni-steps .step-content {
  width: 100%;
  height: 0.22rem;
  border-bottom: 1px solid #F1F2F3;
}

.uni-steps .step-title {
  line-height: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF;
  width: auto;
  overflow: hidden;
  padding-right: 8upx;
}

.uni-steps .current .step-circle {
  background: #00B26A;
  color: #FFFFFF;
}

.uni-steps .current .step-content {
  border-color: #00B26A;
}

.uni-steps .current .step-title {
  color: #00B26A;
}

/* comment */
.uni-comment {
  padding: 5rpx 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.uni-comment-list {
  flex-wrap: nowrap;
  padding: 0.1rem 0;
  margin: 0.1rem 0;
  width: 100%;
  display: flex;
}

.uni-comment-face {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  margin-right: 0.20rem;
  flex-shrink: 0;
  overflow: hidden;
}

.uni-comment-face image {
  width: 100%;
  border-radius: 100%;
}

.uni-comment-body {
  width: 100%;
}

.uni-comment-top {
  line-height: 1.5em;
  justify-content: space-between;
}

.uni-comment-top text {
  color: #0A98D5;
  font-size: 0.24rem;
}

.uni-comment-date {
  line-height: 0.38rem;
  flex-direction: row;
  justify-content: space-between;
  display: flex !important;
  flex-grow: 1;
}

.uni-comment-date view {
  color: #666666;
  font-size: 0.24rem;
  line-height: 0.38rem;
}

.uni-comment-content {
  line-height: 1.6em;
  font-size: 0.28rem;
  padding: 0.08rem 0;
}

.uni-comment-replay-btn {
  background: #FFF;
  font-size: 0.24rem;
  line-height: 0.28rem;
  padding: 0.05rem 0.20rem;
  border-radius: 0.3rem;
  color: #333 !important;
  margin: 0 0.10rem;
}

/* swiper msg */
.uni-swiper-msg {
  width: 100%;
  padding: 0.12rem 0;
  flex-wrap: nowrap;
  display: flex;
}

.uni-swiper-msg-icon {
  width: 0.5rem;
  margin-right: 0.20rem;
}

.uni-swiper-msg-icon image {
  width: 100%;
  flex-shrink: 0;
}

.uni-swiper-msg swiper {
  width: 100%;
  height: 0.5rem;
}

.uni-swiper-msg swiper-item {
  line-height: 0.5rem;
}

/* product */
.uni-product-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
}

.uni-product {
  padding: 0.20rem;
  display: flex;
  flex-direction: column;
}

.image-view {
  height: 3.3rem;
  width: 3.3rem;
  margin: 0.12rem 0;
}

.uni-product-image {
  height: 3.3rem;
  width: 3.3rem;
}

.uni-product-title {
  width: 3rem;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.5;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.uni-product-price {
  margin-top: 0.10rem;
  font-size: 0.28rem;
  line-height: 1.5;
  position: relative;
}

.uni-product-price-original {
  color: #e80080;
}

.uni-product-price-favour {
  color: #888888;
  text-decoration: line-through;
  margin-left: 0.10rem;
}

.uni-product-tip {
  position: absolute;
  right: 0.10rem;
  background-color: #ff3333;
  color: #ffffff;
  padding: 0 0.10rem;
  border-radius: 5upx;
}

/* timeline */
.uni-timeline {
  margin: 0.35rem 0;
  display: flex;
  flex-direction: column;
  position: relative;
}


.uni-timeline-item {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-bottom: 0.20rem;
  box-sizing: border-box;
  overflow: hidden;

}

.uni-timeline-item .uni-timeline-item-keynode {
  width: 10.60rem;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-right: 0.20rem;
  text-align: right;
  line-height: 65upx;
}

.uni-timeline-item .uni-timeline-item-divider {
  flex-shrink: 0;
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  top: 0.15rem;
  border-radius: 50%;
  background-color: #bbb;
}



.uni-timeline-item-divider::before,
.uni-timeline-item-divider::after {
  position: absolute;
  left: 0.15rem;
  width: 0.01rem;
  height: 100vh;
  content: '';
  background: inherit;
}

.uni-timeline-item-divider::before {
  bottom: 100%;
}

.uni-timeline-item-divider::after {
  top: 100%;
}


.uni-timeline-last-item .uni-timeline-item-divider:after {
  display: none;
}

.uni-timeline-first-item .uni-timeline-item-divider:before {
  display: none;
}

.uni-timeline-item .uni-timeline-item-content {
  padding-left: 0.20rem;
}

.uni-timeline-last-item .bottom-border::after {
  display: none;
}

.uni-timeline-item-content .datetime {
  color: #CCCCCC;
}

/* 自定义节点颜色 */
.uni-timeline-last-item .uni-timeline-item-divider {
  background-color: #1AAD19;
}


/* uni-icon */

.uni-icon {
  font-family: uniicons;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

.uni-icon.uni-active {
  color: #007aff;
}

.uni-icon-contact:before {
  content: '\e100';
}

.uni-icon-person:before {
  content: '\e101';
}

.uni-icon-personadd:before {
  content: '\e102';
}

.uni-icon-contact-filled:before {
  content: '\e130';
}

.uni-icon-person-filled:before {
  content: '\e131';
}

.uni-icon-personadd-filled:before {
  content: '\e132';
}

.uni-icon-phone:before {
  content: '\e200';
}

.uni-icon-email:before {
  content: '\e201';
}

.uni-icon-chatbubble:before {
  content: '\e202';
}

.uni-icon-chatboxes:before {
  content: '\e203';
}

.uni-icon-phone-filled:before {
  content: '\e230';
}

.uni-icon-email-filled:before {
  content: '\e231';
}

.uni-icon-chatbubble-filled:before {
  content: '\e232';
}

.uni-icon-chatboxes-filled:before {
  content: '\e233';
}

.uni-icon-weibo:before {
  content: '\e260';
}

.uni-icon-weixin:before {
  content: '\e261';
}

.uni-icon-pengyouquan:before {
  content: '\e262';
}

.uni-icon-chat:before {
  content: '\e263';
}

.uni-icon-qq:before {
  content: '\e264';
}

.uni-icon-videocam:before {
  content: '\e300';
}

.uni-icon-camera:before {
  content: '\e301';
}

.uni-icon-mic:before {
  content: '\e302';
}

.uni-icon-location:before {
  content: '\e303';
}

.uni-icon-mic-filled:before,
.uni-icon-speech:before {
  content: '\e332';
}

.uni-icon-location-filled:before {
  content: '\e333';
}

.uni-icon-micoff:before {
  content: '\e360';
}

.uni-icon-image:before {
  content: '\e363';
}

.uni-icon-map:before {
  content: '\e364';
}

.uni-icon-compose:before {
  content: '\e400';
}

.uni-icon-trash:before {
  content: '\e401';
}

.uni-icon-upload:before {
  content: '\e402';
}

.uni-icon-download:before {
  content: '\e403';
}

.uni-icon-close:before {
  content: '\e404';
}

.uni-icon-redo:before {
  content: '\e405';
}

.uni-icon-undo:before {
  content: '\e406';
}

.uni-icon-refresh:before {
  content: '\e407';
}

.uni-icon-star:before {
  content: '\e408';
}

.uni-icon-plus:before {
  content: '\e409';
}

.uni-icon-minus:before {
  content: '\e410';
}

.uni-icon-circle:before,
.uni-icon-checkbox:before {
  content: '\e411';
}

.uni-icon-close-filled:before,
.uni-icon-clear:before {
  content: '\e434';
}

.uni-icon-refresh-filled:before {
  content: '\e437';
}

.uni-icon-star-filled:before {
  content: '\e438';
}

.uni-icon-plus-filled:before {
  content: '\e439';
}

.uni-icon-minus-filled:before {
  content: '\e440';
}

.uni-icon-circle-filled:before {
  content: '\e441';
}

.uni-icon-checkbox-filled:before {
  content: '\e442';
}

.uni-icon-closeempty:before {
  content: '\e460';
}

.uni-icon-refreshempty:before {
  content: '\e461';
}

.uni-icon-reload:before {
  content: '\e462';
}

.uni-icon-starhalf:before {
  content: '\e463';
}

.uni-icon-spinner:before {
  content: '\e464';
}

.uni-icon-spinner-cycle:before {
  content: '\e465';
}

.uni-icon-search:before {
  content: '\e466';
}

.uni-icon-plusempty:before {
  content: '\e468';
}

.uni-icon-forward:before {
  content: '\e470';
}

.uni-icon-back:before,
.uni-icon-left-nav:before {
  content: '\e471';
}

.uni-icon-checkmarkempty:before {
  content: '\e472';
}

.uni-icon-home:before {
  content: '\e500';
}

.uni-icon-navigate:before {
  content: '\e501';
}

.uni-icon-gear:before {
  content: '\e502';
}

.uni-icon-paperplane:before {
  content: '\e503';
}

.uni-icon-info:before {
  content: '\e504';
}

.uni-icon-help:before {
  content: '\e505';
}

.uni-icon-locked:before {
  content: '\e506';
}

.uni-icon-more:before {
  content: '\e507';
}

.uni-icon-flag:before {
  content: '\e508';
}

.uni-icon-home-filled:before {
  content: '\e530';
}

.uni-icon-gear-filled:before {
  content: '\e532';
}

.uni-icon-info-filled:before {
  content: '\e534';
}

.uni-icon-help-filled:before {
  content: '\e535';
}

.uni-icon-more-filled:before {
  content: '\e537';
}

.uni-icon-settings:before {
  content: '\e560';
}

.uni-icon-list:before {
  content: '\e562';
}

.uni-icon-bars:before {
  content: '\e563';
}

.uni-icon-loop:before {
  content: '\e565';
}

.uni-icon-paperclip:before {
  content: '\e567';
}

.uni-icon-eye:before {
  content: '\e568';
}

.uni-icon-arrowup:before {
  content: '\e580';
}

.uni-icon-arrowdown:before {
  content: '\e581';
}

.uni-icon-arrowleft:before {
  content: '\e582';
}

.uni-icon-arrowright:before {
  content: '\e583';
}

.uni-icon-arrowthinup:before {
  content: '\e584';
}

.uni-icon-arrowthindown:before {
  content: '\e585';
}

.uni-icon-arrowthinleft:before {
  content: '\e586';
}

.uni-icon-arrowthinright:before {
  content: '\e587';
}

.uni-icon-pulldown:before {
  content: '\e588';
}

.uni-icon-scan:before {
  content: "\e612";
}
