body, html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
.demos-title {
    text-align: center;
    font-size: 22px;
    color: #007aff;
    font-weight: 400;
    margin: 0 15%;
    font-family: cursive;
}

.demos-sub-title {
  text-align: center;
  color: #888;
  font-size: 14px;
}

.demos-header {
  padding: 35px 0;
}

.demos-content-padded {
  padding: 15px;
}

.demos-second-title {
  text-align: center;
  font-size: 24px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}

footer {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}

footer a {
  color: #999;
  text-decoration: none;
}

.img36 {
	width: 36rpx;
	height: 36rpx;
	position: relative;
	top: 6rpx;
}

.fs66 {
	font-size: 66rpx;
}
.cu-timeline > .cu-item::after {
	left: 16rpx;
	width: 0rpx;
	top: 30rpx;
	border-left: 2rpx dashed rgba(22, 82, 222, 0.2);
	background-color: transparent;
}
.cu-timeline {
	background-color: #fff;
	padding: 30rpx;
	.cu-item {
		padding-top: 0px;
	}
	.content {
		background-color: transparent !important;
		padding: 0 !important;
	}
}
.cu-timeline > .cu-item::before {
	left: 0rpx;
	font-size: 24rpx;
	width: 32rpx;
	height: 32rpx;
	line-height: 32rpx;
	top: 20rpx;
}
.cu-timeline > .cu-item {
	padding-left: 45rpx;
	padding-right: 0px;
}
.last_item {
	&:after {
		display: none !important;
	}
}
.first_item {
	background-repeat: no-repeat;
	z-index: 999;
	background-size: 30rpx 30rpx;
	&:before {
		display: none;
	}
}

.circleImg{
  border-radius: 30px;
  width:60px;
  height:60px;
}