#year_color1
{
	position: relative;
}
#year_color1.withHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #22c55e;/* 绿色 */
  border-radius: 2px; /* 圆角好看点 */
}
#year_color1.withChong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #F54927;/* 红色 */
  border-radius: 2px; /* 圆角好看点 */
}
#year_color1.withMu::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #000000;/* 黑色 */
  border-radius: 2px; /* 圆角好看点 */
}
#year_color1.withKong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #D569FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}
#year_color1.withSanHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #6996FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}


#year_color2
{
  position: relative;
}
#year_color2.withHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #22c55e;/* 绿色 */
  border-radius: 2px; /* 圆角好看点 */
}
#year_color2.withChong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #F54927;/* 红色 */
  border-radius: 2px; /* 圆角好看点 */
}
#year_color2.withMu::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #000000;/* 黑色 */
  border-radius: 2px; /* 圆角好看点 */
}
#year_color2.withKong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #D569FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}
#year_color2.withSanHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #6996FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}

#year_color3
{
  position: relative;
}
#year_color3.withHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #22c55e;/* 绿色 */
  border-radius: 2px; /* 圆角好看点 */
}
#year_color3.withChong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #F54927;/* 红色 */
  border-radius: 2px; /* 圆角好看点 */
}
#year_color3.withMu::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #000000;/* 黑色 */
  border-radius: 2px; /* 圆角好看点 */
}
#year_color3.withKong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #D569FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}
#year_color3.withSanHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #6996FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}












#month_color1
{
  position: relative;
}
#month_color1.withHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #22c55e;/* 绿色 */
  border-radius: 2px; /* 圆角好看点 */
}
#month_color1.withChong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #F54927;/* 红色 */
  border-radius: 2px; /* 圆角好看点 */
}
#month_color1.withMu::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #000000;/* 黑色 */
  border-radius: 2px; /* 圆角好看点 */
}
#month_color1.withKong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #D569FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}
#month_color1.withSanHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #6996FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}


#month_color2
{
  position: relative;
}
#month_color2.withHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #22c55e;/* 绿色 */
  border-radius: 2px; /* 圆角好看点 */
}
#month_color2.withChong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #F54927;/* 红色 */
  border-radius: 2px; /* 圆角好看点 */
}
#month_color2.withMu::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #000000;/* 黑色 */
  border-radius: 2px; /* 圆角好看点 */
}
#month_color2.withKong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #D569FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}
#month_color2.withSanHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #6996FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}

#month_color3
{
  position: relative;
}
#month_color3.withHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #22c55e;/* 绿色 */
  border-radius: 2px; /* 圆角好看点 */
}
#month_color3.withChong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #F54927;/* 红色 */
  border-radius: 2px; /* 圆角好看点 */
}
#month_color3.withMu::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #000000;/* 黑色 */
  border-radius: 2px; /* 圆角好看点 */
}
#month_color3.withKong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #D569FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}
#month_color3.withSanHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #6996FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}


















#day_color1
{
  position: relative;
}
#day_color1.withHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #22c55e;/* 绿色 */
  border-radius: 2px; /* 圆角好看点 */
}
#day_color1.withChong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #F54927;/* 红色 */
  border-radius: 2px; /* 圆角好看点 */
}
#day_color1.withMu::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #000000;/* 黑色 */
  border-radius: 2px; /* 圆角好看点 */
}
#day_color1.withKong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #D569FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}
#day_color1.withSanHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #6996FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}


#day_color2
{
  position: relative;
}
#day_color2.withHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #22c55e;/* 绿色 */
  border-radius: 2px; /* 圆角好看点 */
}
#day_color2.withChong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #F54927;/* 红色 */
  border-radius: 2px; /* 圆角好看点 */
}
#day_color2.withMu::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #000000;/* 黑色 */
  border-radius: 2px; /* 圆角好看点 */
}
#day_color2.withKong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #D569FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}
#day_color2.withSanHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #6996FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}

#day_color3
{
  position: relative;
}
#day_color3.withHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #22c55e;/* 绿色 */
  border-radius: 2px; /* 圆角好看点 */
}
#day_color3.withChong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #F54927;/* 红色 */
  border-radius: 2px; /* 圆角好看点 */
}
#day_color3.withMu::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #000000;/* 黑色 */
  border-radius: 2px; /* 圆角好看点 */
}
#day_color3.withKong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #D569FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}
#day_color3.withSanHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #6996FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}





#kong_color1
{
  position: relative;
}
#kong_color1.withHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #22c55e;/* 绿色 */
  border-radius: 2px; /* 圆角好看点 */
}
#kong_color1.withChong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #F54927;/* 红色 */
  border-radius: 2px; /* 圆角好看点 */
}
#kong_color1.withMu::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #000000;/* 黑色 */
  border-radius: 2px; /* 圆角好看点 */
}
#kong_color1.withKong::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #D569FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}
#kong_color1.withSanHe::after{
  content: "";
  position: absolute;
  top: -5px;         /* 绿线从左边缩进一点，可改 */
  bottom: 2px;        /* 离底部一点距离，可改 */
  width: 15px;        /* 小横线长度，可改 */
  height: 3px;        /* 粗细，可改 */
  background: #6996FF;/* 白色 */
  border-radius: 2px; /* 圆角好看点 */
}



