page{background-color: #f5f5f8;}
.content{overflow: hidden;}
.content >>> .select-wrap{margin-top: 0;}
.content >>> .select-wrap .select-item{height: auto;line-height: inherit;color: #303133;}
.form-item{padding-left: 24rpx;padding-right: 24rpx;}
.form-item-con{flex: 1;}

.statistics{padding: 24rpx;}
.statistics .title{display: flex;align-items: center;margin-bottom: 24rpx;}
.statistics .title .title-left{font-size: 36rpx;font-weight: bold;margin-right: 10rpx;}
.statistics .title .title-right{color: #999;font-size: 24rpx;}

.statistics-block{margin-bottom: 24rpx;padding: 24rpx 24rpx 40rpx;background-color: #f7f7f7;border-radius: 0 24rpx 0 24rpx;text-align: center;}
.statistics-block-til{font-size: 26rpx;font-weight: bold;margin-bottom: 24rpx;}
.statistics-item-wrap{display: flex;}
.statistics-item-wrap + .statistics-item-wrap{margin-top: 14rpx;}
.statistics-item{flex: 1;position: relative;}
.statistics-item + .statistics-item::before{content: '';width: 1px;height: 50%;background-color: #ddd;position: absolute;left: 0;top: 25%;}
.statistics-item-til{font-size: 24rpx;color: #999;margin-bottom: 10rpx;}
.statistics-item-con{color: #f3590b;font-weight: bold;}